mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8140389: Remove StringCharIntrinsics flag after JDK-8138651 is fixed
Reviewed-by: kvn, zmajo
This commit is contained in:
parent
f3011455a2
commit
99b9a67ccd
2 changed files with 0 additions and 9 deletions
|
@ -695,12 +695,6 @@ bool vmIntrinsics::is_disabled_by_flags(methodHandle method) {
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue