chunjun icon indicating copy to clipboard operation
chunjun copied to clipboard

Jdk 11 support.

Open javalover123 opened this issue 3 years ago • 3 comments

Is your feature request related to a problem? Please describe. Build or run with jdk 11 error.

  1. Build: Cannot resolve symbol 'ObjectSizeCalculator', jdk.nashorn.internal.ir.debug.ObjectSizeCalculator
  2. 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

  1. Maybe use https://github.com/jbellis/jamm instead of ObjectSizeCalculator

Describe alternatives you've considered

Additional context

javalover123 avatar Oct 12 '21 02:10 javalover123

same problem

shuxue051 avatar Apr 24 '22 11:04 shuxue051

same problem

taiziwang avatar May 08 '22 02:05 taiziwang

Is this project stable? If ok, is there someone submit the pr to fix it?

FlechazoW avatar May 08 '22 04:05 FlechazoW