File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2000, 2021 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2000, 2025 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -83,7 +83,7 @@ public Type lookupType(String cTypeName) {
83
83
public Type lookupType (String cTypeName , boolean throwException ) {
84
84
Type type = (Type ) nameToTypeMap .get (cTypeName );
85
85
if (type == null && throwException ) {
86
- throw new RuntimeException ("No type named \" " + cTypeName + "\" in database" );
86
+ throw new RuntimeException ("No type named \" " + cTypeName + "\" present in type database" );
87
87
}
88
88
return type ;
89
89
}
You can’t perform that action at this time.
0 commit comments