test/tools/javac/generics/OverrideBridge.java

changeset 1721
abd153854f16
parent 730
20659c8c917d
equal deleted inserted replaced
1717:8e27e84de2e9 1721:abd153854f16
1 /* 1 /*
2 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
22 */ 22 */
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 6337171 6996415 26 * @bug 6337171 6996415
27 * @ignore fix has been disabled as a consequence of 6996415 27 * @ignore 6996758: Investigate better override bridges strategy
28 * @summary javac should create bridge methods when type variable bounds restricted 28 * @summary javac should create bridge methods when type variable bounds restricted
29 * @run main OverrideBridge 29 * @run main OverrideBridge
30 */ 30 */
31
32 // fix, and test, has been disabled as a consequence of 6996415
31 33
32 import java.io.*; 34 import java.io.*;
33 import java.net.URI; 35 import java.net.URI;
34 import java.util.ArrayList; 36 import java.util.ArrayList;
35 import java.util.Arrays; 37 import java.util.Arrays;

mercurial