log src/share/vm/prims/jvm.cpp @ 21559:be896a1983c0

age author description
Thu, 28 May 2015 15:36:48 +0200 Doug Simon recast all Graal native code as JVMCI code (JBS:GRAAL-53)
Tue, 07 Apr 2015 14:58:49 +0200 Gilles Duboscq Merge with jdk8u40-b25
Fri, 28 Feb 2014 16:00:40 +0400 igerasim 8035893: JVM_GetVersionInfo fails to zero structure
Wed, 19 Nov 2014 13:02:11 -0500 coleenp 8042235: redefining method used by multiple MethodHandles crashes VM
Mon, 13 Oct 2014 16:09:57 -0700 iklam 8061651: Interface to the Lookup Index Cache to improve URLClassPath search time
Mon, 15 Sep 2014 16:39:00 -0400 jiangli Merge
Thu, 21 Aug 2014 13:57:51 -0700 iklam 8046070: Class Data Sharing clean up and refactoring
Tue, 29 Apr 2014 15:17:27 +0200 goetz 8042195: Introduce umbrella header orderAccess.inline.hpp.
Mon, 20 Oct 2014 19:07:20 +0200 Gilles Duboscq Reduce diff with upstream
Thu, 16 Oct 2014 11:57:39 +0200 Gilles Duboscq Merge with jdk8u25-b17
Tue, 10 Jun 2014 14:52:20 -0700 asaha Merge
Thu, 29 May 2014 13:14:25 -0700 asaha Merge
Thu, 08 May 2014 17:19:49 -0400 coleenp 8015256: Better class accessibility
Wed, 15 Oct 2014 16:02:50 +0200 Gilles Duboscq Merge with jdk8u20-b26
Mon, 28 Apr 2014 09:27:47 +0200 sla 8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
Thu, 22 May 2014 15:52:41 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Mon, 14 Apr 2014 14:27:45 -0400 lfoltan 8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults.
Thu, 13 Mar 2014 14:57:01 -0700 kvn Merge
Wed, 26 Feb 2014 17:36:20 -0800 dcubed 8028073: race condition in ObjectMonitor implementation causing deadlocks
Tue, 02 Sep 2014 22:19:44 +0200 Bernhard Urban cherry-pick: 8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
Thu, 03 Jul 2014 18:57:20 +0200 Doug Simon made -esa apply to Graal classes even if they are not loaded by the boot class loader
Thu, 03 Apr 2014 21:05:13 +0200 Doug Simon Backed out e636d62005c3 since GraalVM no longer needs to run in jdk7
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Mon, 24 Mar 2014 21:30:43 +0100 Doug Simon Backed out merge changeset: b51e29501f30
Tue, 18 Mar 2014 20:19:10 -0700 twisti Merged with jdk9/dev/hotspot changeset 9486a41de3b7
Fri, 28 Feb 2014 16:00:40 +0400 igerasim 8035893: JVM_GetVersionInfo fails to zero structure
Tue, 11 Mar 2014 18:45:59 -0700 twisti Merged with jdk9/dev/hotspot changeset 3812c088b945
Mon, 24 Feb 2014 10:28:22 +0100 jbachorik 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
Thu, 20 Feb 2014 12:20:56 -0800 kvn Merge
Wed, 19 Feb 2014 12:08:49 -0800 kvn Merge
Tue, 28 Jan 2014 12:25:34 -0800 kvn Merge
Tue, 05 Nov 2013 17:38:04 -0800 kvn Merge
Thu, 22 Aug 2013 09:39:54 -0700 goetz 8023033: PPC64 (part 13): basic changes for AIX
Tue, 18 Feb 2014 09:15:40 +0100 sla 8034080: Remove the USDT1 dtrace code from Hotspot
Tue, 11 Feb 2014 10:05:02 -0800 iklam Merge
Tue, 11 Feb 2014 08:43:17 -0800 iklam 7182040: volano29 limited by os resource on Linux - need better diagnostic message
Mon, 10 Feb 2014 12:48:54 -0800 dcubed 8028073: race condition in ObjectMonitor implementation causing deadlocks
Mon, 16 Dec 2013 10:34:30 +0100 sla 8028737: Remove JVM_AccessVMIntFlag / JVM_AccessVMBooleanFlag / JVM_VMBreakPoint
Wed, 20 Nov 2013 00:10:38 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Tue, 08 Oct 2013 02:56:06 -0400 dholmes 8026025: JVM_GetCallerClass allows Reflection.getCallerClass(int depth) to use
Fri, 04 Oct 2013 21:00:43 -0700 ccheung Merge
Wed, 02 Oct 2013 09:18:56 -0700 mikael 8024087: Remove dead JVM_{Get,Set}PrimitiveFieldValues functions
Fri, 11 Oct 2013 10:38:03 +0200 Gilles Duboscq Merge with hs25-b53
Fri, 27 Sep 2013 12:43:51 -0700 adlertz Merge
Thu, 26 Sep 2013 12:07:53 -0700 twisti 8024545: make develop and notproduct flag values available in product builds
Fri, 20 Sep 2013 12:58:35 -0700 dcubed Merge
Fri, 20 Sep 2013 09:30:02 -0400 coleenp 8022887: Assertion hit while using class and redefining it with RedefineClasses simultaneously
Fri, 13 Sep 2013 22:38:02 -0400 drchase 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
Thu, 01 Aug 2013 00:38:28 +0200 Doug Simon restored JVM_SetProtectionDomain so that Graal still works with libjava.so from JDK7 (which expects this function to be defined)
Wed, 31 Jul 2013 11:00:54 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Mon, 08 Jul 2013 19:36:22 -0400 hseigel 8014399: Remove JVM_SetProtectionDomain from hotspot
Tue, 25 Jun 2013 12:46:21 -0700 amurillo Merge
Wed, 19 Jun 2013 11:02:10 +0100 chegar Merge
Mon, 17 Jun 2013 11:17:49 +0100 chegar Merge
Thu, 23 May 2013 12:44:18 +0100 chegar Merge
Fri, 05 Apr 2013 10:18:36 -0400 mullan 8001330: Improve on checking order
Fri, 14 Jun 2013 16:33:34 -0700 kvn Merge
Thu, 13 Jun 2013 15:39:47 -0400 drchase 8010124: JVM_GetClassContext: use GrowableArray instead of KlassLink
Fri, 28 Jun 2013 17:00:26 +0200 Doug Simon fixed non-product builds of the VM for jdk7_25
Wed, 19 Jun 2013 10:45:56 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/