Ben Taylor
Ben Taylor
Thank you for contacting us with this issue. We're glad you've found a workaround, but this does seem like unexpected behavior and we're looking into it. Could you share the...
This issue has also been encountered in [corretto-17#28](https://github.com/corretto/corretto-17/issues/28). Closing that issue as duplicate for now and tracking here.
Hi, thanks for contacting us about this. It would be helpful if you could describe in a bit more detail what you're looking for: - What information would you like...
Unfortunately, if that's the full output available and we don't have the hs_err, it's nearly impossible to say. That log doesn't specify where the crash occurred
Re-opening this. It looks like the regression was introduced into jdk8u272 by [JDK-8177334](https://bugs.openjdk.org/browse/JDK-8177334). We've added a comment noting the regression on [JDK-8247907](https://bugs.openjdk.org/browse/JDK-8247907) and will discuss appropriate action with the openjdk...
This was backported to Corretto (and openjdk8) as part of 8u372, in [7eb2803b5b3](https://github.com/corretto/corretto-8/commit/7eb2803b5b3) and [362cf7628b7](https://github.com/corretto/corretto-8/commit/362cf7628b7)
Hi, thanks for contacting us. Unfortunately, there's not a lot of information present in that crash report. If you're able to reproduce the issue consistently, the crash log from a...
Depending on how you're installing corretto it's certainly possible. This change is linux only, to start with, so if you're on another platform you can stop reading, it's something else....
Lilliput support is currently on its own branch, even in nightlies - can you confirm that the build you downloaded is on the [Lilliput branch](https://downloads.corretto.aws/#/downloads?build=nightly&version=17&branch=lilliput)?
I believe this flag is just gated behind `-XX:+UnlockExperimentalVMOptions`: ``` java -XX:+PrintFlagsFinal -XX:+UnlockExperimentalVMOptions -version | grep Compact bool CompactStrings = true {pd product} {default} uintx HeapFirstMaximumCompactionCount = 3 {product} {default}...