src/share/vm/runtime/fprofiler.cpp

changeset 9607
a9ab35a0f5cb
parent 6911
ce8f6bb717c9
child 9637
eef07cd490d4
equal deleted inserted replaced
9606:c40a28e54185 9607:a9ab35a0f5cb
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