-
Enhancement
-
Resolution: Fixed
-
P4
-
21, 22
-
b13
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8315119 | 21.0.1 | Thomas Stuefe | P4 | Resolved | Fixed | b09 |
That is an issue for both metaspace gtests and jtreg tests.
Some of them take over 8 seconds each on some platforms. Lets speed them up. Metaspace is stable enough so that we can dial down the fierceness of these tests.
e.g.
-runtime/Metaspace/elastic/TestMetaspaceAllocationMT1.java \
-runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java \
Some of them take over 8 seconds each on some platforms. Lets speed them up. Metaspace is stable enough so that we can dial down the fierceness of these tests.
e.g.
-runtime/Metaspace/elastic/TestMetaspaceAllocationMT1.java \
-runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java \
- backported by
-
JDK-8315119 Improve Metaspace test speed
- Resolved