-
Bug
-
Resolution: Fixed
-
P3
-
8, 8u121
-
b01
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8163676 | 8u121 | Michael Haupt | P3 | Resolved | Fixed | b01 |
JDK-8167802 | emb-8u121 | Unassigned | P3 | Resolved | Fixed | b01 |
jtreg 4.2b02 requires main/bootclasspath mode to specify othervm if any command-line flags are used.
java/lang/invoke/CustomizedLambdaFormTest.java
test result: Error. Parse Exception: [-esa]: vm option(s) found, need to specify /othervm
java/lang/invoke/VarargsArrayTest.java
test result: Error. Parse Exception: [-DVarargsArrayTest.MAX_ARITY=255, -DVarargsArrayTest.START_ARITY=250]: vm option(s) found, need to specify /othervm
It is not applicable for JDK9 because these tests were fixed during module system implementation there.
java/lang/invoke/CustomizedLambdaFormTest.java
test result: Error. Parse Exception: [-esa]: vm option(s) found, need to specify /othervm
java/lang/invoke/VarargsArrayTest.java
test result: Error. Parse Exception: [-DVarargsArrayTest.MAX_ARITY=255, -DVarargsArrayTest.START_ARITY=250]: vm option(s) found, need to specify /othervm
It is not applicable for JDK9 because these tests were fixed during module system implementation there.
- backported by
-
JDK-8163676 Some java/lang/invoke tests miss othervm
-
- Resolved
-
-
JDK-8167802 Some java/lang/invoke tests miss othervm
-
- Resolved
-