8140389: Remove StringCharIntrinsics flag after JDK-8138651 is fixed

Reviewed-by: kvn, zmajo
This commit is contained in:
Aleksey Shipilev 2015-11-05 16:35:21 +03:00
parent f3011455a2
commit 99b9a67ccd
2 changed files with 0 additions and 9 deletions

View file

@ -4262,9 +4262,6 @@ public:
"Use the FP register for holding the frame pointer " \
"and not as a general purpose register.") \
\
diagnostic(bool, StringCharIntrinsics, true, \
"Inline String*.getChar/putChar intrinsics.") \
\
diagnostic(bool, CheckIntrinsics, true, \
"When a class C is loaded, check that " \
"(1) all intrinsics defined by the VM for class C are present "\