Login  Register

Re: JogAmp Build v2.4.0-rc-20210111

Posted by gouessej on Sep 08, 2021; 9:17pm
URL: https://forum.jogamp.org/JogAmp-Build-v2-4-0-rc-20210111-tp4040955p4041273.html

I've just added this at line 486 in jogl/make/build-test.xml:
<jvmarg line="--add-opens=java.desktop/sun.awt=ALL-UNNAMED"/>

It fixes most of the tests. It must be propagated in some other tests too. Otherwise, you get this:
[junit] ++++ TestCase.setUp: com.jogamp.opengl.test.junit.newt.parenting.TestParenting01dAWT - test02GLWindowReparentRecreateGLPreserve
    [junit] Caught AppContextInfo(Bug 1004) IllegalAccessException: class com.jogamp.nativewindow.awt.AppContextInfo cannot access class sun.awt.AppContext (in module java.desktop) because module java.desktop does not export sun.awt to unnamed module @2a48d10f on thread AWT-EventQueue-0
    [junit]     [0]: java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392)
    [junit]     [1]: java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674)
    [junit]     [2]: java.base/java.lang.reflect.Method.invoke(Method.java:560)
    [junit]     [3]: com.jogamp.nativewindow.awt.AppContextInfo.fetchAppContext(AppContextInfo.java:191)
    [junit]     [4]: com.jogamp.nativewindow.awt.AppContextInfo.update(AppContextInfo.java:135)
    [junit]     [5]: com.jogamp.nativewindow.awt.AppContextInfo.<init>(AppContextInfo.java:50)
    [junit]     [6]: com.jogamp.nativewindow.awt.JAWTWindow.<init>(JAWTWindow.java:128)
    [junit]     [7]: jogamp.nativewindow.jawt.x11.X11JAWTWindow.<init>(X11JAWTWindow.java:60)
    [junit]     [8]: java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [junit]     [9]: java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
    [junit]     [10]: java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    [junit]     [11]: java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    [junit]     [12]: java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    [junit]     [13]: jogamp.nativewindow.NativeWindowFactoryImpl.getAWTNativeWindow(NativeWindowFactoryImpl.java:105)
    [junit]     [14]: jogamp.nativewindow.NativeWindowFactoryImpl.getNativeWindowImpl(NativeWindowFactoryImpl.java:66)
    [junit]     [15]: com.jogamp.nativewindow.NativeWindowFactory.getNativeWindow(NativeWindowFactory.java:654)
    [junit]     [16]: jogamp.newt.awt.NewtFactoryAWT.getNativeWindow(NewtFactoryAWT.java:76)
    [junit]     [17]: com.jogamp.newt.awt.NewtCanvasAWT.addNotify(NewtCanvasAWT.java:618)
    [junit]     [18]: java.desktop/java.awt.Container.addNotify(Container.java:2804)
    [junit]     [19]: java.desktop/java.awt.Container.addNotify(Container.java:2804)
    [junit]     [20]: java.desktop/java.awt.Window.addNotify(Window.java:791)
    [junit]     [21]: java.desktop/java.awt.Frame.addNotify(Frame.java:495)
    [junit]     [22]: java.desktop/java.awt.Window.show(Window.java:1053)
    [junit]     [23]: java.desktop/java.awt.Component.show(Component.java:1728)
    [junit]     [24]: java.desktop/java.awt.Component.setVisible(Component.java:1675)
    [junit]     [25]: java.desktop/java.awt.Window.setVisible(Window.java:1036)
    [junit]     [26]: com.jogamp.opengl.test.junit.newt.parenting.TestParenting01dAWT$1.run(TestParenting01dAWT.java:143)
    [junit]     [27]: java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:308)
    [junit]     [28]: java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:771)
    [junit]     [29]: java.desktop/java.awt.EventQueue$4.run(EventQueue.java:722)
    [junit]     [30]: java.desktop/java.awt.EventQueue$4.run(EventQueue.java:716)
    [junit]     [31]: java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
    [junit]     [32]: java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    [junit]     [33]: java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:741)
    [junit]     [34]: java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
    [junit]     [35]: java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
    [junit]     [36]: java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
    [junit]     [37]: java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
    [junit]     [38]: java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    [junit]     [39]: java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Julien Gouesse | Personal blog | Website