Integrated: 8278174: runtime/cds/appcds/LambdaWithJavaAgent.java fails with release VMs

Jie Fu jiefu at openjdk.java.net
Fri Dec 3 06:05:17 UTC 2021


On Thu, 2 Dec 2021 23:32:09 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> Hi all,
> 
> runtime/cds/appcds/LambdaWithJavaAgent.java fails with release VMs.
> This is because VM option 'AllowArchivingWithJavaAgent' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
> So let's add -XX:+UnlockDiagnosticVMOptions to fix it.
> 
> Thanks.
> Best regards,
> Jie

This pull request has now been integrated.

Changeset: 473ececa
Author:    Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/473ececaf5df8392e76d022d7126770526be31f7
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8278174: runtime/cds/appcds/LambdaWithJavaAgent.java fails with release VMs

Reviewed-by: dholmes

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

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


More information about the hotspot-runtime-dev mailing list