joeylee
joeylee
Hi, I notice `techempower/tfb` is running under root, so if I am running tfb under a `test` user, I will get results owned by root in mounted path, which can...
Summary: Fix unstable feature tests Test Plan: github action Reviewed-by: yuleil, Accelerator1996 Issue: https://github.com/alibaba/dragonwell8/issues/301
- 不支持: 无法正常启动 - 支持: 保证单元测试, 未生产环境验证 - 生产可用 | 功能\平台 | windows | linux_x64 | linux_aarch64 | linux_alpine | ---- | ---- | ---- | ---- | ---- |...
Update DRAGONWELL_VERSION to 8.10.11
**Description** Unstable tests. **Steps to Reproduce** Steps to reproduce the behavior: jtreg **Expected behavior** pass **JDK version** Alibaba_Dragonwell_8.9.10_x64_linux.tar.gz **Execution environment** - OS and version: - CPU model: - Number of...
**Description** Thread.getState will always return 'NEW' in wisp2 **Steps to Reproduce** Steps to reproduce the behavior: ``` public class WispState { public static void main(String[] args) throws Exception { Thread...
**Description** Start a thread in native then attach it to a JVM with Wisp2 enabled, will cause a NullPointer Exception due to not initialized data structure. **Steps to Reproduce** Steps...
**Description** Support thread mxbean info in non-safepoint time, now threadmxbean interface only works in safepoint
**Description** Thanks shiyue.xw for his initial work.  Wisp2 use N:M scheduler to prevent starving and unbalanced task queues, but the underlying VM representation of a coroutine is still bound...
**Description** In OkHttp lib, SSLSocketImpl hangs forever when wisp and SSL 3.0 enabled.  **Steps to Reproduce** run okhttp unit test **Expected behavior** pass as default **JDK version** 8.7.7 **Execution...