Integrated: 8349705: java.net.URI.scanIPv4Address throws unnecessary URISyntaxException

2025-03-08 Thread Xiaolong Peng
On Mon, 10 Feb 2025 08:47:36 GMT, Xiaolong Peng wrote: > java.net.URI.scanIPv4Address is a private method, it is only called by > java.net.URI.takeIPv4Address and java.net.URI.parseIPv4Address, the > URISyntaxException("Malformed IPv4 address") is not necessary, returning -1 > should be good.

Re: RFR: 8351322: Parameterize link option for pthreads [v2]

2025-03-08 Thread snake66
> Replace hardcoded instances of `-lpthread` with `$(LIBPTHREAD)`, so that it's > possible to parameterize this for platforms that use different flags for > enabling posix threads. > > This work is a continuation of the work done by Greg Lewis in [1], but > generalized for the full JDK, and set