src/share/vm/runtime/globals.hpp

changeset 3500
0382d2b469b2
parent 3499
aa3d708d67c4
child 3502
379b22e03c32
equal deleted inserted replaced
3499:aa3d708d67c4 3500:0382d2b469b2
657 "special version of string equals") \ 657 "special version of string equals") \
658 \ 658 \
659 develop(bool, SpecialArraysEquals, true, \ 659 develop(bool, SpecialArraysEquals, true, \
660 "special version of Arrays.equals(char[],char[])") \ 660 "special version of Arrays.equals(char[],char[])") \
661 \ 661 \
662 product(bool, CriticalJNINatives, true, \
663 "check for critical JNI entry points") \
664 \
665 notproduct(bool, StressCriticalJNINatives, false, \
666 "Exercise register saving code in critical natives") \
667 \
662 product(bool, UseSSE42Intrinsics, false, \ 668 product(bool, UseSSE42Intrinsics, false, \
663 "SSE4.2 versions of intrinsics") \ 669 "SSE4.2 versions of intrinsics") \
664 \ 670 \
665 product(bool, UseCondCardMark, false, \ 671 product(bool, UseCondCardMark, false, \
666 "Check for already marked card before updating card table") \ 672 "Check for already marked card before updating card table") \

mercurial