On Fri, 4 Aug 2023 19:09:58 GMT, Weibing Xiao wrote:
>> com.sun.jndi.ldap.Connection::leanup does not close the underlying socket if
>> the is an IOException generation when the output stream was flushing the
>> buffer.
>>
>> Please refer to the bug https://bugs.openjdk.org/browse/JDK-8313657.
On Fri, 4 Aug 2023 20:55:25 GMT, Serguei Spitsyn wrote:
>> test/lib/jdk/test/lib/Platform.java line 376:
>>
>>> 374: }
>>> 375: }
>>> 376:
>>
>> The following tests could leverage this new API. Just look for calls to
>> `Platform.sharedLibraryExt()`:
>>
>> test/hotspot/jtreg/runt
I would like to fix this issue
because the svc jtreg test does not pass on localized Windows platform.
Testing:
all serviceability area tests (jdk_svc group).
Could anyone review the fix please?
Thanks,
Kimura Yukihiro
-
Commit messages:
- 8313854: Some tests in serviceability a
On Sat, 8 Jul 2023 00:20:20 GMT, 温绍锦 wrote:
>> [PR 14578 ](https://github.com/openjdk/jdk/pull/14578) still has unresolved
>> discussions, continue to make improvements.
>>
>> # Benchmark Result
>>
>>
>> sh make/devkit/createJMHBundle.sh
>> bash configure --with-jmh=build/jmh/jars
>> make tes
On Fri, 21 Jul 2023 16:42:25 GMT, Doug Lea wrote:
>> This update addresses performance issues across both LinkedTransferQueue and
>> SynchronousQueue by creating a common basis for implementation across them
>> (mainly in LinkedTransferQueue). Pasting from internal doc summary of
>> changes:
On Tue, 1 Aug 2023 06:29:28 GMT, sid8606 wrote:
>> Implementation of "Foreign Function & Memory API" for s390x (Big Endian).
>
> sid8606 has updated the pull request incrementally with one additional commit
> since the last revision:
>
> Fix typo
>
> Signed-off-by: Sidraya
src/java.bas
On Mon, 31 Jul 2023 12:22:00 GMT, Yasumasa Suenaga wrote:
> In FFM, native function would be called via `nep_invoker_blob`. If the
> function has two arguments, it would be following:
>
>
> Decoding RuntimeStub - nep_invoker_blob 0x7fcae394cd10
> ---