RFR: 8263377: Store method handle linkers in the 'non-nmethods' heap
Dean Long
dlong at openjdk.java.net
Sat Jun 4 02:05:39 UTC 2022
On Tue, 17 May 2022 23:19:54 GMT, Yi-Fan Tsai <duke at openjdk.java.net> wrote:
> 8263377: Store method handle linkers in the 'non-nmethods' heap
src/hotspot/share/ci/ciMethod.cpp line 1146:
> 1144: CodeBlob* code = get_Method()->code();
> 1145: if (code != NULL && code->is_compiled()) {
> 1146: code->as_compiled_method()->log_identity(log);
Doesn't this change the log output?
-------------
PR: https://git.openjdk.java.net/jdk/pull/8760
More information about the hotspot-dev
mailing list