Integrated: 8286705: GCC 12 reports use-after-free potential bugs

2022-05-14 Thread Yasumasa Suenaga
On Fri, 13 May 2022 09:14:28 GMT, Yasumasa Suenaga wrote: > GCC 12 reports use-after-free potential bugs in below: > > > In function 'find_positions', > inlined from 'find_file' at > /home/ysuenaga/github-forked/jdk/src/java.base/share/native/libjli/parse_manifest.c:364:9: This pull

Integrated: 8286594: (zipfs) Mention paths with dot elements in ZipException and cleanups

2022-05-14 Thread Christoph Langer
On Wed, 11 May 2022 15:32:38 GMT, Christoph Langer wrote: > This augments the ZipException upon rejecting a Zip File containing entry > names with "." or ".." elements. > > It furthermore tries to clean up & compact the logic for detecting "." and > ".." and it adds a method

Re: RFR: 8286594: (zipfs) Mention paths with dot elements in ZipException and cleanups

2022-05-14 Thread Christoph Langer
On Wed, 11 May 2022 19:20:15 GMT, Lance Andersen wrote: >> This augments the ZipException upon rejecting a Zip File containing entry >> names with "." or ".." elements. >> >> It furthermore tries to clean up & compact the logic for detecting "." and >> ".." and it adds a method

Integrated: 8286681: ShenandoahControlThread::request_gc misses the case of GCCause::_codecache_GC_threshold

2022-05-14 Thread Jie Fu
On Fri, 13 May 2022 02:43:55 GMT, Jie Fu wrote: > Hi all, > > Some tests fail with Shenandoah GC after JDK-8282191. > The reason is that the assert in `ShenandoahControlThread::request_gc` misses > the case of `GCCause::_codecache_GC_threshold`. > It would be better to fix it. > > Thanks. >

Re: RFR: 8286681: ShenandoahControlThread::request_gc misses the case of GCCause::_codecache_GC_threshold [v2]

2022-05-14 Thread Jie Fu
On Fri, 13 May 2022 12:27:16 GMT, Zhengyu Gu wrote: > LGTM Thanks @zhengyu123 for the review. - PR: https://git.openjdk.java.net/jdk/pull/8691