langtools/test/tools/javac/policy/B.java
author never
Mon, 31 Mar 2008 16:22:52 -0700
changeset 254 717d75d80a30
parent 10 06bc494ca11e
permissions -rw-r--r--
6636352: Unit tests for supplementary character support fail with -XX:+AggressiveOpts Summary: incorrect encoding Reviewed-by: kvn, rasbold, sgoldman, jrose
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
/* /nodynamiccopyright/ */
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
class B
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
{
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
    B() {
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
}
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
class B1
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
{
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
    B1() {
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
        x = 1;
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
}
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
class B2
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
{
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
    B2() {
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
}