RFR(S): 8241556: Memory leak if -XX:CompileCommand is set

Tobias Hartmann tobias.hartmann at oracle.com
Tue Mar 31 06:23:00 UTC 2020


On 31.03.20 01:42, Man Cao wrote:
>> Just out of curiosity, why are you running with some intrinsics disabled in production?
> The production workload is actually running with -XX:CompileCommand="exclude,com.google.Foo::bar",
> not with any value for DisableIntrinsic.
> This bug leaked many instances of one-byte empty string "\0", allocated
> in DirectiveSet::canonicalize_disableintrinsic().

Okay, thanks for the details.

Best regards,
Tobias


More information about the hotspot-compiler-dev mailing list