File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
test/hotspot/jtreg/vmTestbase/nsk/jdi
StackFrame/setValue/setvalue001
canGetCurrentContendedMonitor Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ private static void logErr(String message) {
5858 }
5959
6060 //====================================================== test program
61-
61+
6262 static Thread test_thread = null ;
6363
6464 //---------------------------------------------------- main method
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ private static void logErr(String message) {
6767 public static void main (String argv []) {
6868
6969 mainThread = Thread .currentThread ();
70-
70+
7171 for (int i =0 ; i <argv .length ; i ++) {
7272 if ( argv [i ].equals ("-vbs" ) || argv [i ].equals ("-verbose" ) ) {
7373 verbMode = true ;
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ private static void logErr(String message) {
6969 //---------------------------------------------------- main method
7070
7171 public static void main (String argv []) {
72-
72+
7373 for (int i =0 ; i <argv .length ; i ++) {
7474 if ( argv [i ].equals ("-vbs" ) || argv [i ].equals ("-verbose" ) ) {
7575 verbMode = true ;
You can’t perform that action at this time.
0 commit comments