Re: RFR: 8332340: Add JavacBench as a test case for CDS [v3]

2024-05-22 Thread Ioi Lam
On Tue, 21 May 2024 21:03:20 GMT, Matias Saavedra Silva wrote: >> Ioi Lam has updated the pull request incrementally with one additional >> commit since the last revision: >> >> @calvinccheung comments > > test/lib/jdk/test/lib/cds/CDSAppTester.java line 147: > >> 145: } >> 146: >> 147

Re: RFR: 8332340: Add JavacBench as a test case for CDS [v3]

2024-05-21 Thread Matias Saavedra Silva
On Mon, 20 May 2024 17:24:22 GMT, Ioi Lam wrote: >> JavacBench is a test program that compiles 90 Java source files. It uses a >> fair amount of invokedynamic callsites, so it's good for testing CDS support >> for indy and lambda expressions. >> >> This test was first integrated into the >> [

Re: RFR: 8332340: Add JavacBench as a test case for CDS [v3]

2024-05-21 Thread Calvin Cheung
On Mon, 20 May 2024 17:24:22 GMT, Ioi Lam wrote: >> JavacBench is a test program that compiles 90 Java source files. It uses a >> fair amount of invokedynamic callsites, so it's good for testing CDS support >> for indy and lambda expressions. >> >> This test was first integrated into the >> [

Re: RFR: 8332340: Add JavacBench as a test case for CDS [v3]

2024-05-20 Thread Ioi Lam
> JavacBench is a test program that compiles 90 Java source files. It uses a > fair amount of invokedynamic callsites, so it's good for testing CDS support > for indy and lambda expressions. > > This test was first integrated into the > [leyden](https://github.com/openjdk/leyden/tree/premain) r