< prev index next >

test/gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java

Print this page
rev 7743 : imported patch new_fix

@@ -34,10 +34,11 @@
 import java.io.File;
 import java.nio.charset.Charset;
 import java.util.List;
 
 public class CompressedClassSpaceSizeInJmapHeap {
+    // Note that on some platforms it may require root privileges to run this test.
     public static void main(String[] args) throws Exception {
         if (!Platform.is64bit()) {
             // Compressed Class Space is only available on 64-bit JVMs
             return;
         }
< prev index next >