< prev index next >

test/langtools/tools/javac/8074306/TestSyntheticNullChecks.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 23,35 **** /* * @test * @bug 8074306 8073432 8074501 * @summary NULLCHK is emitted as Object.getClass - * @compile -source 6 -target 6 TestSyntheticNullChecks.java - * @run main TestSyntheticNullChecks 6 - * @clean TestSyntheticNullChecks* * @compile -source 7 -target 7 TestSyntheticNullChecks.java * @run main TestSyntheticNullChecks 7 * @clean TestSyntheticNullChecks* * @compile TestSyntheticNullChecks.java * @run main TestSyntheticNullChecks 9 --- 23,32 ----
< prev index next >