log make/jvmci.make @ 23660:b5f3a471e646

age author description
Thu, 12 May 2016 20:57:31 +0200 Doug Simon clean up and minimize JVMCI (JDK-8156835)
Thu, 12 May 2016 11:06:49 +0200 Doug Simon Backed out changeset: a920338dd4d4
Wed, 11 May 2016 15:54:36 +0200 Doug Simon remove JVMCIError and UnsafeUtil classes (JDK-8156759)
Wed, 30 Dec 2015 17:55:07 +0100 Doug Simon removed @ServiceProvider mechanism (GRAAL-1380)
Thu, 24 Dec 2015 09:50:27 -1000 twisti 8143072: [JVMCI] Port JVMCI to AArch64
Mon, 21 Dec 2015 15:53:56 +0100 Doug Simon removed @Option mechanism from JVMCI (GRAAL-1371)
Wed, 21 Oct 2015 13:47:47 +0200 Roland Schatz Rename Compiler to JVMCICompiler and expose it from JVMCIRuntime.
Thu, 08 Oct 2015 17:28:41 -0700 Tom Rodriguez Rename jdk.internal.jvmci to jdk.vm.ci
Sun, 27 Sep 2015 15:10:30 +0200 Doug Simon adapt to mx change in terms of where generated output is placed
Thu, 03 Sep 2015 17:03:51 +0200 Doug Simon removed use of intermediate jvmci.options/ directory to create OptionDescriptors service files
Wed, 19 Aug 2015 16:27:06 -0700 Christian Wimmer Update makefile
Mon, 17 Aug 2015 12:10:55 +0200 Stefan Anzinger Generate jvmci.make with all defined dependencies/bootclasspath regardless availability in the current enviornment
Mon, 17 Aug 2015 11:21:37 +0200 Stefan Anzinger Ignore projects in jvmci.make, when optional JRE/JDK library dependencies are not present
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 15:21:27 +0200 Roland Schatz Update jvmci.make
Fri, 24 Jul 2015 08:22:19 +0200 Doug Simon merge fixes
Fri, 24 Jul 2015 02:11:18 +0200 Doug Simon Merge with basic-graal
Wed, 22 Jul 2015 23:27:39 -0700 Tom Rodriguez Move most of jdk.internal.jvmci.debug back into com.oracle.graal.debug
Thu, 23 Jul 2015 15:43:13 +0200 Doug Simon fixed mx_jvmci_makefile to use mx.classpath_entries()
Thu, 23 Jul 2015 15:21:26 +0200 Doug Simon updated jvmci.make
Tue, 21 Jul 2015 13:06:10 +0200 Doug Simon fixed out-of-sync jvmci.make
Tue, 21 Jul 2015 01:53:46 +0200 Doug Simon fixed mx_jvmci_makefile.py
Thu, 25 Jun 2015 14:33:53 +0200 Doug Simon added local SuppressFBWarnings annotation to replace findbugs-SuppressFBWarnings.jar dependency
Wed, 24 Jun 2015 20:51:09 +0200 Doug Simon jvmci.make intermediate output is now flattened into build/jvmci.make
Mon, 22 Jun 2015 12:12:53 -0700 twisti Rename com.oracle.jvmci to jdk.internal.jvmci
Wed, 17 Jun 2015 09:27:20 +0200 Stefan Anzinger jvmci.make do not compress jars
Tue, 16 Jun 2015 17:21:45 +0200 Stefan Anzinger jvmci.make $(shell ...) is always quiet
Tue, 16 Jun 2015 11:25:50 +0200 Doug Simon relax verify_defs_make in jvmci.make for conditional exports
Fri, 12 Jun 2015 18:02:58 +0200 Stefan Anzinger Introduce clean target in jvmci.make
Fri, 12 Jun 2015 15:47:54 +0200 Doug Simon Merge.
Fri, 12 Jun 2015 14:53:05 +0200 Stefan Anzinger Add parameter description to jvmci.make
Fri, 12 Jun 2015 15:34:11 +0200 Doug Simon fixed subtle makefile evaluation order issue in the verification that only existing JVMCI services and options are exported in make/defs.make
Fri, 12 Jun 2015 15:33:11 +0200 Doug Simon switched to use of simple makefile assignment in jvmci.make and removed unnecessary semicolons
Fri, 12 Jun 2015 13:04:35 +0200 Doug Simon verify that only existing JVMCI services and options are exported in make/defs.make
Fri, 12 Jun 2015 01:25:58 +0200 Doug Simon don't add command used to generate jvmci.make to the top of jvmci.make as it confuses the gate check that this file is in sync with suite*.py
Fri, 12 Jun 2015 01:19:57 +0200 Doug Simon replaced Service marker interface with non-standard META-INF directory names to differentiate JVMCI providers from standard service providers
Thu, 11 Jun 2015 13:57:16 +0200 Stefan Anzinger Update jvmci.make
Thu, 11 Jun 2015 11:35:27 +0200 Stefan Anzinger Cleanup code in mx_graal_makefile.py, add comments
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 14:56:49 +0200 Stefan Anzinger jvmci.make put temp dirs into the target directory
Wed, 10 Jun 2015 13:22:03 +0200 Stefan Anzinger Make jvmci.make quiet and use recipe for build and jar
Tue, 09 Jun 2015 23:00:38 +0200 Doug Simon removed trailing slash from directory names in jvmci.make
Tue, 09 Jun 2015 10:32:54 +0200 Stefan Anzinger Escape find filename pattern, as it would be expanded if there exists a *.java file in the working directory. (JBS:GRAAL-52)
Tue, 09 Jun 2015 07:51:46 +0200 Doug Simon added missing annotationProcessors to com.oracle.jvmci.debug project
Tue, 09 Jun 2015 00:22:49 +0200 Doug Simon moved JVMCI sources from graal/ to jvmci/ directory
Mon, 08 Jun 2015 23:40:08 +0200 Doug Simon removed MX_TARGET; replace VERBOSE with MAKE_VERBOSE
Mon, 08 Jun 2015 18:07:25 +0200 Stefan Anzinger Create DEST_SUBDIR when doing install_jvm (JBS:GRAAL-52)
Fri, 05 Jun 2015 16:28:19 +0200 Stefan Anzinger Make jvmci.make stable; add header for building the jvmci.make; default to use the jvmci.make file when running mx.build
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 09:17:32 +0200 Stefan Anzinger Update jvmci.make to latest suites.py
Thu, 04 Jun 2015 03:21:58 +0200 Stefan Anzinger Improve makefile generator, exporting files into shared dir (JBS:GRAAL-52)