-
Bug
-
Resolution: Fixed
-
P4
-
17, 18
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8280858 | 17.0.4-oracle | PAWAN CHAWDHARY | P4 | Resolved | Fixed | b01 |
JDK-8282957 | 17.0.4 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
The tier1 jtreg test runtime/Nestmates/protectionDomain/TestDifferentProtectionDomains.java times out if executed in a client VM, in both release and debug builds.
The test tries to compile a method using the WhiteBox with optimization level 4, which is not available in client VMs. The WhiteBox only prints out a warning on stderr, and the call to enqueueMethodForCompilation succeeds. After that, the test case goes into an endless loop to wait for the compilation to finish, which never happens, because the method is not enqueued for compilation.
The test tries to compile a method using the WhiteBox with optimization level 4, which is not available in client VMs. The WhiteBox only prints out a warning on stderr, and the call to enqueueMethodForCompilation succeeds. After that, the test case goes into an endless loop to wait for the compilation to finish, which never happens, because the method is not enqueued for compilation.
- backported by
-
JDK-8280858 TestDifferentProtectionDomains runs into timeout in client VM
- Resolved
-
JDK-8282957 TestDifferentProtectionDomains runs into timeout in client VM
- Resolved
- relates to
-
JDK-8261395 C1 crash "cannot make java calls from the native compiler"
- Closed
- links to
-
Commit openjdk/jdk17u-dev/97096d87
-
Commit openjdk/jdk/53ad903a
-
Review openjdk/jdk17u-dev/213
-
Review openjdk/jdk/4558
(2 links to)