RFR: 8296656: java.lang.NoClassDefFoundError exception on running fully legitimate code [v7]
Archie L. Cobbs
duke at openjdk.org
Fri Apr 21 15:41:55 UTC 2023
On Fri, 21 Apr 2023 13:52:43 GMT, David Alayachew <duke at openjdk.org> wrote:
> What's the best way I should go about testing this?
Using whatever your original example was. Or some simple example like this on a case-insensitive filesystem:
public class Test {
interface Inner {
}
interface INNER {
}
}
> I see instructions on how to build the JDK from the source code. Is that the best way?
As far as I know that's the best way... but I could be unaware of pre-built preview images somewhere.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/12754#issuecomment-1518013637
More information about the compiler-dev
mailing list