src/cpu/x86/vm/frame_x86.inline.hpp

changeset 8877
f04097176542
parent 7854
e8260b6328fb
child 9041
95a08233f46c
     1.1 --- a/src/cpu/x86/vm/frame_x86.inline.hpp	Mon Jun 19 22:49:52 2017 +0000
     1.2 +++ b/src/cpu/x86/vm/frame_x86.inline.hpp	Mon Jun 26 02:04:40 2017 -0700
     1.3 @@ -96,6 +96,7 @@
     1.4    // call a specialized frame constructor instead of this one.
     1.5    // Then we could use the assert below. However this assert is of somewhat dubious
     1.6    // value.
     1.7 +  // UPDATE: this constructor is only used by trace_method_handle_stub() now.
     1.8    // assert(_pc != NULL, "no pc?");
     1.9  
    1.10    _cb = CodeCache::find_blob(_pc);

mercurial