Question regarding JVM crashes in GC

Michael Rasmussen michael.rasmussen at zeroturnaround.com
Tue Apr 11 08:07:19 UTC 2017


On 11 April 2017 at 11:00, Andrew Haley <aph at redhat.com> wrote:
> Right, but if you initialize the classes in the correct order then
> your program won't be fragile at all.  You've then got a solid and
> repeatable solution.

Yeah, based on information from here we are working on a solution
right now, trying to defer loading as many of our classes as possible
until after VMStart.
I feel confident we'll get it to work, without crashing the JVM :D

/Michael


More information about the hotspot-dev mailing list