Re: RFR: 8358731: Remove jdk.internal.access.JavaAWTAccess.java

2025-06-07 Thread Sergey Bylokhov
On Fri, 6 Jun 2025 18:35:53 GMT, Phil Race wrote: > The fix for JDK-8344235: Revisit SecurityManager usage in java.logging after > JEP 486 and JEP 491 integration > removed use of AppContext from java/util/logging/LogManager.java. > That was the only place in the JDK that used > jdk.internal.ac

Re: RFR: 8358731: Remove jdk.internal.access.JavaAWTAccess.java

2025-06-06 Thread Daniel Fuchs
On Fri, 6 Jun 2025 18:35:53 GMT, Phil Race wrote: > The fix for JDK-8344235: Revisit SecurityManager usage in java.logging after > JEP 486 and JEP 491 integration > removed use of AppContext from java/util/logging/LogManager.java. > That was the only place in the JDK that used > jdk.internal.ac

RFR: 8358731: Remove jdk.internal.access.JavaAWTAccess.java

2025-06-06 Thread Phil Race
The fix for JDK-8344235: Revisit SecurityManager usage in java.logging after JEP 486 and JEP 491 integration removed use of AppContext from java/util/logging/LogManager.java. That was the only place in the JDK that used jdk.internal.access.JavaAWTAccess.java so it can be removed. There are 3 tes

Re: RFR: 8358731: Remove jdk.internal.access.JavaAWTAccess.java

2025-06-06 Thread Phil Race
On Fri, 6 Jun 2025 18:35:53 GMT, Phil Race wrote: > The fix for JDK-8344235: Revisit SecurityManager usage in java.logging after > JEP 486 and JEP 491 integration > removed use of AppContext from java/util/logging/LogManager.java. > That was the only place in the JDK that used > jdk.internal.ac