Merge
authoriignatyev
Thu, 29 Oct 2015 19:30:51 +0000
changeset 33487 cf40d414392a
parent 33485 29d1dfa9bb4a (current diff)
parent 33486 fe33cd4bc70e (diff)
child 33488 4502777fc2fc
Merge
--- a/hotspot/test/compiler/compilercontrol/share/method/MethodGenerator.java	Thu Oct 29 09:59:56 2015 -0700
+++ b/hotspot/test/compiler/compilercontrol/share/method/MethodGenerator.java	Thu Oct 29 19:30:51 2015 +0000
@@ -223,6 +223,8 @@
         elements.add(input -> "_" + input);
         elements.add(input -> "$" + input);
         elements.add(input -> "0" + input);
+
+        /* TODO: uncomment this together with the fix for 8140631
         // Unicode characters
         elements.add(input -> embed(input, "\u0001"));
         elements.add(input -> embed(input, "\u007F"));
@@ -231,6 +233,7 @@
         elements.add(input -> embed(input, "\u0306"));
         // Supplementary character
         elements.add(input -> new String(Character.toChars(0x1F64C)));
+        */
         return elements;
     }