hotspot/src/share/vm/runtime/jniHandles.cpp
changeset 24424 2658d7834c6e
parent 22556 a17351e8c2c2
child 25058 4542f853c2ac
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
    28 #include "prims/jvmtiExport.hpp"
    28 #include "prims/jvmtiExport.hpp"
    29 #include "runtime/jniHandles.hpp"
    29 #include "runtime/jniHandles.hpp"
    30 #include "runtime/mutexLocker.hpp"
    30 #include "runtime/mutexLocker.hpp"
    31 #include "runtime/thread.inline.hpp"
    31 #include "runtime/thread.inline.hpp"
    32 
    32 
       
    33 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
    33 
    34 
    34 JNIHandleBlock* JNIHandles::_global_handles       = NULL;
    35 JNIHandleBlock* JNIHandles::_global_handles       = NULL;
    35 JNIHandleBlock* JNIHandles::_weak_global_handles  = NULL;
    36 JNIHandleBlock* JNIHandles::_weak_global_handles  = NULL;
    36 oop             JNIHandles::_deleted_handle       = NULL;
    37 oop             JNIHandles::_deleted_handle       = NULL;
    37 
    38