You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prints warning on startup:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.nhnent.haste.bootstrap.loop.NioEventLoop (haste-all-1.0.0.jar) to field sun.nio.ch.SelectorImpl.selectedKeys
WARNING: Please consider reporting this to the maintainers of com.nhnent.haste.bootstrap.loop.NioEventLoop
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
TOAST Haste version
1.0.0
JDK version
9.0
OS version
MacOS El Capitan
The text was updated successfully, but these errors were encountered:
@ghroot Thanks for feedback!
Haste uses excessive java's reflection for performance. In Java 9, this reflection is seemed to considered by illegal. I will check this out. Again, thanks for feedback!!
Expected behaviour
Actual behaviour
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.nhnent.haste.bootstrap.loop.NioEventLoop (haste-all-1.0.0.jar) to field sun.nio.ch.SelectorImpl.selectedKeys
WARNING: Please consider reporting this to the maintainers of com.nhnent.haste.bootstrap.loop.NioEventLoop
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
TOAST Haste version
JDK version
OS version
The text was updated successfully, but these errors were encountered: