mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-27 02:30:06 +00:00
8377845: Restore regtest for JDK-8324881 with DiagnoseSyncOnValueBasedClasses=2
Reviewed-by: sspitsyn, lmesnik
This commit is contained in:
parent
538bebf76e
commit
1c6e7ffee4
@ -84,6 +84,15 @@
|
||||
* @comment Regression test for using the wrong thread when logging during re-locking from deoptimization.
|
||||
*
|
||||
* @comment DiagnoseSyncOnValueBasedClasses=2 will cause logging when locking on \@ValueBased objects.
|
||||
* @run driver EATests
|
||||
* -XX:+UnlockDiagnosticVMOptions
|
||||
* -Xms256m -Xmx256m
|
||||
* -Xbootclasspath/a:.
|
||||
* -XX:CompileCommand=dontinline,*::dontinline_*
|
||||
* -XX:+WhiteBoxAPI
|
||||
* -Xbatch
|
||||
* -XX:+DoEscapeAnalysis -XX:+EliminateAllocations -XX:+EliminateLocks -XX:+EliminateNestedLocks
|
||||
* -XX:DiagnoseSyncOnValueBasedClasses=2
|
||||
*
|
||||
* @comment Re-lock may inflate monitors when re-locking, which cause monitorinflation trace logging.
|
||||
* @run driver EATests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user