src/share/vm/runtime/fprofiler.cpp

changeset 9637
eef07cd490d4
parent 7535
7ae4e26cb1e0
parent 9607
a9ab35a0f5cb
equal deleted inserted replaced
9581:95fce20624fc 9637:eef07cd490d4
773 prev->set_next(new (this) unknown_compiledNode(cb, where)); 773 prev->set_next(new (this) unknown_compiledNode(cb, where));
774 } 774 }
775 } 775 }
776 776
777 void ThreadProfiler::vm_update(TickPosition where) { 777 void ThreadProfiler::vm_update(TickPosition where) {
778 vm_update(NULL, where); 778 vm_update("", where);
779 } 779 }
780 780
781 void ThreadProfiler::vm_update(const char* name, TickPosition where) { 781 void ThreadProfiler::vm_update(const char* name, TickPosition where) {
782 int index = entry(vmNode::hash(name)); 782 int index = entry(vmNode::hash(name));
783 assert(index >= 0, "Must be positive"); 783 assert(index >= 0, "Must be positive");

mercurial