Relates :
|
During VM initialization, before Thread::current() works, any resource allocation is prohibited. This means that classes like LogStream and LogStreamNoResourceMark can't be used. I propose that we add a new LogStream class that allocates the backing buffer in CHeap memory.
|