test/tools/javac/quid/T6999438.java

Fri, 08 Feb 2013 09:12:37 +0000

author
vromero
date
Fri, 08 Feb 2013 09:12:37 +0000
changeset 1555
762d0af062f5
parent 1042
defdd98cb7ce
child 2525
2eb010b6cb22
permissions
-rw-r--r--

7166455: javac doesn't set ACC_STRICT bit on <clinit> for strictfp class
Reviewed-by: mcimadamore

jjg@752 1 /* @test /nodynamiccopyright/
jjg@752 2 * @bug 6999438
jjg@752 3 * @summary remove support for exotic identifiers from JDK 7
darcy@1042 4 * @compile/fail/ref=T6999438.out -XDrawDiagnostics T6999438.java
jjg@752 5 */
jjg@752 6
jjg@752 7 class Test {
jjg@752 8 int #"not supported";
jjg@752 9 }

mercurial