8257718: LogCompilation: late_inline doesnt work right for JDK 8 logs
Reviewed-by: redestad, kvn
This commit is contained in:
parent
6937d9f9dd
commit
f92745d73e
@ -638,9 +638,9 @@ public class LogParser extends DefaultHandler implements ErrorHandler {
|
||||
}
|
||||
}
|
||||
if (e != null) {
|
||||
throw new Error(msg, e);
|
||||
throw new InternalError(msg, e);
|
||||
} else {
|
||||
throw new Error(msg);
|
||||
throw new InternalError(msg);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user