-
Bug
-
Resolution: Fixed
-
P2
-
8u40, 9
-
b17
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8048472 | 8u25 | Vicente Arturo Romero Zaldivar | P2 | Resolved | Fixed | b05 |
JDK-8044599 | 8u20 | Vicente Arturo Romero Zaldivar | P2 | Closed | Fixed | b20 |
JDK-8052619 | emb-8u26 | Vicente Arturo Romero Zaldivar | P2 | Resolved | Fixed | b17 |
Several tests fail with this fix, see comment for the set of tests.
java.lang.VerifyError: class java.util.stream.IntPipeline$Head overrides final method iterator.()Ljava/util/Iterator;
java.lang.VerifyError: class java.util.stream.LongPipeline$StatelessOp overrides final method sequential.()Ljava/util/stream/LongStream;
java.lang.VerifyError: class java.util.stream.IntPipeline$Head overrides final method iterator.()Ljava/util/Iterator;
java.lang.VerifyError: class java.util.stream.LongPipeline$StatelessOp overrides final method sequential.()Ljava/util/stream/LongStream;
- backported by
-
JDK-8048472 Fix for 8042785 causes regression tests to fail with java.lang.VerifyError
- Resolved
-
JDK-8052619 Fix for 8042785 causes regression tests to fail with java.lang.VerifyError
- Resolved
-
JDK-8044599 Fix for 8042785 causes regression tests to fail with java.lang.VerifyError
- Closed
- duplicates
-
JDK-8044532 Exception in thread "main" java.lang.VerifyError: class java.util.stream.IntPipeline$Head overrides final method sequential.()Ljava/util/stream/IntStream;
- Closed
- relates to
-
JDK-8042785 javac, bridge methods are not getting the flags from the original method
- Closed