-
Bug
-
Resolution: Fixed
-
P4
-
26
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8368836 | 25.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | master |
Running the test in product, we get:
STDOUT:
STDERR:
Error: VM option 'StressIncrementalInlining' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
Error: The unlock option must precede 'StressIncrementalInlining'.
Improperly specified VM option 'StressIncrementalInlining'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
.....
TEST RESULT: Failed. Unexpected exit from test [exit code: 1]
--------------------------------------------------
Test results: failed: 1
STDOUT:
STDERR:
Error: VM option 'StressIncrementalInlining' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
Error: The unlock option must precede 'StressIncrementalInlining'.
Improperly specified VM option 'StressIncrementalInlining'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
.....
TEST RESULT: Failed. Unexpected exit from test [exit code: 1]
--------------------------------------------------
Test results: failed: 1
- backported by
-
JDK-8368836 C2: compiler/vectorapi/TestVectorMathLib.java fails without UnlockDiagnosticVMOptions
-
- Resolved
-
- caused by
-
JDK-8367333 C2: Vector math operation intrinsification failure
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/6c751f29
-
Commit(master) openjdk/jdk/a49856bb
-
Review(master) openjdk/jdk25u/243
-
Review(master) openjdk/jdk/27359
(1 links to)