Re: RFR: 8310585: GetThreadState spec mentions undefined JVMTI_THREAD_STATE_MONITOR_WAITING

2023-06-26 Thread Chris Plummer
On Fri, 23 Jun 2023 22:59:54 GMT, Alex Menkov  wrote:

> Trivial fix in JVMTI spec.
> As it's just a typo, CSR is not required

Marked as reviewed by cjplummer (Reviewer).

-

PR Review: https://git.openjdk.org/jdk/pull/14634#pullrequestreview-1499146614


Re: RFR: 8310585: GetThreadState spec mentions undefined JVMTI_THREAD_STATE_MONITOR_WAITING

2023-06-24 Thread Serguei Spitsyn
On Fri, 23 Jun 2023 22:59:54 GMT, Alex Menkov  wrote:

> Trivial fix in JVMTI spec.
> As it's just a typo, CSR is not required

Nice catch! Looks good.
Thanks,
Serguei

-

Marked as reviewed by sspitsyn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/14634#pullrequestreview-1496832683


RFR: 8310585: GetThreadState spec mentions undefined JVMTI_THREAD_STATE_MONITOR_WAITING

2023-06-23 Thread Alex Menkov
Trivial fix in JVMTI spec.
As it's just a typo, CSR is not required

-

Commit messages:
 - Update jvmti.xml

Changes: https://git.openjdk.org/jdk/pull/14634/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14634&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8310585
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/14634.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14634/head:pull/14634

PR: https://git.openjdk.org/jdk/pull/14634