- 03 4月, 2020 1 次提交
-
-
由 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
-
- 02 4月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: ported MultiTenant framework to Dragonwell8 Test Plan: jdk/test/multi-tenant Reviewed-by: yuleil, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/84
-
- 05 12月, 2019 2 次提交
-
-
由 maoliang.ml 提交于
Summary: G1ElasticHeap to support heap shrink/expansion in runtime Test Plan: test/elastic-heap/ Reviewers: luchsh, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/46 CR: https://github.com/alibaba/dragonwell8_jdk/pull/1
-
由 Kuai Wei 提交于
Summary: port jwarmup to dragonwell 8u ref T19299187 Test Plan: see hotspot part Reviewers: 三红, yumin.qi Reviewed By: 三红, yumin.qi Subscribers: 麦庶 Differential Revision: https://aone.alibaba-inc.com/code/D852150
-
- 03 12月, 2018 2 次提交
- 14 10月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: Implemented the interface in sun.misc.URLClassPath and corresponding JVM_XXX APIs Reviewed-by: mchung, acorn, jiangli, dholmes
-
- 24 6月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Add classLoader to java/lang/Class instance for fast access Reviewed-by: alanb, lfoltan, rriggs, vlivanov, twisti, mchung, jfranck, dholmes
-
- 09 5月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Improve protection domain check in forName() Reviewed-by: mchung, acorn, jdn
-
- 25 4月, 2014 1 次提交
-
-
由 sla 提交于
Reviewed-by: kamg, mgronlun
-
- 29 10月, 2013 1 次提交
-
-
由 malenkov 提交于
Reviewed-by: alexsch, smarks
-
- 18 10月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, forax, dholmes, twisti
-
- 30 9月, 2013 1 次提交
-
-
由 jfranck 提交于
Summary: Remove typeAnnotations field from Method, Constructor, and Field, update Executable and Field to fetch data on demand. Reviewed-by: darcy, erikj
-
- 06 6月, 2013 1 次提交
-
-
由 emc 提交于
Summary: setProtectionDomain0 and JVM_SetProtectionDomain are unused since at least 1.5. This is the JDK side of a changeset to remove it. Reviewed-by: alanb
-
- 17 4月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, alanb, twisti
-
- 14 2月, 2013 1 次提交
-
-
由 acorn 提交于
Summary: Recognize VM generated method in old verifier. With 8004967 Reviewed-by: coleenp, acorn Contributed-by: bharadwaj.yadavalli@oracle.com
-
- 13 2月, 2013 1 次提交
-
-
由 zgu 提交于
Summary: Remove is_kernel_jvm field in jvm_version_info structure, as kernel VM has been deprecated Reviewed-by: mchung
-
- 29 1月, 2013 1 次提交
-
-
由 jfranck 提交于
Reviewed-by: darcy
-
- 27 1月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: alanb, darcy Contributed-by: eric.mccorkle@oracle.com
-
- 24 1月, 2013 1 次提交
-
-
由 robm 提交于
Reviewed-by: darcy, forax, psandoz, dholmes, tbell
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 08 6月, 2012 1 次提交
-
-
由 chegar 提交于
Reviewed-by: chegar Contributed-by: NKrystal Mok <sajia@taobao.com>
-
- 07 3月, 2012 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by: NAlan Bateman <alan.bateman@oracle.com>, Alexander Potochkin <alexander.potochkin@oracle.com>, Alexander Zuev <alexander.zuev@oracle.com>, Andrew Brygin <andrew.brygin@oracle.com>, Artem Ananiev <artem.ananiev@oracle.com>, Alex Strange <astrange@apple.com>, Bino George <bino@apple.com>, Christine Lu <christine.lu@oracle.com>, David Katleman <david.katleman@oracle.com>, David Durrence <david_durrence@apple.com>, Dmitry Cherepanov <dmitry.cherepanov@oracle.com>, Greg Lewis <glewis@eyesbeyond.com>, Kevin Miller <kevin_m_miller@apple.com>, Kurt Miller <kurt@intricatesoftware.com>, Landon Fuller <landonf@plausiblelabs.com>, Leonid Romanov <leonid.romanov@oracle.com>, Loefty Walkowiak <loefty@apple.com>, Mark Reinhold <mark.reinhold@oracle.com>, Naoto Sato <naoto.sato@oracle.com>, Philip Race <philip.race@oracle.com>, Roger Hoover <rhoover@apple.com>, Scott Kovatch <scott.kovatch@oracle.com>, Sergey ByloKhov <sergey.bylokhov@oracle.com>, Mike Swingler <swingler@apple.com>, Tomas Hurka <tomas.hurka@oracle.com>
-
- 01 11月, 2011 1 次提交
-
-
由 ysr 提交于
4268317: (ref) Reference.isEnqueued() can return true when instance not enqueued Summary: The reference handler now declares, and assumes, that the discovered field, rather than the next field, is (to be) used to link the entries in the pending list, thus allowing a reference object to be safely enqueued even while it is in the pending state. Also added slightly modified regression tests from the two bug reports. Reviewed-by: mchung, alanb, jcoomes
-
- 15 4月, 2011 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: mchung, ksrini, ohair
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 07 8月, 2009 1 次提交
-
-
由 mchung 提交于
Summary: Change findBootstrapClass to return null instead of throwing CNFE if class not found Reviewed-by: alanb, dholmes, iris
-
- 23 8月, 2008 1 次提交
-
-
由 ohair 提交于
Reviewed-by: alanb
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 18 4月, 2008 1 次提交
-
-
由 kamg 提交于
Summary: Initial checkin of JSDT code Reviewed-by: sspitsyn, sbohne
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-