Severin Gehwolf
Severin Gehwolf
Feel free to raise this issue on [core-libs-dev](https://mail.openjdk.org/mailman/listinfo/core-libs-dev) on the OpenJDK project.
> treat this non-breaking space as a space (e.g. matching with \s predefined character class in a java regex)? The `\s` is defined in [javadoc](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/regex/Pattern.html) as: ``` \s A whitespace...
> Test `containers/docker/TestCPUAwareness.java` fails because of JDK-8282684. I'm pretty sure the test fails because of [JDK-8370492](https://bugs.openjdk.org/browse/JDK-8370492) on F43. JDK-8282684 is the reason why it doesn't show up for JDK 17+...
> Does the cpushare affect the active processor count number? For JDK 17 and below it does, yes. It's using `-XX:+UseContainerCpuShares`.
> I added (but didn't push yet) a new test to test the default locale when not using `quarkus.test.arg-line`, is that what you mean? Sounds flaky, as it would depend...
> > Sounds flaky, as it would depend on the system locale at runtime. > > Yes, in the "new" approach were the locale is set at run-time instead of...
@zakkak JDK 23 (24.1) is nearing release day. If we want this in Mandrel for JDK 23, we need to prioritize it.
My understanding was that the current approach of building `hsdis.so` was to **dynamically** link to `libcapstone.so`. That means even if the lib is included, users would still need to have...
Yes. @shipilev proposed to have hsdis bundling with upstream OpenJDK builds on the Feb 3, 2025 OpenJDK committers workshop. If that gains any traction this effort here might become obsolete....
Looks to be https://bugs.openjdk.org/browse/JDK-8336862 Does setting `-Djava.awt.headless=false` help?