Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8063528 | 8u45 | Dmitry Fazunenko | P2 | Resolved | Fixed | b01 |
JDK-8054041 | 8u40 | Dmitry Fazunenko | P2 | Closed | Fixed | b01 |
JDK-8070811 | emb-8u47 | Dmitry Fazunenko | P2 | Resolved | Fixed | team |
new tests developed as part of Co-operative Memory Management (JDK-8037510, JDK-8037924, JDK-8037925) introduced a few shared framework for testing dynamic VM switches:
test/testlibrary/com/oracle/java/testlibrary/DynamicVMOptionChecker.java
test/testlibrary/com/oracle/java/testlibrary/TestDynamicVMOption.java
After detailed review it was discovered that this framework could be extended to be used widely, not only for CMM options.
The classes should be updated to provide utility/helper functionality rather being a super class.
test/testlibrary/com/oracle/java/testlibrary/DynamicVMOptionChecker.java
test/testlibrary/com/oracle/java/testlibrary/TestDynamicVMOption.java
After detailed review it was discovered that this framework could be extended to be used widely, not only for CMM options.
The classes should be updated to provide utility/helper functionality rather being a super class.
- backported by
-
JDK-8063528 Refactor test framework for dynamic VM options
- Resolved
-
JDK-8070811 Refactor test framework for dynamic VM options
- Resolved
-
JDK-8054041 Refactor test framework for dynamic VM options
- Closed
- blocks
-
JDK-8040250 The test test/gc/parallelScavenge/TestDynShrinkHeap.java fails with OOME
- Resolved
- relates to
-
JDK-8041358 Update gc/arguments/TestDyn[Min|Max]HeapFreeRatio.java tests to meet changes in testlibrary code
- Resolved