Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174401 | 10 | Igor Ignatyev | P3 | Resolved | Fixed | b01 |
in current implementation CTW provokes clinit to be executed, some clinit (e.g. JDK-8159155) can create new threads and hence cause CTW to "hang". CTW has to call System::exit as soon as all compilation tasks are completed.
since jtreg does not like when a test action calls System::exit (JDK-8161138), all ctw tests should be updated to use ProcessTool to run CTW.
since jtreg does not like when a test action calls System::exit (
- backported by
-
JDK-8174401 CTW library should call System::exit
-
- Resolved
-
- relates to
-
JDK-8172457 JarDirTest.java fails after recent change
-
- Resolved
-