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

Dean Long dlong at openjdk.java.net
Thu Nov 4 08:38:19 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.

Thanks Vladimir.

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

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


More information about the hotspot-compiler-dev mailing list