The following two tests fail:
runtime/Metaspace/elastic/TestMetaspaceAllocationMT1.java
runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java
/jdk/test/hotspot/jtreg/runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java:115: error: cannot find symbol
System.out.println("#### ReclaimPolicy: " + Settings.settings().reclaimPolicy);
^
symbol: variable reclaimPolicy
location: class Settings
1 error
runtime/Metaspace/elastic/TestMetaspaceAllocationMT1.java
runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java
/jdk/test/hotspot/jtreg/runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java:115: error: cannot find symbol
System.out.println("#### ReclaimPolicy: " + Settings.settings().reclaimPolicy);
^
symbol: variable reclaimPolicy
location: class Settings
1 error
- relates to
-
JDK-8306696 Remove MetaspaceReclaimPolicy=aggressive and obsolete MetaspaceReclaimPolicy
-
- Resolved
-