Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8309562

[JVMCI] Export symbols used by VirtualThread notifyJvmti intrinsics to JVMCI compilers.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 21
    • 21
    • hotspot
    • b26

      VirtualThread notifyJvmti C2 intrinsics depend on the following symbols:
      JavaThread::_is_in_VTMS_transition
      JavaThread::_is_in_tmp_VTMS_transition
      JvmtiVTMSTransitionDisabler::_VTMS_notify_jvmti_events
      java_lang_Thread::_jvmti_is_in_VTMS_transition_offset
      SharedRuntime::notify_jvmti_vthread_start
      SharedRuntime::notify_jvmti_vthread_end
      SharedRuntime::notify_jvmti_vthread_mount
      SharedRuntime::notify_jvmti_vthread_unmount

      To implement the same intrinsics in Graal, we need to export these symbols.

            yzheng Yudi Zheng
            yzheng Yudi Zheng
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: