compile errors around JMemoryBuddy
Florian Kirmaier
florian.kirmaier at gmail.com
Mon Nov 2 17:26:48 UTC 2020
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.rushforth at 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
> >
> >
>
>
More information about the openjfx-dev
mailing list