[8u] RFR 8280060: The sun/rmi/server/Activation.java class use Thread.dumpStack()

Hohensee, Paul hohensee at amazon.com
Fri Jan 21 15:59:06 UTC 2022


It's not in jdk9 either. I dug around a bit but couldn't find where it was removed.

Lgtm.

Thanks,
Paul

-----Original Message-----
From: jdk8u-dev <jdk8u-dev-retn at openjdk.java.net> on behalf of Sergey Bylokhov <bylokhov at amazon.com>
Date: Thursday, January 20, 2022 at 7:01 PM
To: "jdk8u-dev at openjdk.java.net" <jdk8u-dev at openjdk.java.net>
Subject: [8u] RFR 8280060: The sun/rmi/server/Activation.java class use Thread.dumpStack()

Hello,

Please review the fix for JDK-8280060.

JBS: https://bugs.openjdk.java.net/browse/JDK-8280060
Webrev: http://cr.openjdk.java.net/~serb/8280060/webrev.00

This change removes the "Thread.dumpStack()" from the Activation class which seems was used for 
debugging. In jdk8 It was added by the JDK-8174770 here:
http://hg.openjdk.java.net/jdk8u/monojdk8u/annotate/98c3f2812caf/jdk/src/share/classes/sun/rmi/server/Activation.java#l538

The same patch for jdk11 does not have it:
https://github.com/openjdk/jdk11u/commit/4ce7b5f28063abca8391d5d7173a45210191e269#diff-fe5b09c998a43189c85b9465455d866b07b32131b2b0f85a6e5801176b22362aR548


-- 
Best regards, Sergey.



More information about the jdk8u-dev mailing list