HandleMark should be a stack obj. When a Thread is created, one needs to be created once in heap, this prevents it from being declared as stack object.
- relates to
-
JDK-8010992 Remove calls to global ::operator new[] and new
-
- Closed
-