RFR: 8282024: add EscapeAnalysis statistics under PrintOptoStatistics [v12]
aamarsh
duke at openjdk.java.net
Wed May 25 12:29:03 UTC 2022
On Fri, 20 May 2022 19:21:21 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> aamarsh has updated the pull request incrementally with one additional commit since the last revision:
>>
>> eliminate trailing whitespace
>
> It is up to you but I would suggest to remove your change to collect time since we have it already with CITime.
@vnkozlov It looks like there are two Windows x64 tests failing and after a re-run they have been stuck on the task for 20 hours. The failure happened at:
tools/javac/Paths/MineField.sh
tools/javac/Paths/wcMineField.sh
with the message:
`STDERR:
Main.java:1: error: cannot find symbol
public class Main {public static void main(String[] a) {Lib.f();}}`
It does not appear that my code would effect these tests, but I don't want to integrate if the check are are not all passing.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8019
More information about the hotspot-compiler-dev
mailing list