mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 06:00:26 +00:00
8195064: LogCompilation: Chicken and egg startup problem with types
Removed extra null check that was causing the problem Reviewed-by: thartmann, kvn
This commit is contained in:
parent
99725d3ea6
commit
dcb4e73a38
@ -723,9 +723,6 @@ public class LogParser extends DefaultHandler implements ErrorHandler {
|
||||
*/
|
||||
String type(String id) {
|
||||
String result = types.get(id);
|
||||
if (result == null) {
|
||||
reportInternalError(id);
|
||||
}
|
||||
String remapped = type2printableMap.get(result);
|
||||
if (remapped != null) {
|
||||
return remapped;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user