log make/bsd/makefiles/vm.make @ 22618:452ef008f3c3

age author description
Sun, 27 Sep 2015 15:10:30 +0200 Doug Simon adapt to mx change in terms of where generated output is placed
Mon, 31 Aug 2015 15:09:33 +0200 Stefan Anzinger Remove unused mkdir $(DEST_SUBDIR) for MacOS
Thu, 27 Aug 2015 17:07:08 +0200 Doug Simon removed leftover Sumatra related code
Mon, 22 Jun 2015 12:12:53 -0700 twisti Rename com.oracle.jvmci to jdk.internal.jvmci
Tue, 09 Jun 2015 00:22:49 +0200 Doug Simon moved JVMCI sources from graal/ to jvmci/ directory
Mon, 08 Jun 2015 18:07:25 +0200 Stefan Anzinger Create DEST_SUBDIR when doing install_jvm (JBS:GRAAL-52)
Thu, 28 May 2015 15:36:48 +0200 Doug Simon recast all Graal native code as JVMCI code (JBS:GRAAL-53)
Tue, 26 May 2015 17:13:37 +0200 Doug Simon moved com.oracle.graal.hotspot.jvmci classes to com.oracle.jvmci.hotspot module (JBS:GRAAL-53)
Tue, 07 Apr 2015 14:58:49 +0200 Gilles Duboscq Merge with jdk8u40-b25
Mon, 28 Jul 2014 22:43:08 +0200 jwilhelm 8055006: Store original value of Min/MaxHeapFreeRatio
Fri, 23 Jan 2015 10:54:21 +0100 Doug Simon removed GPU code
Mon, 20 Oct 2014 19:07:20 +0200 Gilles Duboscq Reduce diff with upstream
Tue, 20 May 2014 13:46:34 -0700 Tom Rodriguez initialize HotSpotVMConfig fields efficiently from C++
Mon, 07 Apr 2014 16:24:49 +0200 Doug Simon added graal.version system property that is (only) defined by Graal enabled VMs
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Tue, 11 Mar 2014 18:45:59 -0700 twisti Merged with jdk9/dev/hotspot changeset 3812c088b945
Fri, 07 Feb 2014 09:03:44 -0800 dcubed 8033714: hotspot 'install_jvm' bld target broken with ZIP_DEBUGINFO_FILES=0
Thu, 06 Mar 2014 17:11:39 -0800 Tom Rodriguez enable C1 + Graal tiered
Thu, 30 Jan 2014 00:52:33 +0100 Doug Simon added support for co-existing GPU backends (JBS:GRAAL-1)
Wed, 22 Jan 2014 16:06:47 -0500 S.Bharadwaj Yadavalli Add graal-specific option -XX:+GPUOffload to trigger all GPU offload functionality. Cleanup function to decide GPU offload. Exclude GPU sources from nongraal builds.
Fri, 22 Nov 2013 12:15:22 +0100 Doug Simon fixed faulty logic in makefiles when compressed FDS builds are disabled
Wed, 20 Nov 2013 22:16:48 +0100 Doug Simon fixed HotSpot build on MacOS
Wed, 20 Nov 2013 00:10:38 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Tue, 15 Oct 2013 08:25:43 -0700 dcubed 7165611: implement Full Debug Symbols on MacOS X hotspot
Mon, 11 Nov 2013 22:44:41 +0100 Doug Simon fixes building on MacOS for recent HSAIL changes
Thu, 25 Jul 2013 22:15:30 -0400 Morris Meyer PTX support for Linux
Wed, 19 Jun 2013 10:45:56 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Mon, 10 Jun 2013 11:30:51 +0200 sla 8005849: JEP 167: Event-Based JVM Tracing
Tue, 04 Jun 2013 22:16:15 -0700 simonis 8015252: Enable HotSpot build with Clang
Thu, 16 May 2013 13:47:55 -0700 twisti Merge