dragonwell-project/dragonwell17

[Wisp] Fix bugs and unstable tests.

Closed this issue · 0 comments

Summary:

  1. Bypass PreTouch logical when creating coroutine stack.
  2. Fix some wisp tests failed in slowdebug.
  3. Fix ConnectExceptionTest.java test failed after merge upstream.
  4. Fix build failed when make linux-x64.
  5. Refine CoroutineListLocker to protect _coroutine_list in vm, and restore CoroutineSupportLock in java.
  6. Fix threadObj not been correctly released from OopStorage.

Test Plan: CI pipeline

Reviewed-by: yulei