comparison src/share/vm/runtime/globals.hpp @ 4873:0382d2b469b2

7013347: allow crypto functions to be called inline to enhance performance Reviewed-by: kvn
author never
date Wed, 01 Feb 2012 16:57:08 -0800
parents aa3d708d67c4
children 379b22e03c32
comparison
equal deleted inserted replaced
4872:aa3d708d67c4 4873: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") \