Re: RFR: 8334726: Remove accidentally exposed individual methods from Class-File API

2024-06-21 Thread Adam Sotona
On Fri, 21 Jun 2024 14:38:44 GMT, Chen Liang wrote: > In preparation of Class-File API exiting review, we are housekeeping our API > surface. These 3 method removals are the most obvious and simple ones. > > This is separated from more throughout and (possibly controversial) changes > for the

RFR: 8334726: Remove accidentally exposed individual methods from Class-File API

2024-06-21 Thread Chen Liang
In preparation of Class-File API exiting review, we are housekeeping our API surface. These 3 method removals are the most obvious and simple ones. This is separated from more throughout and (possibly controversial) changes for the future, to make reviews (both code and CSR) easier. ---