- 23 7月, 2020 2 次提交
-
-
由 Denghui Dong 提交于
This reverts commit 6585eb9c.
-
由 yunyao.zxl 提交于
Summary: Bug fixes for JKU coroutine The JKU patch has several flaws: 1. When using JDI to debug coroutine, it may crash because the _switchTo intrinsic entry will change to the interpreter one, which is a SHOULD_NOT_REACH_HERE(). 2. Change miscellaneous thread-local data structures to coroutine-local level during _switchTo phase. 3. Disable making zombies of _switchTo alike intrinsic things. 4. Fix multiple mem leak problems for coroutine data structures. 5. Create an empty JNIHandleBlock for the first Java call. 6. The stack layout of Coroutine doesn't align with 16 bytes on x86_64 which will cause some float point instructions to throw an sig fault. 7. etc. Test Plan: Coroutine tests Reviewed-by: yuleil, shiyuexw, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/113
-
- 22 7月, 2020 1 次提交
-
-
由 yunyao.zxl 提交于
Summary: - From http://hg.openjdk.java.net/mlvm/mlvm/hotspot/file/4cd7d914b0e3/coro-simple.patch. - Resolve trivial conflicts in: systemDictionary.hpp, thread.cpp, debug.hpp. - Add an option "EnableCoroutine". Test Plan: run jtreg tests Reviewed-by: yuleil, shiyuexw, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/113
-
- 20 7月, 2020 2 次提交
-
-
由 Denghui Dong 提交于
Summary: added help methods to Asserts.java Test Plan: hotspot/test Reviewed-by: kuaiwei, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/108
-
由 Denghui Dong 提交于
-
- 15 7月, 2020 7 次提交
-
-
由 Denghui Dong 提交于
This reverts commit 5382b8e0.
-
由 Denghui Dong 提交于
This reverts commit e1d80ec1.
-
由 Denghui Dong 提交于
This reverts commit c7503dc8.
-
由 Denghui Dong 提交于
This reverts commit 174fa73f.
-
由 Denghui Dong 提交于
This reverts commit e8704b92.
-
由 Denghui Dong 提交于
This reverts commit 7a01e5e2.
-
由 Denghui Dong 提交于
This reverts commit ca5fefe8.
-
- 28 6月, 2020 1 次提交
-
-
由 andrew 提交于
-
- 22 6月, 2020 1 次提交
-
-
由 andrew 提交于
-
- 17 6月, 2020 1 次提交
-
-
由 apetushkov 提交于
Reviewed-by: rehn, egahlin
-
- 16 6月, 2020 1 次提交
-
-
由 andrew 提交于
-
- 15 6月, 2020 1 次提交
-
-
由 apetushkov 提交于
Reviewed-by: neugens Contributed-by: asemenov@azul.com
-
- 12 6月, 2020 1 次提交
-
-
由 jbachorik 提交于
8233197: Invert JvmtiExport::post_vm_initialized() and Jfr:on_vm_start() start-up order for correct option parsing 8246703: [TESTBUG] Add test for JDK-8233197 Reviewed-by: aph, adinn, neugens
-
- 08 6月, 2020 1 次提交
-
-
由 andrew 提交于
-
- 02 6月, 2020 1 次提交
-
-
由 Hao Tang 提交于
Summary: Print Tenant ID in GC log of tenant triggered GC Test Plan: hotspot/test/multi-tenant/ Reviewed-by: luchsh, mmyxym Issue: https://github.com/alibaba/dragonwell8/issues/102
-
- 01 6月, 2020 1 次提交
-
-
由 andrew 提交于
-
- 25 5月, 2020 2 次提交
- 07 4月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: Fixed build failure on Windows by disabling CPU related features Test Plan: hotspot/test/sanity Reviewed-by: kuaiwei, yuleil Issue: https://github.com/alibaba/dragonwell8/issues/92
-
- 06 4月, 2020 2 次提交
-
-
由 Chuansheng Lu 提交于
Summary: added new flag -XX:+TenantDataIsolation Test Plan: jdk/test/multi-tenant Reviewed-by: yuleil, superajun-wsj Issue: https://github.com/alibaba/dragonwell8/issues/84
-
由 Chuansheng Lu 提交于
-
- 05 4月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: added two new options to support tenant cpu controlling Test Plan: jdk/test/multi-tenant Reviewed-by: yuleil, superajun-wsj Issue: https://github.com/alibaba/dragonwell8/issues/84
-
- 04 4月, 2020 1 次提交
-
-
由 Hao Tang 提交于
Summary: ported heap throttling feature of MultiTenant to Dragonwell8 Test Plan: hotspot/test/multi-tenant/ Reviewed-by: luchsh, mmyxym Issue: https://github.com/alibaba/dragonwell8/issues/91
-
- 03 4月, 2020 2 次提交
-
-
由 Hao Tang 提交于
Summary: ported heap isolation feature of MultiTenant to Dragonwell8 Test Plan: hotspot/test/multi-tenant/ Reviewed-by: luchsh, mmyxym Issue: https://github.com/alibaba/dragonwell8/issues/90
-
由 aph 提交于
Summary: Various small fixes around strncpy and strncat Reviewed-by: andrew
-
- 02 4月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: ported HotSpot interfaces to Dragonwell8 to support MultiTenant framework Test Plan: jdk/test/multi-tenant Reviewed-by: yuleil, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/84
-
- 09 3月, 2020 2 次提交
-
-
由 yunyao.zxl 提交于
Summary: fix some misc things to build fastdebug version dragonwell8: fastdebug version has `-DCHECK_UNHANDLED_OOPS` which will make `oop` as an object instead of a pointer. Test Plan: build Dragonwell in fastdebug mode Reviewed-by: luchsh,D-D-H Issue: https://github.com/alibaba/dragonwell8/issues/82
-
由 Chuansheng Lu 提交于
Summary: added workflow to check pull request Test Plan: workflow shipped with this PR Reviewed-by: kuaiwei, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/80
-
- 18 2月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: Fixed build failure caused by -Werror=format-security Test Plan: build and sanity test Reviewed-by: D-D-H, mmyxym Issue: https://github.com/alibaba/dragonwell8/issues/79
-
- 13 1月, 2020 2 次提交
- 02 1月, 2020 1 次提交
-
-
由 denghui.ddh 提交于
Summary: Fix build issues caused by object allocation profiling on Windows/Mac Test Plan: build Dragonwell 8 successfully on Linux/Windows/Mac Reviewed-by: zhengxiaolinX, luchsh, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/74
-
- 31 12月, 2019 1 次提交
-
-
由 云矅 提交于
Summary: Port 8202353 from lastest jdk, in order to fix compatibility of 8u232 api change instead of the origin openjdk8 patch Buglist ref: https://bugs.openjdk.java.net/browse/JDK-8202353 Fix ref: http://hg.openjdk.java.net/jdk/jdk/rev/f605c91e5219 Test Plan: Successfully build Dragonwell8, and pass jfr tests. Reviewed-by: D-D-H,luchsh,sanhong Issue: https://github.com/alibaba/dragonwell8/issues/73
-
- 27 12月, 2019 1 次提交
-
-
由 卓昂 提交于
Summary: add support for opto object allocations sampling Test Plan: test/jfr/event/objectsprofiling/TestOptoObjectAllocationsSampling.java Reviewers: zhengxiaolinX, luchsh, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/64
-
- 05 12月, 2019 1 次提交
-
-
由 maoliang.ml 提交于
Summary: Fix build issues on Windows/Mac from G1ElasticHeap Test Plan: test/elastic_heap/ Reviewers: shiyuexw, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/54 CR:
-