On Tue, 5 May 2026 10:04:32 GMT, Serguei Spitsyn <[email protected]> wrote:
> This PR implements two JVMTI enhancements: > [8382702](https://bugs.openjdk.org/browse/JDK-8382702) and > [8381063](https://bugs.openjdk.org/browse/JDK-8381063) > > The update includes the following changes: > - add spec clarifications for `VMObjectAlloc` and `SampledObjectAlloc` > related to value object allocations > - pass `nullptr` for `jobject` parameter of `VMObjectAlloc` and > `SampledObjectAlloc` event callbacks > - add test coverage with value object allocations for both event callbacks > > Testing: > - Test locally with newly added tests > - Run mach5 tiers 1-6 > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 7558cd73 Author: Serguei Spitsyn <[email protected]> URL: https://git.openjdk.org/valhalla/commit/7558cd73f557e34b0f11dd0a37952854ab2881f6 Stats: 365 lines in 6 files changed: 364 ins; 0 del; 1 mod 8382702: [lworld] Define VMObjectAlloc behavior for value objects 8381063: [lworld] Define SampledObjectAlloc behavior for value objects Reviewed-by: cjplummer ------------- PR: https://git.openjdk.org/valhalla/pull/2386
