chunjun
chunjun copied to clipboard
Jdk 11 support.
Is your feature request related to a problem? Please describe. Build or run with jdk 11 error.
- Build: Cannot resolve symbol 'ObjectSizeCalculator', jdk.nashorn.internal.ir.debug.ObjectSizeCalculator
- Run: Exception in thread "main" java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap') at com.dtstack.flinkx.client.Launcher.main(Launcher.java:123)
Describe the solution you'd like
- Maybe use https://github.com/jbellis/jamm instead of ObjectSizeCalculator
Describe alternatives you've considered
Additional context
same problem
same problem
Is this project stable? If ok, is there someone submit the pr to fix it?