Browse Source

fixed JASSIST-205

tags/rel_3_19_0_ga
chibash 10 years ago
parent
commit
a688386baf
2 changed files with 1 additions and 2 deletions
  1. 1
    1
      Readme.html
  2. 0
    1
      src/main/javassist/bytecode/stackmap/MapMaker.java

+ 1
- 1
Readme.html View File

@@ -283,7 +283,7 @@ see javassist.Dump.

<p>-version 3.19
<ul>
<li>JIRA JASSIST-158, 206, 207.
<li>JIRA JASSIST-158, 205, 206, 207.
</ul>
</p>


+ 0
- 1
src/main/javassist/bytecode/stackmap/MapMaker.java View File

@@ -291,7 +291,6 @@ public class MapMaker extends Tracer {
protected static int recordTypeData(int n, TypeData[] srcTypes, TypeData[] destTypes) {
int k = -1;
for (int i = 0; i < n; i++) {
// TypeData t = srcTypes[i];
TypeData t = validateTypeData(srcTypes, n, i);
destTypes[i] = t.join();
if (t != TOP)

Loading…
Cancel
Save