joeylee

Results 24 issues of 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...

bug

**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...

bug

**Description** Support thread mxbean info in non-safepoint time, now threadmxbean interface only works in safepoint

enhancement

**Description** Thanks shiyue.xw for his initial work. ![image](https://user-images.githubusercontent.com/30545334/115348375-2416f880-a1e5-11eb-868b-0ca9ec8111d0.png) Wisp2 use N:M scheduler to prevent starving and unbalanced task queues, but the underlying VM representation of a coroutine is still bound...

enhancement

**Description** In OkHttp lib, SSLSocketImpl hangs forever when wisp and SSL 3.0 enabled. ![image](https://user-images.githubusercontent.com/30545334/125716702-9424c2c5-f0e6-4b95-883d-c5095e88ead0.png) **Steps to Reproduce** run okhttp unit test **Expected behavior** pass as default **JDK version** 8.7.7 **Execution...

bug