8207922: ctw of jdk.security.auth failed with "Unexpected zero exit codebefore finishing all compilations"
Reviewed-by: roland, thartmann
This commit is contained in:
parent
cf132f89b2
commit
e3c0a2ed28
@ -263,6 +263,8 @@ public class CtwRunner {
|
||||
"-XX:-UseCounterDecay",
|
||||
"-XX:-ShowMessageBoxOnError",
|
||||
"-XX:+UnlockDiagnosticVMOptions",
|
||||
// redirect VM output to cerr so it won't collide w/ ctw output
|
||||
"-XX:+DisplayVMOutputToStderr",
|
||||
// define phase start
|
||||
"-DCompileTheWorldStartAt=" + classStart,
|
||||
"-DCompileTheWorldStopAt=" + classStop,
|
||||
|
Loading…
Reference in New Issue
Block a user