Re: RFR: 8357821: Revert incorrectly named JavaLangAccess::unchecked* methods [v2]

2025-06-05 Thread Per Minborg
On Thu, 5 Jun 2025 06:04:49 GMT, Volkan Yazici wrote: >> Reverts certain [JDK-8353197](https://bugs.openjdk.org/browse/JDK-8353197) >> (which implements JavaDoc improvement and precautionary naming for certain >> unsafe methods in `jdk.internal.access.JavaLangAccess`) changes that are >> found

Re: RFR: 8357821: Revert incorrectly named JavaLangAccess::unchecked* methods [v2]

2025-06-04 Thread Volkan Yazici
> Reverts certain [JDK-8353197](https://bugs.openjdk.org/browse/JDK-8353197) > (which implements JavaDoc improvement and precautionary naming for certain > unsafe methods in `jdk.internal.access.JavaLangAccess`) changes that are > found to be incorrect. See the JBS issue for details on the follo

Re: RFR: 8357821: Revert incorrectly named JavaLangAccess::unchecked* methods

2025-06-04 Thread Volkan Yazici
On Wed, 4 Jun 2025 11:39:34 GMT, Per Minborg wrote: >>> I wonder if we should add that implementations of the affected method >>> _shall_ do bounds checking to reduce the likelihood of a new/updated native >>> implementation miss that? >> >> @minborg, would you mind elaborating on this a bit,

Re: RFR: 8357821: Revert incorrectly named JavaLangAccess::unchecked* methods

2025-06-04 Thread Per Minborg
On Tue, 3 Jun 2025 09:10:04 GMT, Volkan Yazici wrote: > > I wonder if we should add that implementations of the affected method > > _shall_ do bounds checking to reduce the likelihood of a new/updated native > > implementation miss that? > > @minborg, would you mind elaborating on this a bit,

Re: RFR: 8357821: Revert incorrectly named JavaLangAccess::unchecked* methods

2025-06-03 Thread Volkan Yazici
On Fri, 30 May 2025 11:57:39 GMT, Volkan Yazici wrote: > Reverts certain [JDK-8353197](https://bugs.openjdk.org/browse/JDK-8353197) > (which implements JavaDoc improvement and precautionary naming for certain > unsafe methods in `jdk.internal.access.JavaLangAccess`) changes that are > found to

Re: RFR: 8357821: Revert incorrectly named JavaLangAccess::unchecked* methods

2025-06-02 Thread Per Minborg
On Fri, 30 May 2025 11:57:39 GMT, Volkan Yazici wrote: > Reverts certain [JDK-8353197](https://bugs.openjdk.org/browse/JDK-8353197) > (which implements JavaDoc improvement and precautionary naming for certain > unsafe methods in `jdk.internal.access.JavaLangAccess`) changes that are > found to

RFR: 8357821: Revert incorrectly named JavaLangAccess::unchecked* methods

2025-05-30 Thread Volkan Yazici
Reverts certain [JDK-8353197](https://bugs.openjdk.org/browse/JDK-8353197) (which implements JavaDoc improvement and precautionary naming for certain unsafe methods in `jdk.internal.access.JavaLangAccess`) changes that are found to be incorrect. See the JBS issue for details on the followed eval