log make/defs.make @ 24225:a2dbb6fcc923

age author description
Fri, 19 May 2017 00:18:36 +0200 Doug Simon removed defunct support for non-INCLUDE_JVMCI builds
Thu, 16 Jun 2016 00:25:11 +0200 Doug Simon remove leftover code from jvmci.make removal
Wed, 01 Jun 2016 00:11:44 +0200 Doug Simon Merge.
Wed, 13 Jan 2016 20:47:17 -0500 simonis 8146979: Backport of 8046471 breaks ppc64 build in jdk8u because 8072383 was badly backported before
Tue, 24 May 2016 13:51:28 +0200 Roland Schatz Remove jvmci VM configuration, and backport UseJVMCICompiler flag.
Thu, 07 Jan 2016 17:28:46 +0100 Gilles Duboscq Merge with jdk8u66-b17
Tue, 21 Jul 2015 15:35:12 -0700 amurillo 8079410: Hotspot version to share the same update and build version from JDK hs25.66-b03
Tue, 24 Feb 2015 15:04:52 -0500 dlong 8072383: resolve conflicts between open and closed ports
Mon, 11 Jan 2016 15:10:32 +0100 Stefan Anzinger Perform a clean in jvmci.make when main clean target is called as well
Wed, 30 Dec 2015 17:55:07 +0100 Doug Simon removed @ServiceProvider mechanism (GRAAL-1380)
Thu, 08 Oct 2015 17:28:41 -0700 Tom Rodriguez Rename jdk.internal.jvmci to jdk.vm.ci
Tue, 04 Aug 2015 00:47:34 +0200 Doug Simon moved JVMCI option parsing back into Java
Wed, 29 Jul 2015 10:36:54 +0200 Roland Schatz Merge.
Mon, 27 Jul 2015 17:05:38 -0700 Tom Rodriguez Fix jvmci.make
Fri, 24 Jul 2015 08:22:19 +0200 Doug Simon merge fixes
Wed, 22 Jul 2015 23:27:39 -0700 Tom Rodriguez Move most of jdk.internal.jvmci.debug back into com.oracle.graal.debug
Thu, 16 Jul 2015 07:47:07 -0700 twisti Add Java code for reading the constant pool cache plus sun.reflect.ConstantPool substitutions.
Mon, 22 Jun 2015 12:12:53 -0700 twisti Rename com.oracle.jvmci to jdk.internal.jvmci
Tue, 16 Jun 2015 11:25:50 +0200 Doug Simon relax verify_defs_make in jvmci.make for conditional exports
Fri, 12 Jun 2015 13:05:40 +0200 Doug Simon don't export com.oracle.jvmci.options.Options as it has no JVMCI providers
Thu, 11 Jun 2015 13:23:21 +0200 Stefan Anzinger Do not make builds in jvmci.make
Thu, 11 Jun 2015 11:07:28 +0200 Stefan Anzinger jvmci.make remove generated source from search path; export compilers into a different directory when jvmci is disabled: jre/lib/<arch>/(server|client)-nojvmci/
Wed, 10 Jun 2015 19:25:28 +0200 Stefan Anzinger Append -nojvmci to the compiler directory when building without jvmci
Mon, 08 Jun 2015 18:07:25 +0200 Stefan Anzinger Create DEST_SUBDIR when doing install_jvm (JBS:GRAAL-52)
Mon, 08 Jun 2015 14:25:25 +0200 Stefan Anzinger Remove conditional makefile-based compilation of jvmci from mx_graal.py
Wed, 03 Jun 2015 15:47:54 +0200 Gilles Duboscq Introduce Compiler interface in jvmci. Use it from jvmci.hotspot.CompilationTask
Fri, 05 Jun 2015 10:00:06 +0200 Stefan Anzinger Add -m switch to mx build, which builds/exports JVMCI with the make/jvmci.make file
Thu, 04 Jun 2015 17:04:21 +0200 Doug Simon added missing EXPORT_LIST definitions in defs.make
Thu, 04 Jun 2015 13:35:47 +0200 Doug Simon moved asm, bytecode and asm.test code back to com.oracle.graal name space (JBS:GRAAL-53)
Wed, 03 Jun 2015 18:06:44 +0200 Doug Simon moved com.oracle.asm.** to jvmci-util.jar (JBS:GRAAL-53)
Mon, 01 Jun 2015 17:03:29 +0200 Gilles Duboscq Move EventProvider to jvmci.hotspot, make it a JVMCI Service
Sun, 31 May 2015 13:42:47 +0200 Doug Simon Truffle and NFI implementations are now accessed via JVMCI services instead of being hard coded in the VM (JBS:GRAAL-51)
Fri, 29 May 2015 20:43:55 -0700 Christian Wimmer Fix options in makefile
Fri, 29 May 2015 22:27:38 +0200 Doug Simon moved JVMCI classes into their own distributions (JBS:GRAAL-53)
Fri, 29 May 2015 17:23:14 +0200 Doug Simon replaced OptionsParsed with DebugInitializationPropertyProvider
Fri, 29 May 2015 16:15:57 +0200 Roland Schatz Add missing option processors.
Thu, 28 May 2015 21:58:33 +0200 Doug Simon Merge.
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)
Mon, 25 May 2015 17:40:30 +0200 Doug Simon fixed missing rename
Sun, 24 May 2015 14:44:28 +0200 Doug Simon fixed regression preventing hosted CompileTheWorld from running (JBS:GRAAL-53)
Sun, 24 May 2015 13:11:53 +0200 Doug Simon added extension point for post Option parsing actions and used it to remove another JVMCI to non-JVMCI dependency (JBS:GRAAL-53)
Fri, 22 May 2015 23:26:20 +0200 Doug Simon added HotSpotJVMCIRuntime* classes, replaced references to HotSpotGraalRuntime in VM with HotSpotJVMCIRuntime (JBS:GRAAL-53)
Thu, 28 May 2015 17:44:05 +0200 Gilles Duboscq Merge
Mon, 18 May 2015 18:30:43 +0200 Gilles Duboscq Extract options file to build
Thu, 23 Apr 2015 14:49:24 +0200 Gilles Duboscq Make should export graal service files
Mon, 20 Apr 2015 17:56:38 +0200 Gilles Duboscq Graal Loader: load all jars matching lib/graal/graal*.jar
Wed, 15 Oct 2014 16:02:50 +0200 Gilles Duboscq Merge with jdk8u20-b26
Mon, 25 Aug 2014 12:57:49 +0200 Doug Simon add support for installing distribution jars into jre/lib/ext directory
Sat, 23 Aug 2014 00:50:44 +0200 Doug Simon formalized the set of distribution jars that are installed into the JDK to ensure both mx and the HotSpot make system do the necessary deployment
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
Tue, 05 Nov 2013 17:38:04 -0800 kvn Merge
Fri, 06 Sep 2013 20:08:29 +0200 simonis 8023034: PPC64 (part 14): Implement AIX/PPC64 support in HotSpot makefiles
Wed, 10 Jul 2013 09:14:25 -0700 simonis 8019922: PPC64 (part 8): Implement Linux/PPC64 support in HotSpot makefiles
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
Fri, 11 Oct 2013 15:41:33 +0200 Gilles Duboscq Reduce HotSpot diff and fix previous merge
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