< prev index next >

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

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

@@ -100,11 +100,10 @@
         this.profile = AllocationProfile.randomProfile();
         // reproducable randoms (we assume each allocator is only used from within one thread, and gets created from the main thread).
         this.localRandom = new Random(RandomHelper.random().nextInt());
     }
 
-
     @Override
     public String toString() {
         return  arena.toString() + ", ticks=" + ticks;
     }
 
< prev index next >