I20200812-0710
This patch switches compilation to Java 11 to consume "com.sun.jdi" packages from JDK, but requires patch for jdt.debug which would remove duplicated jdi packages contributed by jdt.debug. This is required to avoid "The package com.sun.jdi is accessible from more than one module" error, because jdt.debug ships own version of "com.sun.jdi" packages, and this breaks compilation on Java 11. Change-Id: I1d0154dec998a2d06e75e505e12d180471bc1931 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>