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:
parent
2a83596e85
commit
24ef3fd98f
@ -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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* 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();
|
types.clear();
|
||||||
methods.clear();
|
methods.clear();
|
||||||
site = null;
|
site = null;
|
||||||
|
lateInlining = false;
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
reportInternalError("exception while processing end element", e);
|
reportInternalError("exception while processing end element", e);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user