On Thu, 21 Apr 2022 20:07:17 GMT, Alisen Chung <[email protected]> wrote:
>> added EmbeddedFrame support for macosx in regtesthelpers
>
> Alisen Chung has updated the pull request incrementally with two additional
> commits since the last revision:
>
> - Merge branch '7080150' of github.com:alisenchung/jdk into 7080150
> - fixed merge conflict
test/jdk/java/awt/regtesthelpers/UtilInternal.java line 81:
> 79: Method get_target = window_peer_class.getMethod("getTarget",
> new Class[0]);
> 80: System.out.println("get_target = " + get_target);
> 81: return (Frame) get_target.invoke(frame_peer, new Object[0]);
Shouldn't we invoke sun/lwawt/macosx/CEmbeddedFrame same as we do for
windows/linux via WEmbeddedFrame and XEmbeddedFrame?
-------------
PR: https://git.openjdk.java.net/jdk/pull/8348