8074306: NULLCHK is emitted as Object.getClass
authormcimadamore
Fri, 06 Mar 2015 10:30:44 +0000
changeset 29425 c88514c93554
parent 29298 82cd31c5d6ca
child 29426 1e47176eefb9
8074306: NULLCHK is emitted as Object.getClass 8074501: Javac fix for 8073432 is missing right test BugIDs Summary: Correct test bugIds Reviewed-by: jjg
langtools/test/tools/javac/8074306/TestSyntheticNullChecks.java
--- a/langtools/test/tools/javac/8074306/TestSyntheticNullChecks.java	Wed Jul 05 20:23:32 2017 +0200
+++ b/langtools/test/tools/javac/8074306/TestSyntheticNullChecks.java	Fri Mar 06 10:30:44 2015 +0000
@@ -25,7 +25,7 @@
 
 /*
  * @test
- * @bug 8074306
+ * @bug 8074306 8073432 8074501
  * @summary NULLCHK is emitted as Object.getClass
  * @compile -source 6 -target 6 TestSyntheticNullChecks.java
  * @run main TestSyntheticNullChecks 6