Integrated: 8275670: ciReplay: java.lang.NoClassDefFoundError when trying to load java/lang/invoke/LambdaForm$MH

Dean Long dlong at openjdk.java.net
Thu Nov 4 19:56:26 UTC 2021


On Wed, 3 Nov 2021 23:15:41 GMT, Dean Long <dlong at openjdk.org> wrote:

> The invokedynamic support added by 8271911 was incomplete.  In particular, it failed to search through argL fields.  This change fixes that, adds a test, and also cleans up the code a bit.

This pull request has now been integrated.

Changeset: dcf36f87
Author:    Dean Long <dlong at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/dcf36f87f87d52490c1f0434c2fca99fc8fd90a2
Stats:     116 lines in 3 files changed: 90 ins; 1 del; 25 mod

8275670: ciReplay: java.lang.NoClassDefFoundError when trying to load java/lang/invoke/LambdaForm$MH

Reviewed-by: kvn, chagedorn

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

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


More information about the hotspot-compiler-dev mailing list