Skip to content

Commit c2509ea

Browse files
committed
8261857: serviceability/sa/ClhsdbPrintAll.java failed with "Test ERROR java.lang.RuntimeException: 'cannot be cast to' found in stdout"
Reviewed-by: sspitsyn
1 parent 2b00367 commit c2509ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/hotspot/jtreg/serviceability/sa/ClhsdbPrintAll.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2021, 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
@@ -67,7 +67,7 @@ public static void main(String[] args) throws Exception {
6767
"Exception Table",
6868
"invokedynamic"));
6969
unExpStrMap.put("printall", List.of(
70-
"cannot be cast to"));
70+
"cannot be cast to class"));
7171
test.run(theApp.getPid(), cmds, expStrMap, unExpStrMap);
7272
} catch (SkippedException se) {
7373
throw se;

0 commit comments

Comments
 (0)