< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

 306           "Inline Class.isInstance, etc")                                   \
 307                                                                             \
 308   diagnostic(bool, InlineThreadNatives, true,                               \
 309           "Inline Thread.currentThread, etc")                               \
 310                                                                             \
 311   diagnostic(bool, InlineUnsafeOps, true,                                   \
 312           "Inline memory ops (native methods) from Unsafe")                 \
 313                                                                             \
 314   product(bool, CriticalJNINatives, true,                                   \
 315           "Check for critical JNI entry points")                            \
 316                                                                             \
 317   notproduct(bool, StressCriticalJNINatives, false,                         \
 318           "Exercise register saving code in critical natives")              \
 319                                                                             \
 320   diagnostic(bool, UseAESIntrinsics, false,                                 \
 321           "Use intrinsics for AES versions of crypto")                      \
 322                                                                             \
 323   diagnostic(bool, UseAESCTRIntrinsics, false,                              \
 324           "Use intrinsics for the paralleled version of AES/CTR crypto")    \
 325                                                                             \



 326   diagnostic(bool, UseSHA1Intrinsics, false,                                \
 327           "Use intrinsics for SHA-1 crypto hash function. "                 \
 328           "Requires that UseSHA is enabled.")                               \
 329                                                                             \
 330   diagnostic(bool, UseSHA256Intrinsics, false,                              \
 331           "Use intrinsics for SHA-224 and SHA-256 crypto hash functions. "  \
 332           "Requires that UseSHA is enabled.")                               \
 333                                                                             \
 334   diagnostic(bool, UseSHA512Intrinsics, false,                              \
 335           "Use intrinsics for SHA-384 and SHA-512 crypto hash functions. "  \
 336           "Requires that UseSHA is enabled.")                               \
 337                                                                             \
 338   diagnostic(bool, UseCRC32Intrinsics, false,                               \
 339           "use intrinsics for java.util.zip.CRC32")                         \
 340                                                                             \
 341   diagnostic(bool, UseCRC32CIntrinsics, false,                              \
 342           "use intrinsics for java.util.zip.CRC32C")                        \
 343                                                                             \
 344   diagnostic(bool, UseAdler32Intrinsics, false,                             \
 345           "use intrinsics for java.util.zip.Adler32")                       \

 306           "Inline Class.isInstance, etc")                                   \
 307                                                                             \
 308   diagnostic(bool, InlineThreadNatives, true,                               \
 309           "Inline Thread.currentThread, etc")                               \
 310                                                                             \
 311   diagnostic(bool, InlineUnsafeOps, true,                                   \
 312           "Inline memory ops (native methods) from Unsafe")                 \
 313                                                                             \
 314   product(bool, CriticalJNINatives, true,                                   \
 315           "Check for critical JNI entry points")                            \
 316                                                                             \
 317   notproduct(bool, StressCriticalJNINatives, false,                         \
 318           "Exercise register saving code in critical natives")              \
 319                                                                             \
 320   diagnostic(bool, UseAESIntrinsics, false,                                 \
 321           "Use intrinsics for AES versions of crypto")                      \
 322                                                                             \
 323   diagnostic(bool, UseAESCTRIntrinsics, false,                              \
 324           "Use intrinsics for the paralleled version of AES/CTR crypto")    \
 325                                                                             \
 326   diagnostic(bool, UseMD5Intrinsics, false,                                 \
 327           "Use intrinsics for MD5 crypto hash function")                    \
 328                                                                             \
 329   diagnostic(bool, UseSHA1Intrinsics, false,                                \
 330           "Use intrinsics for SHA-1 crypto hash function. "                 \
 331           "Requires that UseSHA is enabled.")                               \
 332                                                                             \
 333   diagnostic(bool, UseSHA256Intrinsics, false,                              \
 334           "Use intrinsics for SHA-224 and SHA-256 crypto hash functions. "  \
 335           "Requires that UseSHA is enabled.")                               \
 336                                                                             \
 337   diagnostic(bool, UseSHA512Intrinsics, false,                              \
 338           "Use intrinsics for SHA-384 and SHA-512 crypto hash functions. "  \
 339           "Requires that UseSHA is enabled.")                               \
 340                                                                             \
 341   diagnostic(bool, UseCRC32Intrinsics, false,                               \
 342           "use intrinsics for java.util.zip.CRC32")                         \
 343                                                                             \
 344   diagnostic(bool, UseCRC32CIntrinsics, false,                              \
 345           "use intrinsics for java.util.zip.CRC32C")                        \
 346                                                                             \
 347   diagnostic(bool, UseAdler32Intrinsics, false,                             \
 348           "use intrinsics for java.util.zip.Adler32")                       \
< prev index next >