diff -r 1596f418ffe4 -r eb0287b637bd test/jdk/sun/tools/jstat/jstatCompilerOutput1.sh --- a/test/jdk/sun/tools/jstat/jstatCompilerOutput1.sh Fri Jun 15 02:31:37 2018 -0700 +++ b/test/jdk/sun/tools/jstat/jstatCompilerOutput1.sh Thu Jun 14 14:32:03 2018 +0200 @@ -1,5 +1,5 @@ # -# Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2004, 2018, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -33,4 +33,4 @@ JSTAT="${TESTJAVA}/bin/jstat" -${JSTAT} -J-XX:+UsePerfData -J-Duser.language=en -compiler 0 2>&1 | awk -f ${TESTSRC}/compilerOutput1.awk +${JSTAT} ${COMMON_JSTAT_FLAGS} -compiler 0 2>&1 | awk -f ${TESTSRC}/compilerOutput1.awk