Re: RFR: 8247407: tools/jlink/plugins/CompressorPluginTest.java test failing [v2]

2022-06-25 Thread Jaikiran Pai
On Sat, 25 Jun 2022 02:45:54 GMT, Jaikiran Pai wrote: >> Can I please get a review for this change which fixes an issue in >> `jdk.internal.jimage.ImageReader`? >> >> The `ImageReader` maintains a map of `nodes` which it uses to keep track of >> directories/resources from within the image. Wh

Re: RFR: 8247407: tools/jlink/plugins/CompressorPluginTest.java test failing [v2]

2022-06-25 Thread Jim Laskey
On Sat, 25 Jun 2022 02:45:54 GMT, Jaikiran Pai wrote: >> Can I please get a review for this change which fixes an issue in >> `jdk.internal.jimage.ImageReader`? >> >> The `ImageReader` maintains a map of `nodes` which it uses to keep track of >> directories/resources from within the image. Wh

Re: RFR: 8247407: tools/jlink/plugins/CompressorPluginTest.java test failing [v2]

2022-06-24 Thread Jaikiran Pai
> Can I please get a review for this change which fixes an issue in > `jdk.internal.jimage.ImageReader`? > > The `ImageReader` maintains a map of `nodes` which it uses to keep track of > directories/resources from within the image. When a `findNode` is called, it > leads to building the `Node`