Re: [jdk24] RFR: 8344611: Add missing classpath exception

2024-12-19 Thread duke
On Tue, 17 Dec 2024 07:49:31 GMT, Sorna Sarathi N wrote: > Hi all, > > This pull request contains a backport of commit > [458979d8](https://github.com/openjdk/jdk/commit/458979d83ac784273263b54516369d79764010dd) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit

Re: [jdk24] RFR: 8344611: Add missing classpath exception

2024-12-19 Thread Kevin Rushforth
On Tue, 17 Dec 2024 07:49:31 GMT, Sorna Sarathi N wrote: > Hi all, > > This pull request contains a backport of commit > [458979d8](https://github.com/openjdk/jdk/commit/458979d83ac784273263b54516369d79764010dd) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit

Re: [jdk24] RFR: 8344611: Add missing classpath exception

2024-12-19 Thread Iris Clark
On Tue, 17 Dec 2024 07:49:31 GMT, Sorna Sarathi N wrote: > Hi all, > > This pull request contains a backport of commit > [458979d8](https://github.com/openjdk/jdk/commit/458979d83ac784273263b54516369d79764010dd) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit

[jdk24] RFR: 8344611: Add missing classpath exception

2024-12-17 Thread Sorna Sarathi N
Hi all, This pull request contains a backport of commit [458979d8](https://github.com/openjdk/jdk/commit/458979d83ac784273263b54516369d79764010dd) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Sorna Sarathi on 9 Dec 2024 and was rev

Re: RFR: 8344611: Add missing classpath exception

2024-12-08 Thread duke
On Wed, 20 Nov 2024 10:46:54 GMT, Sorna Sarathi wrote: > This PR adds missing Classpath exception in several files. > > JBS Issue: [JDK-8334611](https://bugs.openjdk.org/browse/JDK-8344611) @Sorna-Sarathi Your change (at version 84398ccf8d3ee2b584dfaeaed094d109f89108b4) is now ready to be spo

Re: RFR: 8344611: Add missing classpath exception

2024-12-06 Thread Iris Clark
On Wed, 20 Nov 2024 10:46:54 GMT, Sorna Sarathi wrote: > This PR adds missing Classpath exception in several files. > > JBS Issue: [JDK-8334611](https://bugs.openjdk.org/browse/JDK-8344611) Marked as reviewed by iris (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/22272#

Re: RFR: 8344611: Add missing classpath exception

2024-12-05 Thread Alan Bateman
On Wed, 20 Nov 2024 10:46:54 GMT, Sorna Sarathi wrote: > This PR adds missing Classpath exception in several files. > > JBS Issue: [JDK-8334611](https://bugs.openjdk.org/browse/JDK-8344611) If you want, you could separate the two areas so that you at least get the jlink source updated. --

Re: RFR: 8344611: Add missing classpath exception

2024-11-28 Thread David Holmes
On Thu, 28 Nov 2024 09:48:25 GMT, Severin Gehwolf wrote: >> This PR adds missing Classpath exception in several files. >> >> JBS Issue: [JDK-8334611](https://bugs.openjdk.org/browse/JDK-8344611) > > src/java.base/share/native/libjava/ub.h > src/jdk.jlink/share/classes/jdk/tools/jlink/internal/ru

Re: RFR: 8344611: Add missing classpath exception

2024-11-28 Thread Amit Kumar
On Wed, 20 Nov 2024 10:46:54 GMT, Sorna Sarathi wrote: > This PR adds missing Classpath exception in several files. > > JBS Issue: [JDK-8334611](https://bugs.openjdk.org/browse/JDK-8344611) This only adds information about the classpath exception copyright. So can't we consider it trivial ? As

Re: RFR: 8344611: Add missing classpath exception

2024-11-28 Thread Severin Gehwolf
On Wed, 20 Nov 2024 10:46:54 GMT, Sorna Sarathi wrote: > This PR adds missing Classpath exception in several files. > > JBS Issue: [JDK-8334611](https://bugs.openjdk.org/browse/JDK-8344611) src/java.base/share/native/libjava/ub.h src/jdk.jlink/share/classes/jdk/tools/jlink/internal/runtimelink/

Re: RFR: 8344611: Add missing classpath exception

2024-11-27 Thread Amit Kumar
On Wed, 20 Nov 2024 10:46:54 GMT, Sorna Sarathi wrote: > This PR adds missing Classpath exception in several files. > > JBS Issue: [JDK-8334611](https://bugs.openjdk.org/browse/JDK-8344611) @jerboaa can we get one more approval ? - PR Comment: https://git.openjdk.org/jdk/pull/2227

Re: RFR: 8344611: Add missing classpath exception

2024-11-25 Thread Sorna Sarathi
On Wed, 20 Nov 2024 10:46:54 GMT, Sorna Sarathi wrote: > This PR adds missing Classpath exception in several files. > > JBS Issue: [JDK-8334611](https://bugs.openjdk.org/browse/JDK-8344611) ### Summary This PR fixes [JDK-8334611](https://bugs.openjdk.org/browse/JDK-8344611) and adds missing cl

Re: RFR: 8344611: Add missing classpath exception

2024-11-20 Thread Amit Kumar
On Wed, 20 Nov 2024 10:46:54 GMT, Sorna Sarathi wrote: > This PR adds missing Classpath exception in several files. > > JBS Issue: [JDK-8334611](https://bugs.openjdk.org/browse/JDK-8344611) Do similar change for: src/java.base/share/native/libjava/ub.h src/jdk.jlink/share/classes/jdk/tools/jl

RFR: 8344611: Add missing classpath exception

2024-11-20 Thread Sorna Sarathi
This PR adds missing Classpath exception in several files. JBS Issue: [JDK-8334611](https://bugs.openjdk.org/browse/JDK-8344611) - Commit messages: - Added classpath exception for some additional files - Added missing classpath exception Changes: https://git.openjdk.org/jdk/pull/2

Re: RFR: 8344611: Add missing classpath exception

2024-11-20 Thread Sorna Sarathi
On Wed, 20 Nov 2024 14:02:10 GMT, Amit Kumar wrote: > Do similar change for: > > ``` > src/java.base/share/native/libjava/ub.h > src/jdk.jlink/share/classes/jdk/tools/jlink/internal/runtimelink/JimageDiffGenerator.java > src/jdk.jlink/share/classes/jdk/tools/jlink/internal/runtimelink/ResourcePo