8207922: ctw of jdk.security.auth failed with "Unexpected zero exit codebefore finishing all compilations"

Reviewed-by: roland, thartmann
This commit is contained in:
Igor Ignatyev 2019-01-30 09:30:40 -08:00
parent cf132f89b2
commit e3c0a2ed28

View File

@ -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,