RFR: 8282024: add EscapeAnalysis statistics under PrintOptoStatistics [v12]
Vladimir Kozlov
kvn at openjdk.java.net
Wed May 25 17:02:28 UTC 2022
On Wed, 25 May 2022 12:24:55 GMT, aamarsh <duke at openjdk.java.net> wrote:
>> 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.
@aamarsh Do not worry. I see other latest PRs has the same failure. Your changes should not affect product version of JDK.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8019
More information about the hotspot-compiler-dev
mailing list