Nazim Bhuiyan
Nazim Bhuiyan
[ReflectionSpeedBenchmark](https://github.com/ibmruntimes/openj9-openjdk-jdk/blob/4009cd1e20cca59bf6a9809fd4aba2bbd5838d42/test/micro/org/openjdk/bench/java/lang/reflect/ReflectionSpeedBenchmark.java) runs into a segfault 100% of the time. I have observed this failure in JDK18 running on x86-64 Linux, and it is possible that the failure happens on other...
Option 1: Replace std::string with internal string type (complex). This gives us a known layout for string, which would allow us to work directly with the underlying character array. Option...
This would give us the ability to run tests in isolation. Needs an assertion or process exit utility.
Wanted for implementing assertions in test scripts.
This issue is to track improvements/fixes to the base9 Developer Journey navigation menu. An inspiration of how the final developer journey document page could look like is Bootstrap's own documentation...
VarHandle operation methods are mostly calls to Unsafe methods, which under certain circumstances can be folded into simple loads and stores in UnsafeFastPath as we can determine the object base...
This PR re-introduces changes in #19420 and addresses the review comments received there. Contrary to the discussion in #19420, I have not found any evidence that unaligned access is not...
This PR enables UnsafeFastPath transformation to fast-path Unsafe operations that are part of Memory Segment View VarHandle usage in JDK 21 and above. This PR depends on #19566, and will...