nhn / toast-haste.framework

TOAST Haste framework is a pure java implementation of asynchronous game server framework
Apache License 2.0
95 stars 30 forks source link

Illegal reflective access warning when running with Java 9 #12

Open ghroot opened 7 years ago

ghroot commented 7 years ago

Expected behaviour

Actual behaviour

TOAST Haste version

JDK version

OS version

hide1202 commented 6 years ago

@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!!