hotspot/test/compiler/floatingpoint/NaNTest.java
changeset 40059 c2304140ed64
parent 32391 01e2f5e916c7
--- a/hotspot/test/compiler/floatingpoint/NaNTest.java	Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/floatingpoint/NaNTest.java	Tue Jul 12 18:24:48 2016 +0300
@@ -24,8 +24,12 @@
  * @test
  * @bug 8076373
  * @summary Verify if signaling NaNs are preserved.
- * @run main NaNTest
+ *
+ * @run main compiler.floatingpoint.NaNTest
  */
+
+package compiler.floatingpoint;
+
 public class NaNTest {
     static void testFloat() {
         int originalValue = 0x7f800001;