-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: 25
-
Component/s: hotspot
In our test library, there is a TODO item:
public class LocalRandom {
static {
// ensure seed got printed out
// TODO re-enalbe when monitor doesn't require to pin thread
// Utils.getRandomInstance();
}
That TODO comes from the original Loom integration:
8284161: Implementation of Virtual Threads (Preview)
As we didJDK-8337395, this does not look relevant anymore.
Enabling this one would start printing random seeds, which is useful for test debugging.
public class LocalRandom {
static {
// ensure seed got printed out
// TODO re-enalbe when monitor doesn't require to pin thread
// Utils.getRandomInstance();
}
That TODO comes from the original Loom integration:
8284161: Implementation of Virtual Threads (Preview)
As we did
Enabling this one would start printing random seeds, which is useful for test debugging.
- is blocked by
-
JDK-8337395 JEP 491: Synchronize Virtual Threads without Pinning
-
- Closed
-
- links to
-
Review(master)
openjdk/jdk/28547