RFR: 8344365: SecurityManager cleanups in java.sql and java.sql.rowset modules
Eirik Bjørsnøs
eirbjo at openjdk.org
Mon Nov 18 08:13:41 UTC 2024
On Mon, 18 Nov 2024 07:16:32 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> I think Brent and/or Lance have been working on this already.
Happy to yield if Brent/Lance has something cooking. Otherwise, perhaps their time is better spent as reviewers.
> If you are taking this, can you remove src/java.sql.rowset/share/classes/com/sun/rowset/internal/XmlReaderContentHandler.java from the patch as it introduces a behavioural change that may require further work.
Seems like a clean inline, how does this introduce a behavioural change?
`ReflectUtil`:
public static Class<?> forName(String name) throws ClassNotFoundException {
return Class.forName(name);
}
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22185#issuecomment-2482224945
More information about the core-libs-dev
mailing list