Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2139630 | 5.0u8 | Karen Kinnear | P1 | Closed | Fixed | b01 |
Due to partial code promotion(related to feature #256) in b51, some tests which are designed for testing class loading functionality fail(because of erroneus throwing of LinkageError exception in some situations).
Affected tests are:
runtime/ParallelClassLoading/stress/freeLock/loadClass/tree
runtime/ParallelClassLoading/stress/freeLock/forName/tree
runtime/ParallelClassLoading/stress-redefine/freeLock/loadClass/tree
runtime/ParallelClassLoading/stress-redefine/freeLock/forName/tree
runtime/ParallelClassLoading/InvalidLoading/forName/D-hierarchy
runtime/ParallelClassLoading/InvalidLoading/forName/T-hierarchy
runtime/ParallelClassLoading/InvalidLoading/forName/Y-hierarchy
runtime/ParallelClassLoading/InvalidLoading/forName/D-hierarchy
runtime/ParallelClassLoading/InvalidLoading/forName/T-hierarchy
runtime/ParallelClassLoading/InvalidLoading/forName/Y-hierarchy
When remaining code will be integrated, these tests will pass.
Affected tests are:
runtime/ParallelClassLoading/stress/freeLock/loadClass/tree
runtime/ParallelClassLoading/stress/freeLock/forName/tree
runtime/ParallelClassLoading/stress-redefine/freeLock/loadClass/tree
runtime/ParallelClassLoading/stress-redefine/freeLock/forName/tree
runtime/ParallelClassLoading/InvalidLoading/forName/D-hierarchy
runtime/ParallelClassLoading/InvalidLoading/forName/T-hierarchy
runtime/ParallelClassLoading/InvalidLoading/forName/Y-hierarchy
runtime/ParallelClassLoading/InvalidLoading/forName/D-hierarchy
runtime/ParallelClassLoading/InvalidLoading/forName/T-hierarchy
runtime/ParallelClassLoading/InvalidLoading/forName/Y-hierarchy
When remaining code will be integrated, these tests will pass.
- backported by
-
JDK-2139630 Due to partial feature #256 code promotion in b51, some tests related to class loading fail
-
- Closed
-
- relates to
-
JDK-8295278 Add parallel class loading tests
-
- Resolved
-