hotspot support dynamic expansion method stack
xun.chen at ele.me
xun.chen at ele.me
Tue Nov 26 07:29:59 UTC 2019
hi:
The Java virtual machine specification specifies two exception conditions for this area: If the stack depth requested by the thread is greater than the depth allowed by the virtual machine, a StackOverflowError exception will be thrown. If the virtual machine fails to apply for enough memory, it will run OutOfMemoryError exception.
But Does hotspot support dynamic expansion method stack?
How to reproduce this phenomenon ?
—————————
陈勋(ace)上海-营销中台研发部 ELEME Inc.
email:xun.chen at ele.me<mailto:xun.chen at ele.me> | mobile:+86 15216614939
http://ele.me 饿了么
More information about the hotspot-runtime-dev
mailing list