hotspot/test/serviceability/attach/AttachSetGetFlag.java
changeset 31330 77061bb01b18
parent 30604 b8d532cb6420
child 36209 8db2a78cbc29
--- a/hotspot/test/serviceability/attach/AttachSetGetFlag.java	Thu Jun 04 14:29:34 2015 +0200
+++ b/hotspot/test/serviceability/attach/AttachSetGetFlag.java	Fri Jun 05 09:50:09 2015 +0200
@@ -61,6 +61,9 @@
     // Since it is not manageable, we can't test the setFlag functionality.
     testGetFlag("ArrayAllocatorMallocLimit", "128");
     // testSetFlag("ArrayAllocatorMallocLimit", "64", "128");
+
+    // Test a uint flag.
+    testGetFlag("ParallelGCThreads", "10");
   }
 
   public static ProcessBuilder runTarget(String flagName, String flagValue) throws Exception {