> This enhancement is to a add JVMTI debugging support for value object 
> construction.
> The fix includes:
>  - Minor `GetLocalObject` and `GetLocalInstance` spec clarifications
>  - JVMTI functions `GetLocalObject` and `GetLocalInstance` now return a 
> snapshot of the `THIS` object if it is requested during a value object 
> construction.
>  - This update adds new test with a needed test coverage: 
> `test/hotspot/jtreg/serviceability/jvmti/valhalla/GetCtorLocal`.
>  - Some corrections in the test 
> `test/hotspot/jtreg/serviceability/jvmti/valhalla/GetSetLocal` for 
> unification with the test above.
> 
> Testing:
>   - Tested locally with new test `GetCtorLocal`
>   - Tested with 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).

Serguei Spitsyn has updated the pull request incrementally with one additional 
commit since the last revision:

  review: 1. tweak error messages in jvmti_common; 2. revert a couple of test 
asserts

-------------

Changes:
  - all: https://git.openjdk.org/valhalla/pull/2363/files
  - new: https://git.openjdk.org/valhalla/pull/2363/files/cdae0986..a8a09e17

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=valhalla&pr=2363&range=04
 - incr: https://webrevs.openjdk.org/?repo=valhalla&pr=2363&range=03-04

  Stats: 6 lines in 2 files changed: 0 ins; 0 del; 6 mod
  Patch: https://git.openjdk.org/valhalla/pull/2363.diff
  Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2363/head:pull/2363

PR: https://git.openjdk.org/valhalla/pull/2363

Reply via email to