aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/prims/jvm.cpp
AgeCommit message (Collapse)Author
2009-04-216655646: dynamic languages need dynamically linked call sitesjrose
Summary: invokedynamic instruction (JSR 292 RI) Reviewed-by: twisti, never
2009-03-31Mergekvn
2009-03-256603316: Improve instrumentation for classes loaded at startupacorn
Reviewed-by: xlu, mchung
2009-03-206814659: separable cleanups and subroutines for 6655638jrose
Summary: preparatory but separable changes for method handles Reviewed-by: kvn, never
2009-03-096814575: Update copyright yearxdono
Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
2008-12-246781583: Hotspot build fails on linux 64 bit platform with gcc 4.3.2xlu
Summary: Fixed the wrong cast between types since more restrictions are imposed by gcc 4.3.2 Reviewed-by: jcoomes, acorn, phh, never
2008-11-126653858: dynamic languages need to be able to load anonymous classesjrose
Summary: low-level privileged sun.misc.Unsafe.defineAnonymousClass Reviewed-by: kvn
2008-10-086755845: JVM_FindClassFromBoot triggers assertionsksrini
Summary: Fixes assertions caused by one jvm_entry calling another, solved by refactoring code and modified gamma test. Reviewed-by: dholmes, xlu
2008-08-21Mergetonyp
2008-07-11Mergetrims
2008-07-026719955: Update copyright yearxdono
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
2008-06-176714758: hotspot: provide an entry point to the BootStrap Class ↵ksrini
loader[dholmes,acorn] Summary: adds JVM_FindClassFromBootLoader entry point, for jdk's use Reviewed-by: dholmes, acorn
2008-06-056711316: Open source the Garbage-First garbage collectorysr
Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
2008-04-176537506: Provide a mechanism for specifying Java-level USDT-like dtrace probeskamg
Summary: Initial checkin of JSDT code Reviewed-by: acorn, sbohne
2007-12-01Initial loadduke