Re: RFR: 8304425: ClassHierarchyResolver from Reflection [v5]

2023-03-28 Thread Adam Sotona
On Mon, 27 Mar 2023 14:34:06 GMT, Chen Liang wrote: >> Add API to explore Class Hierarchy with a `ClassLoader` or a `Lookup` with >> proper privileges, with tests. >> >> This addition is useful in case classes at runtime are not loaded from the >> system class loader, such as Proxy. This is

Re: RFR: 8304425: ClassHierarchyResolver from Reflection [v5]

2023-03-28 Thread Adam Sotona
On Mon, 27 Mar 2023 14:34:06 GMT, Chen Liang wrote: >> Add API to explore Class Hierarchy with a `ClassLoader` or a `Lookup` with >> proper privileges, with tests. >> >> This addition is useful in case classes at runtime are not loaded from the >> system class loader, such as Proxy. This is

Re: RFR: 8304425: ClassHierarchyResolver from Reflection [v5]

2023-03-27 Thread Chen Liang
> Add API to explore Class Hierarchy with a `ClassLoader` or a `Lookup` with > proper privileges, with tests. > > This addition is useful in case classes at runtime are not loaded from the > system class loader, such as Proxy. This is also useful to APIs that generate > bytecode with a