aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/StackMapTable.java
Commit message (Expand)AuthorAgeFilesLines
* Replace array copy loop with System.arraycopyTimothy Hoffman2021-07-161-3/+9
* Check for extended frame type when updating StackTableOffset offsetSøren Gjesse2020-12-141-3/+7
* fixes Issue #339chibash2020-10-161-2/+7
* Organize imports to disolve ambiguity.nickl-2017-10-301-2/+3
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-9/+33
* Added default serialVersionUID.nickl-2017-10-281-0/+3
* preparation for 3.19 release. fixed bugs in javadoc commentschibash2015-01-061-6/+6
* fixed JASSIST-160chiba2012-10-191-1/+31
* fixed JASSIST-160chiba2012-10-041-4/+0
* fixed JASSIST-174chiba2012-10-041-0/+4
* fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.chiba2012-09-281-7/+74
* fixed JASSIST-160 by rewriting the whole javassist.bytecode.stackmap package.chiba2012-09-141-4/+6
* added the Apache license.chiba2011-07-081-2/+3
* for JIRA JASSIST-95chiba2009-11-081-1/+9
* fixed JASSIST-47 and 60.chiba2008-05-011-0/+88
* fixed a bug of StackMapTable.Shifterchiba2008-04-151-1/+1
* fixed JASSIST-55chiba2008-03-191-0/+1
* fixed a bug of CodeIterator.insertGap() with JDK 1.6chiba2008-03-181-1/+2
* updated the copyright notices.chiba2007-06-041-1/+1
* implemented javassist.bytecode.stackmap package.chiba2007-05-061-5/+12
* snapshot. I am still working on stackmap support.chiba2007-04-261-2/+6
* stackmap support (cont.)chiba2007-04-101-2/+32
* modified javassist.convert.* to support the stack map table of Java 6.chiba2007-02-091-36/+231
* fixed a bug in copy().chiba2007-01-161-9/+174
* 3.4.0GA releaserel_3_4_GAchiba2006-11-161-139/+285
* fixed JIRA JASSIST-28?chiba2006-11-011-51/+40
* StackMapTable support (not complete)chiba2006-10-291-0/+315