RFR: 8263136: C4530 was reported from VS 2019 at access bridge

2021-03-06 Thread Yasumasa Suenaga
I saw C4530 with VS 2019 (16.9.0) as following (on Japanese locale): AccessBridgeDebug.cpp メモ: インクルード ファイル: d:\github-forked\jdk\src\jdk.accessibility\windows\native\common\AccessBridgeDebug.h : c:\progra~2\micros~2\2019\commun~1\vc\tools\msvc\1428~1.299\include\ostream(611): error C2220:

Re: RFR: JDK-8251210: Link JDK api docs to other versions

2021-03-06 Thread Iris Clark
On Sat, 6 Mar 2021 02:21:00 GMT, Jonathan Gibbons wrote: > Please review a small change to Docs.gmk, such that the short version string > in the upper right corner of the main API docs bundle is linked to a page > that links to other versions of the documentation. While it is not so useful >

Integrated: 8259886 : Improve SSL session cache performance and scalability

2021-03-06 Thread djelinski
On Wed, 27 Jan 2021 11:32:08 GMT, djelinski wrote: > Under certain load, MemoryCache operations take a substantial fraction of the > time needed to complete SSL handshakes. This series of patches improves > performance characteristics of MemoryCache, at the cost of a functional > change: expi

Re: RFR: JDK-8251210: Link JDK api docs to other versions

2021-03-06 Thread Jonathan Gibbons
On Sat, 6 Mar 2021 13:13:02 GMT, liach wrote: > Does this change add the "other versions" text under the current version > info? I don't see where the `Other Versions` text (proposed in the original > issue) is added. Without that text, imo this utility would be significantly > less accessibl

Re: RFR: JDK-8251210: Link JDK api docs to other versions

2021-03-06 Thread liach
On Sat, 6 Mar 2021 02:21:00 GMT, Jonathan Gibbons wrote: > Please review a small change to Docs.gmk, such that the short version string > in the upper right corner of the main API docs bundle is linked to a page > that links to other versions of the documentation. While it is not so useful >

Re: RFR: 8259886 : Improve SSL session cache performance and scalability [v6]

2021-03-06 Thread djelinski
> Under certain load, MemoryCache operations take a substantial fraction of the > time needed to complete SSL handshakes. This series of patches improves > performance characteristics of MemoryCache, at the cost of a functional > change: expired entries are no longer guaranteed to be removed bef

RFR: JDK-8251210: Link JDK api docs to other versions

2021-03-06 Thread Jonathan Gibbons
Please review a small change to Docs.gmk, such that the short version string in the upper right corner of the main API docs bundle is linked to a page that links to other versions of the documentation. While it is not so useful in this release, to be able to access _older_ versions, going forwa