hotspot/test/gc/arguments/TestInitialTenuringThreshold.java
changeset 29678 dd2f3932c21e
parent 23506 9b98355e9060
child 30169 736fe315ddcb
--- a/hotspot/test/gc/arguments/TestInitialTenuringThreshold.java	Mon Mar 23 11:44:41 2015 -0700
+++ b/hotspot/test/gc/arguments/TestInitialTenuringThreshold.java	Thu Mar 26 16:36:56 2015 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * This code is free software; you can redistribute it and/or modify it
@@ -27,6 +27,8 @@
  * @bug 8014765
  * @summary Tests argument processing for initial tenuring threshold
  * @library /testlibrary
+ * @modules java.base/sun.misc
+ *          java.management
  * @run main/othervm TestInitialTenuringThreshold
  * @author thomas.schatzl@oracle.com
  */
@@ -72,4 +74,4 @@
     runWithThresholds(16, 8, true);
     runWithThresholds(8, 17, true);
   }
-}
\ No newline at end of file
+}