jyma22

Results 10 comments of jyma22

/approval request adjusts the block scope so that JNIHandles::destroy_local is called once we are back in VM, and so no longer safepoint-safe

Fix Request 17u Backprting this patch eliminates the critical JNIHandles safepoint safety issue. The change adjusts block scope to ensure JNIHandles::destroy_local is called when back in VM state, which is...

/approval request optimizes PhaseChaitin's memory usage by freeing temporary sorting arrays early and eliminating the _blks array allocation by consolidating sorted blocks directly into the first bucket using memmove

Fix Request 17u Backporting this patch optimizes PhaseChaitin's memory usage by freeing temporary sorting arrays early and eliminating the _blks array allocation by consolidating sorted blocks directly into the first...

/approval request fixes log output for the amount of expected time the initial set of old gen regions is going to take

This backport itself was clean, but it was built on unapproved changes on [PR #3992](https://github.com/openjdk/jdk17u-dev/pull/3992).

Fix Request 17u Backporting this patch fixes the log output to accurately report the expected time required to process the initial set of old gen regions. Path applies cleanly to...