--- old/test/runtime/CommandLine/TestNullTerminatedFlags.java 2017-07-20 09:19:57.405754772 -0400 +++ new/test/runtime/CommandLine/TestNullTerminatedFlags.java 2017-07-20 09:19:57.318408452 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2017, 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 @@ -41,10 +41,7 @@ "-Xbatch", "-green", "-native", - "-Xsqnopause", "-Xrs", - "-Xusealtsigs", - "-Xoptimize", "-Xprof", "-Xconcurrentio", "-Xinternalversion", @@ -57,8 +54,7 @@ "-Xshare:auto", "-Xshare:off", "-Xdebug", - "-Xnoagent", - "-Xboundthreads" + "-Xnoagent" }; public static void main(String args[]) throws Exception{