6636352: Unit tests for supplementary character support fail with -XX:+AggressiveOpts
Summary: incorrect encoding
Reviewed-by: kvn, rasbold, sgoldman, jrose
/* /nodynamiccopyright/ */
class B
{
B() {
}
}
class B1
{
B1() {
x = 1;
}
}
class B2
{
B2() {
}
}