Bug 565417 - package com.sun.jdi is accessible from more than one module

This patch switches compilation to Java 11 to consume "com.sun.jdi"
packages from JDK, and removes 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: I82f74f25d7f5c87411d1be37a12e6eea3657c6aa
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
147 files changed