src/share/vm/compiler/compileBroker.hpp

changeset 4304
90273fc0a981
parent 4111
9191895df19d
child 4771
75a28f465a12
     1.1 --- a/src/share/vm/compiler/compileBroker.hpp	Tue Nov 27 14:11:37 2012 -0800
     1.2 +++ b/src/share/vm/compiler/compileBroker.hpp	Thu Nov 29 16:50:29 2012 -0500
     1.3 @@ -43,7 +43,7 @@
     1.4    Monitor*     _lock;
     1.5    uint         _compile_id;
     1.6    Method*      _method;
     1.7 -  jobject      _method_loader;
     1.8 +  jobject      _method_holder;
     1.9    int          _osr_bci;
    1.10    bool         _is_complete;
    1.11    bool         _is_success;
    1.12 @@ -56,7 +56,7 @@
    1.13    // Fields used for logging why the compilation was initiated:
    1.14    jlong        _time_queued;  // in units of os::elapsed_counter()
    1.15    Method*      _hot_method;   // which method actually triggered this task
    1.16 -  jobject      _hot_method_loader;
    1.17 +  jobject      _hot_method_holder;
    1.18    int          _hot_count;    // information about its invocation counter
    1.19    const char*  _comment;      // more info about the task
    1.20  

mercurial