RFR: 8338530: CDS warning Skipping java/lang/invoke/BoundMethodHandle$Species_LLLL
Chen Liang
liach at openjdk.org
Tue Sep 3 20:12:33 UTC 2024
On Fri, 30 Aug 2024 18:05:24 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
> Since [JDK-8336856](https://bugs.openjdk.org/browse/JDK-8336856), `java -Xshare:dump` reports a warning where a dynamically generated class, java/lang/invoke/BoundMethodHandle$Species_LLLL, is excluded. This patch silently excludes the class as it cannot be archived. Verified with tier x-y tests
Is it possible for us at java.lang.invoke to enhance the `GenerateJliClassesHelper` to generate this class? I can look into it.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20799#issuecomment-2322130581
More information about the hotspot-dev
mailing list