Ioi Lam
Ioi Lam
@shipilev thanks for sending the patch. I've integrated it. I ran all the tests under test/hotspot/jtreg/runtime/cds/appcds. They all passed after I fixed two of the test cases. Do you know...
/contributor @shipilev
/contributor add @shipilev
> > Do you know how much testing is done by the community with zero? We don't test it that much in our pipeline. > > You could ask the...
@shipilev Thanks for the code contribution and testing! @tstuefe @magicus @erikj79 Thanks for the review. /integrate
Thanks @coleenp @dholmes-ora @dcubed-ojdk for the review. Tiers 1,2 and build-tier5 passed on top of #9927 /integrate
Have you tested with method references? Two references to the same method will result in a single `JVM_CONSTANT_InvokeDynamic` constant pool entry in the classfile, but it's invoked by two callsites....
Thanks @calvinccheung and @coleenp for the review. I have merged with latest repo (after CPU sync) and retested with tiers 1-4. All passed. /integrate
Thanks @dholmes-ora and @jdksjolen for the review. /integrate
> Looks good, assuming there are tests calling in with no class data to check that `defineClass` is fine with `null` inputs? Yes, we have two existing test cases that...