-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
None
The jtreg run tests in separate thread. It was proven that it is useful to allow to run tests in virtual thread instead of j.l.Thread as a stress test in project Loom.
This fix is intended to allow to implement custom Main Wrapper which allow user to control execution by implementing CustomMainWrapper interface.
Currently, it is allowed to add additional JVM options and implement
Thread createThread(ThreadGroup tg, Runnable task);
to customize execution of task.
This fix is intended to allow to implement custom Main Wrapper which allow user to control execution by implementing CustomMainWrapper interface.
Currently, it is allowed to add additional JVM options and implement
Thread createThread(ThreadGroup tg, Runnable task);
to customize execution of task.
- relates to
-
JDK-8304314 StackWalkTest.java fails after CODETOOLS-7903373
- Closed