langtools/test/tools/javac/T4093617/T4093617.java
changeset 43754 63df19ceee61
parent 36526 3b41f1c69604
equal deleted inserted replaced
43593:06bce0388880 43754:63df19ceee61
     1 /*
     1 /*
     2  * Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2017, 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.
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug     4093617
    26  * @bug     4093617
    27  * @summary Object has no superclass
    27  * @summary Object has no superclass
    28  * @author  Peter von der Ah\u00e9
    28  * @author  Peter von der Ah\u00e9
    29  * @compile/module=java.base/fail/ref=T4093617.out -XDrawDiagnostics Object.java
    29  * @compile/module=java.base/fail/ref=T4093617.out -XDrawDiagnostics java/lang/Object.java
    30  */
    30  */
    31 
    31