< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page




 453                                                                             \
 454   diagnostic(bool, UseSHA512Intrinsics, false,                              \
 455           "Use intrinsics for SHA-384 and SHA-512 crypto hash functions. "  \
 456           "Requires that UseSHA is enabled.")                               \
 457                                                                             \
 458   diagnostic(bool, UseCRC32Intrinsics, false,                               \
 459           "use intrinsics for java.util.zip.CRC32")                         \
 460                                                                             \
 461   diagnostic(bool, UseCRC32CIntrinsics, false,                              \
 462           "use intrinsics for java.util.zip.CRC32C")                        \
 463                                                                             \
 464   diagnostic(bool, UseAdler32Intrinsics, false,                             \
 465           "use intrinsics for java.util.zip.Adler32")                       \
 466                                                                             \
 467   diagnostic(bool, UseVectorizedMismatchIntrinsic, false,                   \
 468           "Enables intrinsification of ArraysSupport.vectorizedMismatch()") \
 469                                                                             \
 470   diagnostic(ccstrlist, DisableIntrinsic, "",                               \
 471          "do not expand intrinsics whose (internal) names appear here")     \
 472                                                                             \



 473   develop(bool, TraceCallFixup, false,                                      \
 474           "Trace all call fixups")                                          \
 475                                                                             \
 476   develop(bool, DeoptimizeALot, false,                                      \
 477           "Deoptimize at every exit from the runtime system")               \
 478                                                                             \
 479   notproduct(ccstrlist, DeoptimizeOnlyAt, "",                               \
 480           "A comma separated list of bcis to deoptimize at")                \
 481                                                                             \
 482   product(bool, DeoptimizeRandom, false,                                    \
 483           "Deoptimize random frames on random exit from the runtime system")\
 484                                                                             \
 485   notproduct(bool, ZombieALot, false,                                       \
 486           "Create zombies (non-entrant) at exit from the runtime system")   \
 487                                                                             \
 488   notproduct(bool, WalkStackALot, false,                                    \
 489           "Trace stack (no print) at every exit from the runtime system")   \
 490                                                                             \
 491   product(bool, Debugging, false,                                           \
 492           "Set when executing debug methods in debug.cpp "                  \




 453                                                                             \
 454   diagnostic(bool, UseSHA512Intrinsics, false,                              \
 455           "Use intrinsics for SHA-384 and SHA-512 crypto hash functions. "  \
 456           "Requires that UseSHA is enabled.")                               \
 457                                                                             \
 458   diagnostic(bool, UseCRC32Intrinsics, false,                               \
 459           "use intrinsics for java.util.zip.CRC32")                         \
 460                                                                             \
 461   diagnostic(bool, UseCRC32CIntrinsics, false,                              \
 462           "use intrinsics for java.util.zip.CRC32C")                        \
 463                                                                             \
 464   diagnostic(bool, UseAdler32Intrinsics, false,                             \
 465           "use intrinsics for java.util.zip.Adler32")                       \
 466                                                                             \
 467   diagnostic(bool, UseVectorizedMismatchIntrinsic, false,                   \
 468           "Enables intrinsification of ArraysSupport.vectorizedMismatch()") \
 469                                                                             \
 470   diagnostic(ccstrlist, DisableIntrinsic, "",                               \
 471          "do not expand intrinsics whose (internal) names appear here")     \
 472                                                                             \
 473   develop_pd(bool, UseFastClassInitChecks,                                  \
 474           "Use optimized class initialization checks for static methods")   \
 475                                                                             \
 476   develop(bool, TraceCallFixup, false,                                      \
 477           "Trace all call fixups")                                          \
 478                                                                             \
 479   develop(bool, DeoptimizeALot, false,                                      \
 480           "Deoptimize at every exit from the runtime system")               \
 481                                                                             \
 482   notproduct(ccstrlist, DeoptimizeOnlyAt, "",                               \
 483           "A comma separated list of bcis to deoptimize at")                \
 484                                                                             \
 485   product(bool, DeoptimizeRandom, false,                                    \
 486           "Deoptimize random frames on random exit from the runtime system")\
 487                                                                             \
 488   notproduct(bool, ZombieALot, false,                                       \
 489           "Create zombies (non-entrant) at exit from the runtime system")   \
 490                                                                             \
 491   notproduct(bool, WalkStackALot, false,                                    \
 492           "Trace stack (no print) at every exit from the runtime system")   \
 493                                                                             \
 494   product(bool, Debugging, false,                                           \
 495           "Set when executing debug methods in debug.cpp "                  \


< prev index next >