On Wed, 6 May 2026 03:24:25 GMT, Leonid Mesnik <[email protected]> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - review: add explaining comment to new test
>> - fix build error in new test on Windows
>
> src/hotspot/share/prims/jvmtiExport.cpp line 1140:
>
>> 1138: public:
>> 1139: JvmtiObjectAllocEventMark(JavaThread *thread, oop obj) :
>> JvmtiClassEventMark(thread, oop_to_klass(obj)) {
>> 1140: _jobj = obj->is_inline()? nullptr : (jobject)to_jobject(obj); //
>> nullptr for value objects
>
> ident: missed space
Thanks, fixed.
-------------
PR Review Comment:
https://git.openjdk.org/valhalla/pull/2386#discussion_r3192941251