RFR: JDK-8219388: Misleading log message "issuspended002a debuggee launched"
Chris Plummer
chris.plummer at oracle.com
Tue Feb 19 18:59:40 UTC 2019
Hi Gary,
Changes look good, but there are other similar incorrect messages you
might also want to address:
./StackFrame/thisObject/thisobject002.java:158: log2("setvalue003a
debuggee launched");
./StackFrame/thisObject/thisobject001.java:159: log2("setvalue003a
debuggee launched");
./StackFrame/visibleVariableByName/visiblevarbyname001.java:161:
log2("setvalue003a debuggee launched");
./StackFrame/visibleVariableByName/visiblevarbyname002.java:152:
log2("setvalue003a debuggee launched");
./StackFrame/thread/thread001.java:156: log2("location001a
debuggee launched");
./StackFrame/visibleVariables/visiblevariables001.java:156:
log2("setvalue003a debuggee launched");
./StackFrame/visibleVariables/visiblevariables002.java:153:
log2("setvalue003a debuggee launched");
./ThreadReference/interrupt/interrupt001.java:156: log2("interrupt002a
debuggee launched");
./LocalVariable/isVisible/isvisible001.java:162: log2("setvalue003a
debuggee launched");
./ClassType/invokeMethod/invokemethod001.java:162: log2("location001a
debuggee launched");
./Value/type/type002/type002.java:199: log2("setvalue003a
debuggee launched");
./VoidValue/equals/equals001/equals001.java:207: log2("setvalue003a
debuggee launched");
./VoidValue/hashCode/hashcode001/hashcode001.java:207:
log2("setvalue003a debuggee launched");
And I noticed a very large number of tests that only have:
log2("debuggee launched");
But there are so many that if you are to fix them, it should be done as
a separate CR.
Chris
On 2/19/19 10:19 AM, Gary Adams wrote:
> A log message should have been parameterized
> with the debuggeeName.
>
> Issue: https://bugs.openjdk.java.net/browse/JDK-8219388
> Webrev: http://cr.openjdk.java.net/~gadams/8219388/webrev.00/
More information about the serviceability-dev
mailing list