On Mon, 5 Dec 2022 13:46:09 GMT, Maurizio Cimadamore
wrote:
>> Maurizio Cimadamore has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Fix Preview annotation for JEP 434
>
> Note: there are 4 tests failing in x86:
> * MemoryLayoutPrincipalT
On Tue, 13 Dec 2022 22:00:04 GMT, Coleen Phillimore wrote:
>> These access flags were implemented to enable passing access flag values
>> from Method* to InstanceKlass*, but only covered one flag. Towards only
>> have access flags represent read-only flags in the class file, remove this
>> an
On Tue, 13 Dec 2022 20:42:04 GMT, Daniel D. Daugherty
wrote:
>> Coleen Phillimore has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Add a space
>
> src/hotspot/share/prims/jvmtiRedefineClasses.cpp line 4376:
>
>> 4374: if (scratch_clas
On Tue, 13 Dec 2022 18:28:22 GMT, Coleen Phillimore wrote:
> These access flags were implemented to enable passing access flag values from
> Method* to InstanceKlass*, but only covered one flag. Towards only have
> access flags represent read-only flags in the class file, remove this and
> pa
> These access flags were implemented to enable passing access flag values from
> Method* to InstanceKlass*, but only covered one flag. Towards only have
> access flags represent read-only flags in the class file, remove this and
> pass has_localvariable_table up to InstanceKlass in classfile p
On Tue, 13 Dec 2022 18:28:22 GMT, Coleen Phillimore wrote:
> These access flags were implemented to enable passing access flag values from
> Method* to InstanceKlass*, but only covered one flag. Towards only have
> access flags represent read-only flags in the class file, remove this and
> pa
On Tue, 13 Dec 2022 18:28:22 GMT, Coleen Phillimore wrote:
> These access flags were implemented to enable passing access flag values from
> Method* to InstanceKlass*, but only covered one flag. Towards only have
> access flags represent read-only flags in the class file, remove this and
> pa
On Tue, 13 Dec 2022 19:16:41 GMT, Chris Plummer wrote:
> These are the typos from #10029 that relate to test/jdk/com/sun/jdi.
Looks good.
Thanks,
Serguei
-
Marked as reviewed by sspitsyn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11656
On Fri, 9 Dec 2022 01:16:58 GMT, Chris Plummer wrote:
>> 3 things to cleanup in this area:
>>
>> (1) The JDWP agent uses `JNI GetEnv(JVMTI_VERSION_1)` to get a JVMTI
>> environment. If `GetEnv` fails the JDWP agent prints this:
>>
>> `ERROR: JDWP unable to access JVMTI Version 1 (0x3001),
On Fri, 9 Dec 2022 19:44:34 GMT, Daniel D. Daugherty wrote:
> Of course, it is possible that JVMTI_VERSION_9 is compatible with
> JVMTI_VERSION_1_N and JVMTI_VERSION_11 is compatible with both
> JVMTI_VERSION_9 and JVMTI_VERSION_1_N. We might have simply bumped the major
> number because we we
On Fri, 9 Dec 2022 23:18:23 GMT, Alex Menkov wrote:
> The fix updates the test to ignore ThreadDeathEvent event from non-test
> threads waiting for breakpoint
This pull request has now been integrated.
Changeset: 220781fa
Author:Alex Menkov
URL:
https://git.openjdk.org/jdk/commit/
On Fri, 9 Dec 2022 23:21:04 GMT, Alex Menkov wrote:
> One more test fix to ignore ThreadDeathEvent event from non-test threads
> waiting for breakpoint
This pull request has now been integrated.
Changeset: a120764c
Author:Alex Menkov
URL:
https://git.openjdk.org/jdk/commit/a120764c
On Tue, 13 Dec 2022 19:16:41 GMT, Chris Plummer wrote:
> These are the typos from #10029 that relate to test/jdk/com/sun/jdi.
Marked as reviewed by amenkov (Reviewer).
-
PR: https://git.openjdk.org/jdk/pull/11656
These are the typos from #10029 that relate to test/jdk/com/sun/jdi.
-
Commit messages:
- Fix some jdi test typos in comments
Changes: https://git.openjdk.org/jdk/pull/11656/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11656&range=00
Issue: https://bugs.openjdk.org/brow
On Tue, 13 Dec 2022 18:28:22 GMT, Coleen Phillimore wrote:
> These access flags were implemented to enable passing access flag values from
> Method* to InstanceKlass*, but only covered one flag. Towards only have
> access flags represent read-only flags in the class file, remove this and
> pa
These access flags were implemented to enable passing access flag values from
Method* to InstanceKlass*, but only covered one flag. Towards only have access
flags represent read-only flags in the class file, remove this and pass
has_localvariable_table up to InstanceKlass in classfile parsing,
16 matches
Mail list logo