Alex Menkov

Results 16 comments of Alex Menkov

> It is interesting that if an invisible attribute of a `RecordComponent` was not ignored because the `PreserveAllAnnotations` is enabled then it the `JvmtiClassFileReconstituter` treats it as a visible attribute....

> > Line number info puts it in the _java_thread == null branch of: threadService.cpp > > 1317 vframeStream vfst(_java_thread != nullptr > > 1318 ? vframeStream(_java_thread, false, true, vthread_carrier)...

> But null from JNIHandles::resolve(jthread) is the earliest problem I found. > > I'm redoing with the cv_internal_thread_to_JavaThread usage... > > A little concerned that ThreadsListHandle::cv_internal_thread_to_JavaThread takes jobject jthread, our...