On Mon, 5 Oct 2020 19:32:29 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> I tried at the time of PR but unable to check as MetalRootLayout is private >> so not able to access its methods. That is >> why I ran all client-tier3 jtreg and jck tests, and mach5 job link is posted >> in JBS. > > If the MetalRootLayout is private and it is not possible to trigger this code > in other ways, then it means we can > delete it? MetalRootLayout class and methods are private but it is called from MetalRootPaneUI so we cannot delete it but I could not find any ways to invoke MetalRootLayout methods from testcase. ------------- PR: https://git.openjdk.java.net/jdk/pull/433