hotspot/src/share/vm/classfile/vmSymbols.cpp
changeset 33637 f62a5a399b21
parent 33628 09241459a8b8
child 33638 ef49ed90010b
--- a/hotspot/src/share/vm/classfile/vmSymbols.cpp	Thu Nov 05 15:29:46 2015 +0100
+++ b/hotspot/src/share/vm/classfile/vmSymbols.cpp	Thu Nov 05 16:35:21 2015 +0300
@@ -695,12 +695,6 @@
   case vmIntrinsics::_subtractExactL:
     if (!UseMathExactIntrinsics || !InlineMathNatives) return true;
     break;
-  case vmIntrinsics::_getCharStringU:
-  case vmIntrinsics::_putCharStringU:
-    // Until JDK-8138651 is fixed, we have to rely on a special flag to
-    // disable these intrinsics for experiments.
-    if (!StringCharIntrinsics) return true;
-    break;
 #endif // COMPILER2
   default:
     return false;