Skip to content

Commit 31c0528

Browse files
committed
8215015: [TESTBUG] remove unneeded -Xfuture option from tests
Remove the option from the tests Backport-of: 5a23b59
1 parent 24981cc commit 31c0528

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

test/langtools/tools/javac/boxing/T6348760.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,7 +26,7 @@
2626
* @bug 6348760
2727
* @summary crash: java.lang.AssertionError at com.sun.tools.javac.comp.Lower.abstractLval(Lower.java:1853)
2828
* @author Peter von der Ah\u00e9
29-
* @run main/othervm -Xfuture T6348760
29+
* @run main/othervm T6348760
3030
*/
3131

3232
public class T6348760<T> {

test/langtools/tools/javac/generics/inference/6240565/T6240565.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,7 +26,7 @@
2626
* @bug 6240565
2727
* @summary Unboxing, arrays, and type variables doesn't work
2828
* @compile T6240565.java
29-
* @run main/othervm -Xfuture T6240565
29+
* @run main/othervm T6240565
3030
*/
3131

3232
public class T6240565 {

test/langtools/tools/javac/scope/6225935/T6225935.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2006, 2018, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -27,7 +27,7 @@
2727
* @summary "import static" accessibility rules for symbols different for no reason
2828
* @author Peter von der Ah\u00e9
2929
* @compile a/Private.java a/Named.java a/Star.java T6225935.java
30-
* @run main/othervm -Xfuture T6225935
30+
* @run main/othervm T6225935
3131
*/
3232

3333
import static a.Named.x;

0 commit comments

Comments
 (0)