We noticed following error when statically linking launcher executable with libjdwp.a and libjava.a.
ld: error: duplicate symbol: closeDescriptors
>>> defined at path_util.c
>>> libjava_relocatable.o:(closeDescriptors) in archive /tmp/jdkbuild/build/images/static-libs/lib/libjava.a
>>> defined at util.c
>>> libjdwp_relocatable.o:(.text+0x18C70) in archive /tmp/jdkbuild/build/images/static-libs/lib/libjdwp.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)
closeDescriptors() was recently added in libjdwp.