langtools/test/tools/javac/6302184/T6302184.out
author ysuenaga
Wed, 30 Mar 2016 21:05:13 +0900
changeset 37218 c7241bc368bf
parent 6716 71df48777dd1
permissions -rw-r--r--
8151674: STW phases at Concurrent GC should count in PerfCounter Reviewed-by: jmasa, sla, tschatzl


/**
 * This is a test that uses ISO 8859 encoding.
 */
class T6302184 {
    
    T6302184() {
        super();
    }
    int ÀÁÂÃÄÅ = 1;
}