langtools/test/tools/javac/api/taskListeners/EventsBalancedTest.java
changeset 36153 ed5063b304be
parent 30730 d3ce7619db2c
child 39601 5b37e511ae4b
--- a/langtools/test/tools/javac/api/taskListeners/EventsBalancedTest.java	Wed Jul 05 21:22:47 2017 +0200
+++ b/langtools/test/tools/javac/api/taskListeners/EventsBalancedTest.java	Mon Feb 22 16:17:25 2016 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2016, 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
@@ -61,8 +61,6 @@
 
         test(null, Arrays.asList(a, b));
         test(null, Arrays.asList(b, a));
-        test(Arrays.asList("-XD-relax"), Arrays.asList(a, b));
-        test(Arrays.asList("-XD-relax"), Arrays.asList(b, a));
 
         for (CompileState stop : CompileState.values()) {
             test(Arrays.asList("-XDshouldStopPolicyIfNoError=" + stop,