Integrated: 8349717: [leyden] compiler/inlining/LateInlinePrinting.java is failing
Aleksey Shipilev
shade at openjdk.org
Mon Feb 10 16:09:27 UTC 2025
On Mon, 10 Feb 2025 12:26:49 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> There are lots of mainline reports about this test, see links. We see a failure in current GHA for Leyden. For Leyden, there are additional specifics: we print advanced compile task information in compile log, so we get indenting/format mismatches.
>
> Leyden dumps this:
>
>
> 57 W0.0 Q0.0 C0.7 3 b compiler.inlining.LateInlinePrinting$TestLateInlining::test2 (7 bytes)
> @ 0 compiler.inlining.LateInlinePrinting$TestLateInlining::test3 (1 bytes) inline (hot) late inline succeeded
> @ 3 compiler.inlining.LateInlinePrinting$TestLateInlining::testFailInline (1 bytes) failed to inline: disallowed by CompileCommand
> @ 6 compiler.inlining.LateInlinePrinting$TestLateInlining::testFailInline (1 bytes) failed to inline: disallowed by CompileCommand
> @ 9 compiler.inlining.LateInlinePrinting$TestLateInlining::test2 (7 bytes) inline (hot) late inline succeeded
> @ 0 compiler.inlining.LateInlinePrinting$TestLateInlining::inlined1 (1 bytes) inline (hot) late inline succeeded
> @ 3 compiler.inlining.LateInlinePrinting$TestLateInlining::inlined2 (1 bytes) inline (hot) late inline succeeded
> 58 W0.0 Q0.0 C1.1 4 b compiler.inlining.LateInlinePrinting$TestLateInlining::test1 (13 bytes)
>
>
> So, this bug fixes the test for Leyden specifically, while mainline is figuring out the rest.
This pull request has now been integrated.
Changeset: ccc8d7a1
Author: Aleksey Shipilev <shade at openjdk.org>
Committer: Vladimir Kozlov <kvn at openjdk.org>
URL: https://git.openjdk.org/leyden/commit/ccc8d7a16736f8760838bb621170fd7051751020
Stats: 14 lines in 1 file changed: 0 ins; 3 del; 11 mod
8349717: [leyden] compiler/inlining/LateInlinePrinting.java is failing
Reviewed-by: kvn
-------------
PR: https://git.openjdk.org/leyden/pull/35
More information about the leyden-dev
mailing list