8164521: compiler/rangechecks/TestRangeCheckSmearing.java is missing @build for sun.hotspot.WhiteBox
authorctornqvi
Sat, 20 Aug 2016 09:35:40 -0400
changeset 40641 544f0108203f
parent 40640 0e8df237a83e
child 40654 d4f8e348420a
8164521: compiler/rangechecks/TestRangeCheckSmearing.java is missing @build for sun.hotspot.WhiteBox Reviewed-by: coleenp
hotspot/test/compiler/rangechecks/TestRangeCheckSmearing.java
--- a/hotspot/test/compiler/rangechecks/TestRangeCheckSmearing.java	Fri Aug 19 23:57:42 2016 +0000
+++ b/hotspot/test/compiler/rangechecks/TestRangeCheckSmearing.java	Sat Aug 20 09:35:40 2016 -0400
@@ -28,6 +28,7 @@
  * @library /test/lib /
  * @modules java.base/jdk.internal.misc
  *          java.management
+ * @build sun.hotspot.WhiteBox
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
  * @run main/othervm -ea -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
  *                   -XX:-BackgroundCompilation -XX:-UseOnStackReplacement