< prev index next >

test/hotspot/jtreg/runtime/Metaspace/elastic/MetaspaceTestOneArenaManyThreads.java

Print this page
rev 60811 : imported patch jep387-all.patch
rev 60812 : [mq]: diff1

@@ -30,11 +30,10 @@
 public class MetaspaceTestOneArenaManyThreads extends MetaspaceTestWithThreads {
 
     // Several threads allocate from a single arena.
     // This mimicks several threads loading classes via the same class loader.
 
-
     public MetaspaceTestOneArenaManyThreads(MetaspaceTestContext context, long testAllocationCeiling, int numThreads, int seconds) {
         super(context, testAllocationCeiling, numThreads, seconds);
     }
 
     public void runTest() throws Exception {
< prev index next >