- 27 12月, 2013 1 次提交
-
-
由 lana 提交于
Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
-
- 11 11月, 2013 1 次提交
-
-
由 jbachorik 提交于
Summary: RuntimeMXBean.getUptime() should be based on HR timers rather than on the OS time Reviewed-by: dholmes, sla
-
- 29 10月, 2013 1 次提交
-
-
由 malenkov 提交于
Reviewed-by: alexsch, smarks
-
- 25 10月, 2013 1 次提交
-
-
由 dholmes 提交于
Summary: Revised build system and added platform specific headers for Mac OS X Reviewed-by: anthony, art, ihse, erikj Contributed-by: david.dehaven@oracle.com
-
- 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
-
- 05 6月, 2013 1 次提交
-
-
由 fparain 提交于
Reviewed-by: mchung, jbachorik
-
- 17 4月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, alanb, twisti
-
- 15 3月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: dlong, alanb, mduigou Contributed-by: bill.pittore@oracle.com, bob.vandette@oracle.com
-
- 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
-
- 14 12月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: mchung, lancea
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 08 6月, 2012 1 次提交
-
-
由 chegar 提交于
Reviewed-by: chegar Contributed-by: NKrystal Mok <sajia@taobao.com>
-
- 24 5月, 2012 1 次提交
-
-
由 nloodin 提交于
Reviewed-by: jrose, sspitsyn
-
- 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>
-
- 04 1月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: mchung, dholmes
-
- 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
-
- 16 5月, 2011 1 次提交
-
-
由 fparain 提交于
Summary: Add a JMX notification to GarbageCollectorMXBeans Reviewed-by: acorn, mchung
-
- 15 4月, 2011 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: mchung, ksrini, ohair
-
- 07 4月, 2011 1 次提交
-
-
由 ohair 提交于
Reviewed-by: dholmes
-
- 21 1月, 2011 1 次提交
-
-
由 phh 提交于
Summary: Subclass com.sun.management.ThreadMXBean from java.lang.management.ThreadMXBean, add getAllocatedBytes() and friends to c.s.m.ThreadMXBean and have sun.management.ThreadImpl implement c.s.m.ThreadMXBean rather than j.l.m.ThreadMXBean. Reviewed-by: mchung, alanb, dholmes, emcmanus
-
- 13 1月, 2011 1 次提交
-
-
由 kamg 提交于
Summary: Use 'GetLocalInstance' JVMTI extension if it exists Reviewed-by: coleenp, dcubed
-
- 29 12月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: xdono
-
- 09 6月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType to verifier; put in runtime support upcall. Reviewed-by: twisti
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 21 1月, 2010 1 次提交
-
-
由 dcubed 提交于
6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining Summary: Add support for additional implementation specific info to the JVM/TI CompiledMethodLoad event via the compile_info parameter. Reviewed-by: never, ohair, tbell, tdeneau Contributed-by: NVasanth Venkatachalam <vasanth.venkatachalam@amd.com>
-
- 07 8月, 2009 1 次提交
-
-
由 mchung 提交于
Summary: Change findBootstrapClass to return null instead of throwing CNFE if class not found Reviewed-by: alanb, dholmes, iris
-
- 27 6月, 2009 1 次提交
-
-
由 ohair 提交于
Reviewed-by: jjg
-
- 06 5月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: JDK API and runtime (partial) for anonk, meth, indy Reviewed-by: mr
-
- 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 提交于
-