linux, large page initialization code question
Florian Weimer
fweimer at redhat.com
Fri Dec 4 08:30:24 UTC 2020
* Thomas Stüfe:
> - and if /proc is not mounted, a lot of other things would not work, no? Is
> that even possible? I never saw a linux box without /proc
It used to work on uniprocessor CPUs only, due to this glibc bug (if you
want to call it that):
<https://sourceware.org/bugzilla/show_bug.cgi?id=21542>
Before the fix, the JVM would crash pretty quickly on multi-processor
systems because necessary barriers were missing. With the glibc fix
(which went into glibc 2.26), it seemed to work, based on my testing at
the time.
Whether that makes sense is a different question, of course.
Thanks,
Florian
--
Red Hat GmbH, https://de.redhat.com/ , Registered seat: Grasbrunn,
Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Charles Cachera, Brian Klemm, Laurie Krebs, Michael O'Neill
More information about the hotspot-gc-dev
mailing list