RFR: 8256155: Allow multiple large page sizes to be used on Linux [v32]
Marcus G K Williams
mgkwill at openjdk.java.net
Fri May 7 20:51:11 UTC 2021
On Fri, 7 May 2021 19:40:35 GMT, Marcus G K Williams <mgkwill at openjdk.org> wrote:
> > I just built your PR branch locally and it works fine, as well as on GHA. Try doing a `make clean`, some things have change in the classes listed in that output and you might have to do a full re-compile.
>
> Thanks @kstefanj .
>
> I'll give that a try again. The first thing I attempted was make clean and re-compile. If it works for you and github actions, it must be in my env.
Yeah weirdly a `make clean` and `make` still has build issue:
$ make clean CONF=linux-x86_64-server-release
Building target 'clean' in configuration 'linux-x86_64-server-release'
Cleaning hotspot build artifacts ... done
Cleaning jdk build artifacts ... done
Cleaning bootcycle-build build artifacts ... done
Cleaning test-results build artifacts ... done
Cleaning test-support build artifacts ... done
Cleaning test build artifacts ... done
Cleaning buildtools build artifacts ... done
Cleaning support build artifacts ... done
Cleaning support/images build artifacts ... done
Cleaning images build artifacts ... done
Cleaning make-support build artifacts ... done
Cleaning test-make build artifacts ... done
Cleaning bundles build artifacts ... done
Cleaning buildjdk build artifacts ... done
Cleaned all build artifacts.
Finished building target 'clean' in configuration 'linux-x86_64-server-release'
$ make CONF=linux-x86_64-server-release
Building target 'default (exploded-image)' in configuration 'linux-x86_64-server-release'
Compiling 1 files for BUILD_TOOLS_HOTSPOT
Compiling 8 files for BUILD_TOOLS_LANGTOOLS
...
Compiling 47 files for jdk.jpackage
Compiling 8 files for jdk.unsupported.desktop
In member function 'void G1GCPhaseTimes::log_phase(WorkerDataArray<double>*, uint, outputStream*, bool) const',
inlined from 'void G1GCPhaseTimes::trace_phase(WorkerDataArray<double>*, bool, uint) const' at /home/mgkwill/src/git/jdk/src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp:355:14:
-------------
PR: https://git.openjdk.java.net/jdk/pull/1153
More information about the hotspot-gc-dev
mailing list