Chen Liang

Results 625 comments of Chen Liang

Circled back and renamed confusing variables in this patch.

Ran tier 1-6 and saw no related failure. Should I wait for another reviewer?

Thanks for the reviews! This should remove the hassles associated with new javac class files from value objects in the future. Integrating. /integrate

> I think it might be a good idea to also have `equalsSymbol(…)` methods for the other pool entries. Indeed, this can avoid promotion to String state for all applicable...

I think the main advantage here is that with smaller, static methods, it allows us to merge these replacement-decode methods with the no-replacement-decode methods. This is already how the encoding...

For startup time, I believe this should have little impact: String itself, without allocation of its storage array, should be as expensive as generic record objects. This should have similar...

I think the fix is easy: Unsafe calls are using a bad offset which should be cast to long. Will submit a PR, but since I cannot reproduce the original...

See https://openjdk.org/guide/#life-of-a-pr point 6 for the 24-hour wait rule.