8219664: LogCompilation: java.lang.Error: Unexpected method mismatch during late inlining

Set lateInlining=true in task endElement

Reviewed-by: vlivanov, kvn
This commit is contained in:
Eric Caspole 2019-02-26 10:39:28 -05:00
parent 2a83596e85
commit 24ef3fd98f

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2009, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -1279,6 +1279,7 @@ public class LogParser extends DefaultHandler implements ErrorHandler {
types.clear();
methods.clear();
site = null;
lateInlining = false;
}
} catch (Exception e) {
reportInternalError("exception while processing end element", e);