Method
frame::print_value_on(outputStream* st, JavaThread *thread) doesn't need thread argument
it usually is called with nullptr as second arg except
JavaThread::trace_frames()
where it is called with this.
frame::print_value_on(outputStream* st, JavaThread *thread) doesn't need thread argument
it usually is called with nullptr as second arg except
JavaThread::trace_frames()
where it is called with this.
- links to
-
Commit(master) openjdk/jdk/d03ec7aa
-
Review(master) openjdk/jdk/20721