Home
last modified time | relevance | path

Searched refs:jmsdi (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp798 jvmtiMonitorStackDepthInfo *jmsdi; in get_locked_objects_in_frame() local
799 err = allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in get_locked_objects_in_frame()
804 jmsdi->monitor = jni_reference(calling_thread, hobj); in get_locked_objects_in_frame()
805 jmsdi->stack_depth = stack_depth; in get_locked_objects_in_frame()
806 owned_monitors_list->append(jmsdi); in get_locked_objects_in_frame()
1470 jvmtiMonitorStackDepthInfo *jmsdi; in do_monitor() local
1471 err = _env->allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in do_monitor()
1477 jmsdi->monitor = _env->jni_reference(_calling_thread, hobj); in do_monitor()
1479 jmsdi->stack_depth = -1; in do_monitor()
1480 _owned_monitors_list->append(jmsdi); in do_monitor()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp798 jvmtiMonitorStackDepthInfo *jmsdi; in get_locked_objects_in_frame() local
799 err = allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in get_locked_objects_in_frame()
804 jmsdi->monitor = jni_reference(calling_thread, hobj); in get_locked_objects_in_frame()
805 jmsdi->stack_depth = stack_depth; in get_locked_objects_in_frame()
806 owned_monitors_list->append(jmsdi); in get_locked_objects_in_frame()
1470 jvmtiMonitorStackDepthInfo *jmsdi; in do_monitor() local
1471 err = _env->allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in do_monitor()
1477 jmsdi->monitor = _env->jni_reference(_calling_thread, hobj); in do_monitor()
1479 jmsdi->stack_depth = -1; in do_monitor()
1480 _owned_monitors_list->append(jmsdi); in do_monitor()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp798 jvmtiMonitorStackDepthInfo *jmsdi; in get_locked_objects_in_frame() local
799 err = allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in get_locked_objects_in_frame()
804 jmsdi->monitor = jni_reference(calling_thread, hobj); in get_locked_objects_in_frame()
805 jmsdi->stack_depth = stack_depth; in get_locked_objects_in_frame()
806 owned_monitors_list->append(jmsdi); in get_locked_objects_in_frame()
1471 jvmtiMonitorStackDepthInfo *jmsdi; in do_monitor() local
1472 err = _env->allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in do_monitor()
1478 jmsdi->monitor = _env->jni_reference(_calling_thread, hobj); in do_monitor()
1480 jmsdi->stack_depth = -1; in do_monitor()
1481 _owned_monitors_list->append(jmsdi); in do_monitor()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp791 jvmtiMonitorStackDepthInfo *jmsdi; in get_locked_objects_in_frame() local
792 err = allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in get_locked_objects_in_frame()
797 jmsdi->monitor = jni_reference(calling_thread, hobj); in get_locked_objects_in_frame()
798 jmsdi->stack_depth = stack_depth; in get_locked_objects_in_frame()
799 owned_monitors_list->append(jmsdi); in get_locked_objects_in_frame()
1465 jvmtiMonitorStackDepthInfo *jmsdi; in do_monitor() local
1466 err = _env->allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in do_monitor()
1472 jmsdi->monitor = _env->jni_reference(_calling_thread, hobj); in do_monitor()
1474 jmsdi->stack_depth = -1; in do_monitor()
1475 _owned_monitors_list->append(jmsdi); in do_monitor()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp793 jvmtiMonitorStackDepthInfo *jmsdi; in get_locked_objects_in_frame() local
794 err = allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in get_locked_objects_in_frame()
799 jmsdi->monitor = jni_reference(calling_thread, hobj); in get_locked_objects_in_frame()
800 jmsdi->stack_depth = stack_depth; in get_locked_objects_in_frame()
801 owned_monitors_list->append(jmsdi); in get_locked_objects_in_frame()
1468 jvmtiMonitorStackDepthInfo *jmsdi; in do_monitor() local
1469 err = _env->allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in do_monitor()
1475 jmsdi->monitor = _env->jni_reference(_calling_thread, hobj); in do_monitor()
1477 jmsdi->stack_depth = -1; in do_monitor()
1478 _owned_monitors_list->append(jmsdi); in do_monitor()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp791 jvmtiMonitorStackDepthInfo *jmsdi; in get_locked_objects_in_frame() local
792 err = allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in get_locked_objects_in_frame()
797 jmsdi->monitor = jni_reference(calling_thread, hobj); in get_locked_objects_in_frame()
798 jmsdi->stack_depth = stack_depth; in get_locked_objects_in_frame()
799 owned_monitors_list->append(jmsdi); in get_locked_objects_in_frame()
1466 jvmtiMonitorStackDepthInfo *jmsdi; in do_monitor() local
1467 err = _env->allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in do_monitor()
1473 jmsdi->monitor = _env->jni_reference(_calling_thread, hobj); in do_monitor()
1475 jmsdi->stack_depth = -1; in do_monitor()
1476 _owned_monitors_list->append(jmsdi); in do_monitor()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp806 jvmtiMonitorStackDepthInfo *jmsdi; in get_locked_objects_in_frame() local
807 err = allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in get_locked_objects_in_frame()
812 jmsdi->monitor = jni_reference(calling_thread, hobj); in get_locked_objects_in_frame()
813 jmsdi->stack_depth = stack_depth; in get_locked_objects_in_frame()
814 owned_monitors_list->append(jmsdi); in get_locked_objects_in_frame()
1476 jvmtiMonitorStackDepthInfo *jmsdi; in do_monitor() local
1477 err = _env->allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in do_monitor()
1483 jmsdi->monitor = _env->jni_reference(_calling_thread, hobj); in do_monitor()
1485 jmsdi->stack_depth = -1; in do_monitor()
1486 _owned_monitors_list->append(jmsdi); in do_monitor()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp806 jvmtiMonitorStackDepthInfo *jmsdi; in get_locked_objects_in_frame() local
807 err = allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in get_locked_objects_in_frame()
812 jmsdi->monitor = jni_reference(calling_thread, hobj); in get_locked_objects_in_frame()
813 jmsdi->stack_depth = stack_depth; in get_locked_objects_in_frame()
814 owned_monitors_list->append(jmsdi); in get_locked_objects_in_frame()
1473 jvmtiMonitorStackDepthInfo *jmsdi; in do_monitor() local
1474 err = _env->allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in do_monitor()
1480 jmsdi->monitor = _env->jni_reference(_calling_thread, hobj); in do_monitor()
1482 jmsdi->stack_depth = -1; in do_monitor()
1483 _owned_monitors_list->append(jmsdi); in do_monitor()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp791 jvmtiMonitorStackDepthInfo *jmsdi; in get_locked_objects_in_frame() local
792 err = allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in get_locked_objects_in_frame()
797 jmsdi->monitor = jni_reference(calling_thread, hobj); in get_locked_objects_in_frame()
798 jmsdi->stack_depth = stack_depth; in get_locked_objects_in_frame()
799 owned_monitors_list->append(jmsdi); in get_locked_objects_in_frame()
1465 jvmtiMonitorStackDepthInfo *jmsdi; in do_monitor() local
1466 err = _env->allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in do_monitor()
1472 jmsdi->monitor = _env->jni_reference(_calling_thread, hobj); in do_monitor()
1474 jmsdi->stack_depth = -1; in do_monitor()
1475 _owned_monitors_list->append(jmsdi); in do_monitor()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp793 jvmtiMonitorStackDepthInfo *jmsdi; in get_locked_objects_in_frame() local
794 err = allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in get_locked_objects_in_frame()
799 jmsdi->monitor = jni_reference(calling_thread, hobj); in get_locked_objects_in_frame()
800 jmsdi->stack_depth = stack_depth; in get_locked_objects_in_frame()
801 owned_monitors_list->append(jmsdi); in get_locked_objects_in_frame()
1467 jvmtiMonitorStackDepthInfo *jmsdi; in do_monitor() local
1468 err = _env->allocate(sizeof(jvmtiMonitorStackDepthInfo), (unsigned char **)&jmsdi); in do_monitor()
1474 jmsdi->monitor = _env->jni_reference(_calling_thread, hobj); in do_monitor()
1476 jmsdi->stack_depth = -1; in do_monitor()
1477 _owned_monitors_list->append(jmsdi); in do_monitor()