hotspot/src/share/vm/memory/referenceProcessor.cpp
changeset 4571 80b553bddc26
parent 3690 dba50b88bd50
child 4573 6358f8c9ed3b
equal deleted inserted replaced
4569:f372ea9e5ed4 4571:80b553bddc26
    69 
    69 
    70 void ReferenceProcessor::init_statics() {
    70 void ReferenceProcessor::init_statics() {
    71   assert(_sentinelRef == NULL, "should be initialized precisely once");
    71   assert(_sentinelRef == NULL, "should be initialized precisely once");
    72   EXCEPTION_MARK;
    72   EXCEPTION_MARK;
    73   _sentinelRef = instanceKlass::cast(
    73   _sentinelRef = instanceKlass::cast(
    74                     SystemDictionary::reference_klass())->
    74                     SystemDictionary::Reference_klass())->
    75                       allocate_permanent_instance(THREAD);
    75                       allocate_permanent_instance(THREAD);
    76 
    76 
    77   // Initialize the master soft ref clock.
    77   // Initialize the master soft ref clock.
    78   java_lang_ref_SoftReference::set_clock(os::javaTimeMillis());
    78   java_lang_ref_SoftReference::set_clock(os::javaTimeMillis());
    79 
    79