OpenJDK / jdk / jdk
changeset 56245:50e1d346a126
8230830: No required ResourceMark in src/hotspot/share/prims/jvmtiImpl.cpp:JvmtiSuspendControl::print()
Reviewed-by: dholmes, cjplummer, sspitsyn
author | lmesnik |
---|---|
date | Wed, 11 Sep 2019 16:25:12 -0700 |
parents | b00b4706ec0f |
children | 0f6c749acd15 |
files | src/hotspot/share/prims/jvmtiImpl.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hotspot/share/prims/jvmtiImpl.cpp Wed Sep 11 23:10:14 2019 +0000 +++ b/src/hotspot/share/prims/jvmtiImpl.cpp Wed Sep 11 16:25:12 2019 -0700 @@ -881,6 +881,7 @@ void JvmtiSuspendControl::print() { #ifndef PRODUCT + ResourceMark rm; LogStreamHandle(Trace, jvmti) log_stream; log_stream.print("Suspended Threads: ["); for (JavaThreadIteratorWithHandle jtiwh; JavaThread *thread = jtiwh.next(); ) {