Integrated: 8276711: compiler/codecache/cli tests failing when SegmentedCodeCache used with -Xint

Coleen Phillimore coleenp at openjdk.java.net
Thu Mar 3 13:26:09 UTC 2022


On Tue, 1 Mar 2022 20:50:23 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> In Loom, when using -Xint, the +SegmentedCodeCache option cannot be used because it doesn't generate a code heap for nmethods, and in loom the compiler needs to generate an nmethod for Continuation.enterSpecial even with -Xint.
> This change is @rickard 's loom change with the tests fixed so they pass for it.  One tests for the new warning message and code cache usage, and the others remove the Xint tests.
> Tested with tier1-4.

This pull request has now been integrated.

Changeset: 7822cbce
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/7822cbce10e0c0c6f9bf521faebc89a0af20734e
Stats:     34 lines in 5 files changed: 8 ins; 15 del; 11 mod

8276711: compiler/codecache/cli tests failing when SegmentedCodeCache used with -Xint

Reviewed-by: kvn, dholmes

-------------

PR: https://git.openjdk.java.net/jdk/pull/7650


More information about the hotspot-dev mailing list