langtools/test/tools/javac/lib/CompileFail.java
changeset 27579 d1a63c99cdd5
parent 10638 c8e9604cf151
--- a/langtools/test/tools/javac/lib/CompileFail.java	Tue Nov 18 15:25:18 2014 -0800
+++ b/langtools/test/tools/javac/lib/CompileFail.java	Wed Dec 03 14:25:46 2014 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2014, 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
@@ -37,7 +37,6 @@
 
         List<String> javacArgs = new ArrayList<>();
         javacArgs.addAll(Arrays.asList(
-            "-bootclasspath", System.getProperty("sun.boot.class.path"),
             "-d", "."
         ));