File tree 3 files changed +6
-6
lines changed
test/langtools/tools/javac
generics/inference/6240565
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
26
26
* @bug 6348760
27
27
* @summary crash: java.lang.AssertionError at com.sun.tools.javac.comp.Lower.abstractLval(Lower.java:1853)
28
28
* @author Peter von der Ah\u00e9
29
- * @run main/othervm -Xfuture T6348760
29
+ * @run main/othervm T6348760
30
30
*/
31
31
32
32
public class T6348760 <T > {
Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
26
26
* @bug 6240565
27
27
* @summary Unboxing, arrays, and type variables doesn't work
28
28
* @compile T6240565.java
29
- * @run main/othervm -Xfuture T6240565
29
+ * @run main/othervm T6240565
30
30
*/
31
31
32
32
public class T6240565 {
Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
27
27
* @summary "import static" accessibility rules for symbols different for no reason
28
28
* @author Peter von der Ah\u00e9
29
29
* @compile a/Private.java a/Named.java a/Star.java T6225935.java
30
- * @run main/othervm -Xfuture T6225935
30
+ * @run main/othervm T6225935
31
31
*/
32
32
33
33
import static a .Named .x ;
You can’t perform that action at this time.
0 commit comments