mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
6695049: (coll) Create an x86 intrinsic for Arrays.equals
Intrinsify java/util/Arrays.equals(char[], char[]) Reviewed-by: kvn, never
This commit is contained in:
parent
a1f50998ae
commit
2e672ac9bf
12 changed files with 225 additions and 1 deletions
|
@ -1312,6 +1312,9 @@ void Arguments::set_aggressive_opts_flags() {
|
|||
if (AggressiveOpts && FLAG_IS_DEFAULT(DoEscapeAnalysis)) {
|
||||
FLAG_SET_DEFAULT(DoEscapeAnalysis, true);
|
||||
}
|
||||
if (AggressiveOpts && FLAG_IS_DEFAULT(SpecialArraysEquals)) {
|
||||
FLAG_SET_DEFAULT(SpecialArraysEquals, true);
|
||||
}
|
||||
#endif
|
||||
|
||||
if (AggressiveOpts) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue