--- a/hotspot/src/share/vm/runtime/globals.hpp Mon Jan 04 13:57:34 2016 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp Thu Jan 07 21:10:28 2016 +0000
@@ -835,6 +835,9 @@
product(bool, UseAESIntrinsics, false, \
"Use intrinsics for AES versions of crypto") \
\
+ product(bool, UseAESCTRIntrinsics, false, \
+ "Use intrinsics for the paralleled version of AES/CTR crypto") \
+ \
product(bool, UseSHA1Intrinsics, false, \
"Use intrinsics for SHA-1 crypto hash function. " \
"Requires that UseSHA is enabled.") \
@@ -856,6 +859,9 @@
product(bool, UseAdler32Intrinsics, false, \
"use intrinsics for java.util.zip.Adler32") \
\
+ product(bool, UseVectorizedMismatchIntrinsic, false, \
+ "Enables intrinsification of ArraysSupport.vectorizedMismatch()") \
+ \
diagnostic(ccstrlist, DisableIntrinsic, "", \
"do not expand intrinsics whose (internal) names appear here") \
\
@@ -4168,8 +4174,11 @@
diagnostic(bool, CompilerDirectivesIgnoreCompileCommands, false, \
"Disable backwards compatibility for compile commands.") \
\
- diagnostic(bool, PrintCompilerDirectives, false, \
- "Print compiler directives on installation.")
+ diagnostic(bool, CompilerDirectivesPrint, false, \
+ "Print compiler directives on installation.") \
+ diagnostic(int, CompilerDirectivesLimit, 50, \
+ "Limit on number of compiler directives.")
+
/*
* Macros for factoring of globals