test/tools/javac/policy/test1/C.java

Tue, 23 Sep 2008 10:44:51 -0700

author
jjg
date
Tue, 23 Sep 2008 10:44:51 -0700
changeset 119
1e83972f53fb
parent 1
test/tools/javac/policy/C.java@9a66ca7c79fa
child 2525
2eb010b6cb22
permissions
-rw-r--r--

6420151: need to improve byfile compile policy to eliminate footprint issues
Reviewed-by: mcimadamore

     1 /* /nodynamiccopyright/ */
     2 class C
     3 {
     4     C() {
     5     }
     6 }
     9 class C1
    10 {
    11     C1() {
    12         return; return;
    13     }
    14 }
    16 class C2
    17 {
    18     C2() {
    19     }
    20 }

mercurial