Re: RFR: 8359225: Remove unused test/jdk/javax/script/MyContext.java

2025-06-13 Thread Athijegannathan Sundararajan
On Wed, 11 Jun 2025 11:22:57 GMT, Volkan Yazici wrote: > Both `javax/script/PluggableContextTest.java` and its companion > `test/jdk/javax/script/MyContext.java` were added in > [JDK-6398614](https://bugs.openjdk.org/browse/JDK-6398614). > [JDK-8246113](https://bugs.openjdk.org/browse/JDK-8246

Re: RFR: 8349907: jdk.tools.jlink.internal.plugins.ZipPlugin does not close the Deflater in exceptional cases [v3]

2025-02-13 Thread Athijegannathan Sundararajan
On Wed, 12 Feb 2025 16:47:29 GMT, Jaikiran Pai wrote: >> Can I please get a review of this change in >> `jdk.tools.jlink.internal.plugins.ZipPlugin` which proposes to close the >> `Deflater` instance cleanly? This addresses >> https://bugs.openjdk.org/browse/JDK-8349907. >> >> As noted in tha

Re: RFR: 8299504: Resolve `uses` and `provides` at run time if the service is optional and missing [v2]

2025-01-23 Thread Athijegannathan Sundararajan
On Mon, 20 Jan 2025 12:12:20 GMT, Alan Bateman wrote: >> Extend the support for optional dependences to allow for a service to be >> optional. The post-resolution consistency check specified by >> `Configuration.resolve` is relaxed to allow for the possibility that the >> service from a module

Re: RFR: 8340380: Improve source launcher's shebang script detection [v3]

2025-01-10 Thread Athijegannathan Sundararajan
On Thu, 9 Jan 2025 09:20:51 GMT, Christian Stein wrote: >> Please review this change that improves the launcher mode detection by >> reading the initial two characters from the started file for being a shebang >> script. It addresses the reported confusing error messages and also supports >> m

Re: RFR: 8340380: Improve source launcher's shebang script detection

2025-01-08 Thread Athijegannathan Sundararajan
On Tue, 5 Nov 2024 16:16:13 GMT, Christian Stein wrote: > Please review this change that improves the launcher mode detection by > reading the initial two characters from the started file for being a shebang > script. It addresses the reported confusing error messages and also supports > more

Withdrawn: 8337422: spelling error in jlink documentation

2024-11-20 Thread Athijegannathan Sundararajan
On Fri, 6 Sep 2024 06:26:47 GMT, Athijegannathan Sundararajan wrote: > fixed spelling to be consistent with the rest of the man page. This pull request has been closed without being integrated. - PR: https://git.openjdk.org/jdk/pull/20882

Re: RFR: 8337422: spelling error in jlink documentation

2024-11-20 Thread Athijegannathan Sundararajan
On Fri, 6 Sep 2024 06:26:47 GMT, Athijegannathan Sundararajan wrote: > fixed spelling to be consistent with the rest of the man page. closed because of conflicts - PR Comment: https://git.openjdk.org/jdk/pull/20882#issuecomment-2490229186

Re: RFR: 8338411: Implement JEP 486: Permanently Disable the Security Manager [v5]

2024-10-30 Thread Athijegannathan Sundararajan
On Tue, 29 Oct 2024 12:40:59 GMT, Sean Mullan wrote: >> This is the implementation of JEP 486: Permanently Disable the Security >> Manager. See [JEP 486](https://openjdk.org/jeps/486) for more details. The >> [CSR](https://bugs.openjdk.org/browse/JDK-8338412) describes in detail the >> main ch

Re: RFR: 8341134: Deprecate for removal the jrunscript tool

2024-10-06 Thread Athijegannathan Sundararajan
On Mon, 7 Oct 2024 04:23:20 GMT, Jaikiran Pai wrote: > Can I please get a review for this change which proposes to deprecate for > removal the `jrunscript` tool? > > The `jrunscript` tool as documented in its specification > https://docs.oracle.com/en/java/javase/23/docs/specs/man/jrunscript.

Re: RFR: 8337422: spelling error in jlink documentation

2024-09-09 Thread Athijegannathan Sundararajan
On Fri, 6 Sep 2024 08:45:53 GMT, Alan Bateman wrote: >> fixed spelling to be consistent with the rest of the man page. > > I checked the OED and it does seem to be uncountable, which makes me wonder > about other places, e.g. JLS 7.7.1. @AlanBateman @pavelrappo I did double check. "dependence"

RFR: 8337422: spelling error in jlink documentation

2024-09-05 Thread Athijegannathan Sundararajan
fixed spelling to be consistent with the rest of the man page. - Commit messages: - 8337422: spelling error in jlink documentation Changes: https://git.openjdk.org/jdk/pull/20882/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20882&range=00 Issue: https://bugs.openjdk.or

Integrated: 8204582: Extra spaces in jlink documentation make it incorrect.

2024-07-23 Thread Athijegannathan Sundararajan
On Tue, 23 Jul 2024 04:55:16 GMT, Athijegannathan Sundararajan wrote: > removed extra whitespaces This pull request has now been integrated. Changeset: 0e555b5d Author: Athijegannathan Sundararajan URL: https://git.openjdk.org/jdk/commit/0e555b5ded819cc3b363673320dc848c32186

Re: RFR: 8204582: Extra spaces in jlink documentation make it incorrect. [v2]

2024-07-23 Thread Athijegannathan Sundararajan
> removed extra whitespaces Athijegannathan Sundararajan has updated the pull request incrementally with one additional commit since the last revision: removed space in --limit-modules option as well (review comment) - Changes: - all: https://git.openjdk.org/jdk/pull/20

RFR: 8204582: Extra spaces in jlink documentation make it incorrect.

2024-07-22 Thread Athijegannathan Sundararajan
removed extra whitespaces - Commit messages: - 8204582: Extra spaces in jlink documentation make it incorrect Changes: https://git.openjdk.org/jdk/pull/20292/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20292&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8204582

Re: [jdk23] RFR: 8333884: MemorySegment::reinterpret removes read-only property

2024-07-10 Thread Athijegannathan Sundararajan
On Wed, 10 Jul 2024 17:01:00 GMT, Jorn Vernee wrote: > Hi all, > > This pull request contains a backport of commit > [6f7f0f1d](https://github.com/openjdk/jdk/commit/6f7f0f1de05fdc0f6a88ccd90b806e8a5c5074ef) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit bein

Re: [jdk23] Integrated: 8333886: Explicitly specify that asSlice and reinterpret return a memory segment backed by the same region of memory.

2024-07-10 Thread Athijegannathan Sundararajan
On Wed, 10 Jul 2024 16:08:51 GMT, Jorn Vernee wrote: > Hi all, > > This pull request contains a backport of commit > [c80e2eb3](https://github.com/openjdk/jdk/commit/c80e2eb35c4eb03f17a2a31e979e5c369453e203) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit bein

Re: RFR: 8320712: Rewrite BadFactoryTest in pure Java [v2]

2024-01-31 Thread Athijegannathan Sundararajan
On Wed, 24 Jan 2024 06:50:36 GMT, Eirik Bjørsnøs wrote: >> Please review this PR which rewrites the BadFactoryTest to pure Java/JUnit. >> The test is currently implemented using a mix of shell script and a Java >> main method. >> >> Reviewers may notice the following changes: >> >> - The she

[jdk22] Integrated: 8310995: missing @since tags in 36 jdk.dynalink classes

2024-01-10 Thread Athijegannathan Sundararajan
On Wed, 10 Jan 2024 06:32:54 GMT, Athijegannathan Sundararajan wrote: > backported from jdk mainline "as is" without any modifications. This pull request has now been integrated. Changeset: 33f07b56 Author:Athijegannathan Sundararajan URL: https://git.openjdk.org

[jdk22] RFR: 8310995: missing @since tags in 36 jdk.dynalink classes

2024-01-09 Thread Athijegannathan Sundararajan
backported from jdk mainline "as is" without any modifications. - Commit messages: - Backport 176606d0cb9117ca9080261f898cd57339fa5a85 Changes: https://git.openjdk.org/jdk22/pull/49/files Webrev: https://webrevs.openjdk.org/?repo=jdk22&pr=49&range=00 Issue: https://bugs.openjdk.o

Integrated: 8310995: missing @since tags in 36 jdk.dynalink classes

2024-01-08 Thread Athijegannathan Sundararajan
On Mon, 8 Jan 2024 13:24:55 GMT, Athijegannathan Sundararajan wrote: > Adding missing "@ since 9" in javadoc comment of the public classes, > interfaces and packages of the jdk.dynalink module. This pull request has now been integrated. Changeset: 176606d0 Author:

RFR: 8310995: missing @since tags in 36 jdk.dynalink classes

2024-01-08 Thread Athijegannathan Sundararajan
Adding missing "@ since 9" in javadoc comment of the public classes, interfaces and packages of the jdk.dynalink module. - Commit messages: - 8310995: missing @since tags in 36 jdk.dynalink classes Changes: https://git.openjdk.org/jdk/pull/17305/files Webrev: https://webrevs.openj

Re: RFR: 8315891: java/foreign/TestLinker.java failed with "error occurred while instantiating class TestLinker: null" [v2]

2023-09-08 Thread Athijegannathan Sundararajan
On Fri, 8 Sep 2023 10:52:06 GMT, Maurizio Cimadamore wrote: >> This PR adds a privileged block surrounding the request to load the fallback >> linker library in LibFallback. >> The lack of this block is causing test failures when platforms using the >> fallback linker are tested using a securi

Re: RFR: 8295044: Implementation of Foreign Function and Memory API (Second Preview) [v39]

2022-12-05 Thread Athijegannathan Sundararajan
On Mon, 5 Dec 2022 10:31:52 GMT, Maurizio Cimadamore wrote: >> This PR contains the API and implementation changes for JEP-434 [1]. A more >> detailed description of such changes, to avoid repetitions during the review >> process, is included as a separate comment. >> >> [1] - https://openjdk

Re: RFR: 8292317: Missing null check for Iterator.forEachRemaining implementations

2022-11-14 Thread Athijegannathan Sundararajan
On Tue, 15 Nov 2022 02:10:01 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which proposes to fix > https://bugs.openjdk.org/browse/JDK-8292317? > > The `java.util.Iterator` has a `forEachRemaining(Consumer action)` > method. As per its contract, the implementations are ex

Re: RFR: JDK-8293892: Add links to JVMS 19 and 20 from ClassFileFormatVersion enum constants

2022-09-15 Thread Athijegannathan Sundararajan
On Fri, 16 Sep 2022 02:59:32 GMT, Joe Darcy wrote: > Analogous fix to one already done for javax.lang.model.SourceVersion > (JDK-8293768), the links to JVMS 19 and 20 are not currently valid, but > redirect to the spec language page > > https://docs.oracle.com/javase/specs/index.html > > The

Re: RFR: 8247407: tools/jlink/plugins/CompressorPluginTest.java test failing

2022-06-23 Thread Athijegannathan Sundararajan
On Thu, 23 Jun 2022 12:59:34 GMT, Jaikiran Pai wrote: > Can I please get a review for this change which fixes an issue in > `jdk.internal.jimage.ImageReader`? > > The `ImageReader` maintains a map of `nodes` which it uses to keep track of > directories/resources from within the image. When a