File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2002, 2023 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2002, 2024 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -180,7 +180,7 @@ private int runIt(String args[]) {
180180 log .display ("TEST #5: interrupted = " + Thread .interrupted ());
181181 // We don't expect the exception to be thrown when in vthread mode.
182182 if (!vthreadMode && t instanceof MyThrowable ) {
183- log .display ("TEST #5: Caught expected exception while in loop : " + t );
183+ log .display ("TEST #5: Caught expected exception while in sleep : " + t );
184184 } else {
185185 log .complain ("TEST #5: Unexpected exception caught: " + t );
186186 t .printStackTrace ();
You can’t perform that action at this time.
0 commit comments