RFR: 8329126: No native wrappers generated anymore with -XX:-TieredCompilation after JDK-8251462 [v3]
Igor Veresov
iveresov at openjdk.org
Wed Mar 27 20:08:42 UTC 2024
On Wed, 27 Mar 2024 19:10:58 GMT, Volker Simonis <simonis at openjdk.org> wrote:
> I think it will work, but wouldn't that instantly create a native wrapper for *every* native method? Shouldn't we only create native wrappers for hot native methods?
To get here it will have to be already relatively hot. And since we don't need to profile it I think it would be fair to treat it exactly the same way we treat trivial methods.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18496#issuecomment-2023840629
More information about the hotspot-compiler-dev
mailing list