We need to remove the workaround fix for JDK-8138651:
725 case vmIntrinsics::_putCharStringU:
726 // UntilJDK-8138651 is fixed, we have to rely on a special flag to
727 // disable these intrinsics for experiments.
728 if (!StringCharIntrinsics) return true;
http://hg.openjdk.java.net/jdk9/sandbox/hotspot/rev/f192cdd66c6d
725 case vmIntrinsics::_putCharStringU:
726 // Until
727 // disable these intrinsics for experiments.
728 if (!StringCharIntrinsics) return true;
http://hg.openjdk.java.net/jdk9/sandbox/hotspot/rev/f192cdd66c6d
- is blocked by
-
JDK-8138651 -XX:DisableIntrinsic matches intrinsics overly eagerly
- Resolved