… with JDK native libraries
-
Commit messages:
- 8305761: Resolve multiple definition of 'jvm' when statically linking with
JDK native libraries
Changes: https://git.openjdk.org/jdk/pull/13397/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13397&range=00
Issue: https://b
On Fri, 7 Apr 2023 23:32:46 GMT, Jiangli Zhou wrote:
> Rename various 'jvm' variables to 'jvm_' to avoid duplicate symbol
> problems when statically linking the launcher executable with JDK native
> libraries.
>
> 8305761: Resolve multiple definition of 'jvm' when statically linking with
> JD
Rename various 'jvm' variables to 'jvm_' to avoid duplicate symbol
problems when statically linking the launcher executable with JDK native
libraries.
8305761: Resolve multiple definition of 'jvm' when statically linking with JDK
native libraries
-
Commit messages:
- Resolve link
On Fri, 7 Apr 2023 19:09:43 GMT, Mark Powers wrote:
> https://bugs.openjdk.org/browse/JDK-8302696
Marked as reviewed by mullan (Reviewer).
-
PR Review: https://git.openjdk.org/jdk/pull/13391#pullrequestreview-1376528212
https://bugs.openjdk.org/browse/JDK-8302696
-
Commit messages:
- Merge
- first iteration
Changes: https://git.openjdk.org/jdk/pull/13391/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13391&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8302696
Stats: 3 lines in 3
On Fri, 7 Apr 2023 16:29:31 GMT, Alan Bateman wrote:
> I've updated the CSR to align it with the proposed solution. Please review
> again and if you happy, press "Finalize".
Thanks, Alan, this looks good to me. I have pressed "Finalize".
The CSR makes promises about the Release Note. Do you th
On Fri, 7 Apr 2023 07:47:49 GMT, Eirik Bjorsnos wrote:
>> This PR removes the JAR index feature from the runtime:
>>
>> - `URLClassPath` is updated to remove the `enableJarIndex` system property
>> and any code which would be called when this property was `true`
>> - The `JarIndex` implementat
On Fri, 31 Mar 2023 12:48:21 GMT, Weijun Wang wrote:
>> This code change is for DHKEM, which requires the function
>>
>> pk(skX): The KEM public key corresponding to the KEM private key skX.
>>
>> Only implemented for EC and XDH. Might add PKCS #11 support later.
>
> Weijun Wang has updated the
> With the addition of `jdk.internal.util.OperatingSystem` references to the
> system property `os.name` can be replaced.
> This PR exports jdk.internal.util to:
> - java.prefs,
> - java.security.jgss,
> - java.smartcardio,
> - jdk.charsets,
> - jdk.net,
> - jdk.zipfs
Roger Riggs has update
> Added code similar to the suggested patches for empty Handshake messages. I
> also implemented tests to verify empty Handshake, Alert, and ChangeCipherSpec
> messages result in expected behavior: for SSLEngineImpl, exceptions are
> thrown, for SSLSockets the connection is closed.
Matthew Dono
On Fri, 7 Apr 2023 02:14:59 GMT, Xue-Lei Andrew Fan wrote:
>> Matthew Donovan has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - added comment referring to relevant RFC
>> - clarified if-statements; fixed exception message wording
>
> sr
On Wed, 5 Apr 2023 15:48:02 GMT, Roger Riggs wrote:
>> With the addition of `jdk.internal.util.OperatingSystem` references to the
>> system property `os.name` can be replaced.
>> This PR exports jdk.internal.util to:
>> - java.prefs,
>> - java.security.jgss,
>> - java.smartcardio,
>> - jdk.c
On Thu, 6 Apr 2023 07:32:12 GMT, Alan Bateman wrote:
> One additional thing we could do is update the usage output for
> -i/--generate-index to say that the option is deprecated. Looking at `jdeps
> -help` output to see this for the deprecated -P/--profile option.
Implemented as suggested. The
> This PR removes the JAR index feature from the runtime:
>
> - `URLClassPath` is updated to remove the `enableJarIndex` system property
> and any code which would be called when this property was `true`
> - The `JarIndex` implementation class is moved into `jdk.jartool` module.
> - The `Invalid
14 matches
Mail list logo