hotspot/test/compiler/loopopts/TestLogSum.java
changeset 40059 c2304140ed64
parent 24954 9bd47e3d7c69
--- a/hotspot/test/compiler/loopopts/TestLogSum.java	Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/loopopts/TestLogSum.java	Tue Jul 12 18:24:48 2016 +0300
@@ -25,14 +25,18 @@
  * @test
  * @bug 8046516
  * @summary Segmentation fault in JVM (easily reproducible)
- * @run main/othervm -XX:-TieredCompilation -Xbatch TestLogSum
+ *
+ * @run main/othervm -XX:-TieredCompilation -Xbatch compiler.loopopts.TestLogSum
  * @author jackkamm@gmail.com
  */
 
+package compiler.loopopts;
+
 import java.util.Arrays;
 import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
+
 public class TestLogSum {
   public static void main(String[] args) {
     double sum;