Eclipse probably handles the modules differently than Gradle.
The simplest solution would be to remove the code to automatically create
heap dumps.
Adding java.management to module-info of the tests doesn't sound wrong to
me if it's using it.

On Mon, 2 Nov 2020 at 14:01, Kevin Rushforth <kevin.rushfo...@oracle.com>
wrote:

> I didn't try it with an earlier JDK, but if it breaks when using JDK 11
> it will need to be fixed.
>
> -- Kevin
>
>
> On 11/2/2020 4:11 AM, Jeanette Winzenburg wrote:
> >
> > just fetched the latest upstream master and getting compile errors
> > around xx.management packages (eclipse wants to add requires into the
> > module-info - which certainly is the wrong way to go ;) Compiling
> > against jdk12, if that matters (will update one of these days but
> > shouldn't jdk11 be good enough).
> >
> > Any quick ideas on what might be wrong?
> >
> > -- Jeanette
> >
> >
>
>

Reply via email to