test/tools/javac/generics/OverrideBridge.java

changeset 1721
abd153854f16
parent 730
20659c8c917d
     1.1 --- a/test/tools/javac/generics/OverrideBridge.java	Wed May 01 08:46:04 2013 -0700
     1.2 +++ b/test/tools/javac/generics/OverrideBridge.java	Fri May 03 09:56:56 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -24,11 +24,13 @@
    1.11  /*
    1.12   * @test
    1.13   * @bug 6337171 6996415
    1.14 - * @ignore fix has been disabled as a consequence of 6996415
    1.15 + * @ignore 6996758: Investigate better override bridges strategy
    1.16   * @summary  javac should create bridge methods when type variable bounds restricted
    1.17   * @run main OverrideBridge
    1.18   */
    1.19  
    1.20 +// fix, and test, has been disabled as a consequence of 6996415
    1.21 +
    1.22  import java.io.*;
    1.23  import java.net.URI;
    1.24  import java.util.ArrayList;

mercurial