comparison src/share/vm/opto/c2_globals.hpp @ 7637:b30b3c2a0cf2

6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86 Summary: Use SSE4.2 and AVX2 instructions for encodeArray intrinsic. Reviewed-by: roland
author kvn
date Tue, 22 Jan 2013 15:34:16 -0800
parents d092d1b31229
children 8b3da8d14c93
comparison
equal deleted inserted replaced
7636:a7114d3d712e 7637:b30b3c2a0cf2
514 "special version of string equals") \ 514 "special version of string equals") \
515 \ 515 \
516 develop(bool, SpecialArraysEquals, true, \ 516 develop(bool, SpecialArraysEquals, true, \
517 "special version of Arrays.equals(char[],char[])") \ 517 "special version of Arrays.equals(char[],char[])") \
518 \ 518 \
519 product(bool, SpecialEncodeISOArray, true, \
520 "special version of ISO_8859_1$Encoder.encodeISOArray") \
521 \
519 develop(bool, BailoutToInterpreterForThrows, false, \ 522 develop(bool, BailoutToInterpreterForThrows, false, \
520 "Compiled methods which throws/catches exceptions will be " \ 523 "Compiled methods which throws/catches exceptions will be " \
521 "deopt and intp.") \ 524 "deopt and intp.") \
522 \ 525 \
523 develop(bool, ConvertCmpD2CmpF, true, \ 526 develop(bool, ConvertCmpD2CmpF, true, \