-
Bug
-
Resolution: Fixed
-
P3
-
11, 12, 13, 14, 15
-
b05
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8250145 | 15.0.2 | Joe Wang | P3 | Resolved | Fixed | b01 |
JDK-8250444 | 15.0.1 | Joe Wang | P3 | Resolved | Fixed | b03 |
JDK-8248884 | 15 | Joe Wang | P3 | Resolved | Fixed | b31 |
JDK-8249756 | 13.0.5 | Joe Wang | P3 | Resolved | Fixed | b01 |
JDK-8249658 | 11.0.9-oracle | Ravi Reddy | P3 | Resolved | Fixed | b02 |
JDK-8249764 | 11.0.9 | Joe Wang | P3 | Resolved | Fixed | b01 |
JDK-8249852 | 8u281 | Ravi Reddy | P3 | Resolved | Fixed | b01 |
JDK-8250682 | 8u271 | Ravi Reddy | P3 | Resolved | Fixed | b03 |
JDK-8257303 | emb-8u281 | Ravi Reddy | P3 | Resolved | Fixed | team |
JDK-8251649 | emb-8u271 | Ravi Reddy | P3 | Resolved | Fixed | team |
JDK-8261421 | 7u311 | Kiran Sidhartha Ravikumar | P3 | Resolved | Fixed | b01 |
com.sun.org.apache.bcel.internal.generic.ClassGenException: Not targeting 10980: nop[0](1), but null
at com.sun.org.apache.bcel.internal.generic.BranchInstruction.updateTarget(BranchInstruction.java:220)
at com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.outline(MethodGenerator.java:1748)
at com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.outlineChunks(MethodGenerator.java:1145)
at com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.getGeneratedMethods(MethodGenerator.java:1909)
Note there was a BCEL bug report related to the introduction of the hashCode() method:
https://issues.apache.org/jira/browse/BCEL-195
The bug fix however did not resolve the above issue.
- backported by
-
JDK-8248884 Regression caused by the update to BCEL 6.0
-
- Resolved
-
-
JDK-8249658 Regression caused by the update to BCEL 6.0
-
- Resolved
-
-
JDK-8249756 Regression caused by the update to BCEL 6.0
-
- Resolved
-
-
JDK-8249764 Regression caused by the update to BCEL 6.0
-
- Resolved
-
-
JDK-8249852 Regression caused by the update to BCEL 6.0
-
- Resolved
-
-
JDK-8250145 Regression caused by the update to BCEL 6.0
-
- Resolved
-
-
JDK-8250444 Regression caused by the update to BCEL 6.0
-
- Resolved
-
-
JDK-8250682 Regression caused by the update to BCEL 6.0
-
- Resolved
-
-
JDK-8251649 Regression caused by the update to BCEL 6.0
-
- Resolved
-
-
JDK-8257303 Regression caused by the update to BCEL 6.0
-
- Resolved
-
-
JDK-8261421 Regression caused by the update to BCEL 6.0
-
- Resolved
-
- relates to
-
JDK-8163121 Update Commons BCEL to Version 6.0
-
- Resolved
-
- links to