On Wed, 2 Nov 2022 17:41:57 GMT, Jorn Vernee <jver...@openjdk.org> wrote:
>> It is also a duplicate of a private method in TemplateRuntime > > Yes, this is leaking access. I suppose this is public because it is called > from `javac` generated code. But, from the perspective of the runtime, code > generated by `javac` is the same as any other arbitrary non-trusted bytecode. Reasonable. Changing ------------- PR: https://git.openjdk.org/jdk/pull/10889