-
Bug
-
Resolution: Fixed
-
P4
-
21, 23, 24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8340878 | 23.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
JDK-8342021 | 21.0.6 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
STDOUT:
IR verification disabled due to not running a debug build (required for PrintIdealand PrintOptoAssembly), running with -Xint, or -Xcomp (use warm-up of 0 instead)
Skip Flag VM due to not performing IR verification.
Run Test VM:
Command line: [/var/tmp/tone/run/jtreg/jdk-repo/build/linux-x86_64-server-release/images/jdk/bin/java -cp /var/tmp/tone/run/jtreg/jt-work/jtreg/hotspot_jtreg/classes/11/testlibrary_tests/ir_framework/tests/TestPrivilegedMode.d:/var/tmp/tone/run/jtreg/jdk-repo/test/hotspot/jtreg/testlibrary_tests/ir_framework/tests:/var/tmp/tone/run/jtreg/jt-work/jtreg/hotspot_jtreg/classes/11/test/lib:/var/tmp/tone/run/jtreg/jdk-repo/test/lib:/var/tmp/tone/run/jtreg/jt-work/jtreg/hotspot_jtreg/classes/11:/var/tmp/tone/run/jtreg/jdk-repo/test/hotspot/jtreg:/var/tmp/tone/run/jtreg/jtreg/lib/javatest.jar:/var/tmp/tone/run/jtreg/jtreg/lib/jtreg.jar -Djava.library.path=/var/tmp/tone/run/jtreg/test-images/hotspot/jtreg/native -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Djdk.lang.processReaperUseDefaultStackSize=true -Dtest.wisp.socketAddress=www.alibabacloud.com -Xmixed -ea -esa -Dir.framework.server.port=39067 -XX:-BackgroundCompilation -XX:CompileCommand=quiet compiler.lib.ir_framework.test.TestVM ir_framework.tests.TestPrivilegedMode ]
[2024-08-09T10:45:33.519775771Z] Gathering output for process 1022474
[2024-08-09T10:45:33.531373782Z] Waiting for completion for process 1022474
[2024-08-09T10:45:33.863238320Z] Waiting for completion finished for process 1022474
Output and diagnostic info for process 1022474 was saved into 'pid-1022474-output.log'
IR verification disabled either due to no @IR annotations, through explicitly setting -DVerify=false, due to not running a debug build, using a non-whitelisted JTreg VM or Javaopts flag like -Xint, or running the test VM with other VM flags added by user code that make the IR verification impossible (e.g. -XX:-UseCompile, -XX:TieredStopAtLevel=[1,2,3], etc.).
STDERR:
java.lang.RuntimeException: should not reach
at jdk.test.lib.Asserts.fail(Asserts.java:691)
at ir_framework.tests.TestPrivilegedMode.main(TestPrivilegedMode.java:47
- backported by
-
JDK-8340878 Test testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java fails with release build
- Resolved
-
JDK-8342021 Test testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java fails with release build
- Resolved
- duplicates
-
JDK-8338149 TestPrivilegedMode.java is missing some requirements
- Closed
- relates to
-
JDK-8337876 [IR Framework] Add support for IR tests with @Stable
- Resolved
- links to
-
Commit(master) openjdk/jdk21u-dev/eb6a23ae
-
Commit(master) openjdk/jdk23u/59799049
-
Commit(master) openjdk/jdk/0e7c1c1a
-
Review(master) openjdk/jdk21u-dev/1043
-
Review(master) openjdk/jdk23u/62
-
Review(master) openjdk/jdk/20524