Alan Bateman

Results 6 issues of Alan Bateman

FactoryHelper is missing an API to define a class to the same class loader and runtime package as a Lookup's lookup class. This will be needed going forwarded as Unsafe.defineClass...

Some blocking operations that pin a virtual thread to its carrier will compensate by activating a spare carrier (essentially managed blocker). This is done by wrapping the operation in a...

core-libs

Change the test to use a custom scheduler so there is better control on when the carrier threads terminates. Also convert test to TestNG so that all test cases can...

rfr
core-libs

Looking at this page: https://javaalmanac.io/jdk/22/apidiff/21/ where it shows a new method added to java.awt.peer.WindowPeer. This is confusing to see because this is an internal class, the java.awt.peer package is not...

enhancement

This is the implementation changes for JEP 471. The methods in sun.misc.Unsafe for on-heap and off-heap access are deprecated for removal. This means a removal warning at compile time. No...

csr
rfr
hotspot-runtime
core-libs

You might want to try out the thread dump produced by the `jcmd` and `Thread.dump_to_file` command. This can be used to generate a thread dump in JSON format that is...

enhancement