Test names:
runtime/ParallelClassLoading/std_CLs/MLet/reflect/redefine/dynamic-init/anonymous-simple
runtime/ParallelClassLoading/stress-redefine/holdLock/reflect/anonymous-simple
Structure of the tests are similar:
From test runtime/ParallelClassLoading/stress-redefine/holdLock/reflect/anonymous-simple Readme
The structure of class hierarchy for loading is defined in the
following way:
custom.B <- custom.Ci, i = 1..10
custom.Ai is used in static initializer of custom.B
for construction a number of anonymous inner classes.
During test run, there are no attemts to explicitly free class loader lock.
- is blocked by
-
JDK-8011268 NPG: Free unused VirtualSpaceNodes
-
- Resolved
-