Re: RFR: 8344365: SecurityManager cleanups in java.sql and java.sql.rowset modules [v3]

2024-11-18 Thread Eirik Bjørsnøs
On Mon, 18 Nov 2024 20:27:20 GMT, Roger Riggs wrote: > Yes, please cleanup the leftover mention, in CheckCSMs. of > ObjectStreamField.getType(). And I'll re-review. Thanks, see 0278c59. This leaves `UNSUPPORTED_VIRTUAL_METHODS` as an empty set. Should I remove this field and the code using thi

Re: RFR: 8344365: SecurityManager cleanups in java.sql and java.sql.rowset modules [v3]

2024-11-18 Thread Roger Riggs
On Mon, 18 Nov 2024 19:47:25 GMT, Eirik Bjørsnøs wrote: >> Please review this PR which cleans up SecurityManager-related code in >> `java.sql` and `java.sql.rowset` modules post JEP-486 >> >> There are quite a few changes to review, but all relatively straightforward: >> >> `DriverManager` >>

Re: RFR: 8344365: SecurityManager cleanups in java.sql and java.sql.rowset modules [v3]

2024-11-18 Thread Eirik Bjørsnøs
> Please review this PR which cleans up SecurityManager-related code in > `java.sql` and `java.sql.rowset` modules post JEP-486 > > There are quite a few changes to review, but all relatively straightforward: > > `DriverManager` > * Remove `SecurityManager::checkPermission` calls in the `setLogW