diff -r 1bd7233074c1 -r 34906de6c017 test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/hashCode/hashcode001.java --- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/hashCode/hashcode001.java Thu Feb 21 09:48:07 2019 +0100 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/hashCode/hashcode001.java Thu Feb 21 05:06:41 2019 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -136,7 +136,7 @@ IOPipe pipe = new IOPipe(debuggee); debuggee.redirectStderr(out); - log2("issuspended002a debuggee launched"); + log2(debuggeeName + " debuggee launched"); debuggee.resume(); String line = pipe.readln();