Hi, Can I have reviews for this? https://cr.openjdk.java.net/~manc/tsan20190621/webrev.00/ Comment out stack alignment assertion in os::verify_stack_alignment(). Currently Clang build fails under fastdebug due to this assertion failure. Note that our internal JDK11 also commented out this assertion. -Man