Re: Thread stack size issue related to glibc TLS bug

2019-05-25 Thread Martin Buchholz
Very big picture - if we want to banish stack overflows forever, we would need to migrate the industry to split runtime stacks, which would add a bit of runtime overhead to every native function call. No one is heroic enough to make progress towards that. Maybe developers of new OSes need to

Re: JDK 13 RFR of JDK-8224783: Javadoc of String strip methods uses link where linkplain would be better

2019-05-25 Thread Lance Andersen
+1 > On May 24, 2019, at 9:15 PM, Joe Darcy wrote: > > Hello, > > Please review the patch below to address: > > JDK-8224783: Javadoc of String strip methods uses link where linkplain > would be better > > Thanks, > > -Joe > > diff -r 4947a097db60

RFR 8224789 : Parsing repetition count in regex does not detect numeric overflow

2019-05-25 Thread Ivan Gerasimov
Hello! When Pattern.compile() parses the repetition count in the expressions like '.{100}', '.{1,2}' or '.{3,}' it fails to detect numeric overflow if the result is still non-negative. Could you please help review the patch? BUGURL: https://bugs.openjdk.java.net/browse/JDK-8224789 WEBREV: