--- old/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/LogParser.java 2018-01-12 17:27:41.006136170 -0500 +++ new/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/LogParser.java 2018-01-12 17:27:40.742123963 -0500 @@ -723,9 +723,6 @@ */ String type(String id) { String result = types.get(id); - if (result == null) { - reportInternalError(id); - } String remapped = type2printableMap.get(result); if (remapped != null) { return remapped;