Integrated: 8312072: Deprecate for removal the -Xnoagent option

2023-07-17 Thread Jaikiran Pai
On Fri, 14 Jul 2023 07:34:03 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which proposes to deprecate > `-Xnoagent` option of the `java` command? This addresses > https://bugs.openjdk.org/browse/JDK-8312072. > > As noted in the JBS issue, this option currently is a

Re: RFR: 8312072: Deprecate for removal the -Xnoagent option [v3]

2023-07-17 Thread Jaikiran Pai
On Sun, 16 Jul 2023 06:34:46 GMT, Jaikiran Pai wrote: >> Can I please get a review of this change which proposes to deprecate >> `-Xnoagent` option of the `java` command? This addresses >> https://bugs.openjdk.org/browse/JDK-8312072. >> >> As noted in the JBS issue, this option currently is a

Re: RFR: 8311541: JavaThread::print_jni_stack doesn't support native stacks on all platforms

2023-07-17 Thread David Holmes
On Thu, 13 Jul 2023 07:41:00 GMT, David Holmes wrote: > [JDK-8295974](https://bugs.openjdk.org/browse/JDK-8295974) modified > print_jni_stack to print the native stack when there are no Java frames. To > do that it used VMError::print_native_stack, however that function is only > for

Integrated: JDK-8308398 Move SunEC crypto provider into java.base

2023-07-17 Thread Anthony Scarpino
On Tue, 13 Jun 2023 20:36:28 GMT, Anthony Scarpino wrote: > Hi, > > I need a code review for moving the contents of the jdk.crypto.ec module into > java.base. This moves the SunEC JCE Provider (Elliptic Curve) into > java.base. EC has always been separate from the base module/pkg because

Re: RFR: 8312072: Deprecate for removal the -Xnoagent option [v3]

2023-07-17 Thread Chris Plummer
On Sun, 16 Jul 2023 06:34:46 GMT, Jaikiran Pai wrote: >> Can I please get a review of this change which proposes to deprecate >> `-Xnoagent` option of the `java` command? This addresses >> https://bugs.openjdk.org/browse/JDK-8312072. >> >> As noted in the JBS issue, this option currently is a