Skip to content

Commit 5e0267b

Browse files
committed
fix jcheck errors
1 parent ba7d89f commit 5e0267b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue001/setvalue001a.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetCurrentContendedMonitor/cangccm001a.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetMonitorInfo/cangetmonitorinfo001a.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)