Description
Wisp provides thread-like semantics, which can be blocked on ObjectMonitor, Socket IO and so on.
But it is not compatible with the semantics of Thread.stacksize, but directly uses the global default value (-Dcom.alibaba.wisp.stacksize, 512K by default).
Ref: alibaba/dragonwell8#240
Steps to Reproduce
Steps to reproduce the behavior:
Save below snippet '...'
Compile it with javac '....'
Execute with VM options '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Description Wisp provides thread-like semantics, which can be blocked on ObjectMonitor, Socket IO and so on. But it is not compatible with the semantics of
Thread.stacksize
, but directly uses the global default value (-Dcom.alibaba.wisp.stacksize
, 512K by default). Ref: alibaba/dragonwell8#240Steps to Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
JDK version The output of
java -version
commandExecution environment