2 Feb
2021
2 Feb
'21
1:31 p.m.
On Tue, 2 Feb 2021 13:23:16 GMT, Claes Redestad <redestad@openjdk.org> wrote:
Should we add an explicit run with -CompactStrings to the Insert.java test? That'd have caught this issue sooner - perhaps already by the GA testing.
Yes, I thought about the same. Added and re-checked that it catches the failure. (I also added `-XX:-CompactStrings` jobs to my CI workflows). ------------- PR: https://git.openjdk.java.net/jdk16/pull/143