diff options
author | chibash <chiba@javassist.org> | 2016-07-30 16:22:59 +0900 |
---|---|---|
committer | chibash <chiba@javassist.org> | 2016-07-30 16:22:59 +0900 |
commit | 7ec83a2e3d3c5f820ee1756d5c7510acf8671d4b (patch) | |
tree | 870a8b02f91bd5f481baacb74d83f1898627c75f /Readme.html | |
parent | 5e4572a90f9a11618f5a076ae573932b71a7e13e (diff) | |
download | javassist-7ec83a2e3d3c5f820ee1756d5c7510acf8671d4b.tar.gz javassist-7ec83a2e3d3c5f820ee1756d5c7510acf8671d4b.zip |
fixes a bug of stackmap generation. The bug was reported here: https://github.com/jboss-javassist/javassist/issues/83
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Readme.html b/Readme.html index 3015f7ad..7e16e186 100644 --- a/Readme.html +++ b/Readme.html @@ -286,6 +286,7 @@ see javassist.Dump. <li>JIRA JASSIST-244, 245, 248, 250, 255, 256, 259, 262. <li><code>javassist.tools.Callback</code> was modified to be Java 1.4 compatible. The parameter type of <code>Callback#result()</code> was changed. +<li>The algorithm for generating a stack-map table was modified to fix github issue #83. </ul> </p> |