RFR: 8256155: Allow multiple large page sizes to be used on Linux [v31]
Marcus G K Williams
mgkwill at openjdk.java.net
Fri May 7 16:23:01 UTC 2021
On Fri, 7 May 2021 12:57:13 GMT, Stefan Johansson <sjohanss at openjdk.org> wrote:
> Integrated #3878 now, so please merge those changes and I will pick this up and do some additional testing. I've been testing my changes with yours quite a bit already and everything seems to work. So hopefully we can get this in fairly soon.
@kstefanj Thanks! Draft of changes requested here. Any comments/suggestions are appreciated.
😕 Maybe a bug got through to main branch, but I can't build locally after master merge. Error coming from G1GCPhaseTimes::log_phase. So I wasn't able to run some tests locally. Pushed to see if it builds and passes tests form github actions env.
make: *** [/home/mgkwill/src/git/jdk/make/Init.gmk:186: test] Error 2
[mgkwill at mgkwill-desk jdk]$ make CONF=linux-x86_64-server-release Building target 'default (exploded-image)' in configuration 'linux-x86_64-server-release'
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