-
I wonder if ehcache is loom-friendly - e.g. does not pin the platform threads?
-
If Project Loom is activated on the JRE, we may use `Thread.ofVirtual().factory()` to create virtual threads for `BlockingTaskExecutor` instead.
https://github.com/line/armeria/blob/d3c3811d7367e67ed…
-
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_s390x_linux_Nightly_testList_1/52/ - [ub20-390-1](https://openj9-jenkins.osuosl.org/computer/ub20-390-1)
jdk_lang_1
java/lang/T…
-
I'm writing macro that check if the code is executed on the right virtual thread. I want to use -Wthread-safety to enforce that this check is done everywhere a member variable is accessed by using the…
-
Virtual threads are out of preview and included in new Java 21 (LTS) release (https://openjdk.org/jeps/444).
Notes/references from weekly Java meeting:
* https://quarkus.io/blog/virtual-thread-1…
-
### What the problem is : Java 21 virtual thread might hinder its scalability when using synchronized
Based on Java doc [Java 21 virtual thread](https://docs.oracle.com/en/java/javase/21/core/virtu…
-
Jdbi at this point has one relevant ThreadLocal instance, which is a central one:
We maintain a reference to the "current handle supplier" in Jdbi#threadHandleSupplier. This enables the ability to …
-
jOOQ contains a few internal `ThreadLocal` instances, which are mainly required due to shortcomings of JDBC (e.g. UDTs can't really serialise / deserialise themselves to ojdbc without some way of acce…
-
**Describe the issue**
"--enable-monitoring=threaddump" is not enough to investigate deadlocks at the jdk21 virtual threads level.
It is necessary to have a thread dump like the one generated by…
-
Coming from [here](https://expensify.slack.com/archives/C05LX9D6E07/p1730435708764729?thread_ts=1728966082.429659&cid=C05LX9D6E07)
When the workspace feed account report fraud to request a new virt…