Status of JEP159?

Alan Bateman Alan.Bateman at oracle.com
Mon Oct 16 13:31:09 UTC 2017



On 16/10/2017 14:21, Robbin Ehn wrote:
> Hi, if you use class file load hook you can add/remove public methods.
> Since this is before the class have been published we don't know how 
> it should look.
> Whether this is according to spec or not, I have no clue.
>
> Is it on CFLH ?
>
No issue adding or removing methods or making any other changes to the 
class file in the CFLH but only for the initial load. The CFLH will be 
re-run when the class is transformed (RetransformClasses) but that 
cannot add/remove methods or do other schema changes.

-Alan


More information about the serviceability-dev mailing list