log

age author description
Mon, 19 Oct 2015 18:21:56 +0200 Gilles Duboscq Fix release file patching
Fri, 16 Oct 2015 15:52:45 -0700 Tom Rodriguez fix -Xint -XX:+BootstrapJVMCI crash
Fri, 16 Oct 2015 15:59:20 +0200 Gilles Duboscq Tag jvmci-0.8 to get version numbers in builds
Fri, 16 Oct 2015 14:06:20 +0200 Stefan Anzinger Implement inline metaspace constant patching for SPARC (Compressed/Uncompressed)
Fri, 16 Oct 2015 13:44:47 +0200 Roland Schatz Remove unused class VirtualStackSlot.
Fri, 16 Oct 2015 11:12:34 +0200 Roland Schatz Remove unused reference map index.
Fri, 16 Oct 2015 00:16:51 +0200 Doug Simon made ShowFlags and PrintFlags denote which options had their value explicitily set (like -XX:+PrintFlagsFinal does)
Thu, 15 Oct 2015 11:50:37 -0700 Tom Rodriguez Update javadoc for methodDataProfileDataSize
Thu, 15 Oct 2015 17:32:19 +0200 Doug Simon initialize JVMCI eagerly if either the PrintFlags or ShowFlags JVMCI option is present
Thu, 15 Oct 2015 17:30:42 +0200 Doug Simon removed ununsed code
Thu, 15 Oct 2015 13:57:24 +0200 Stefan Anzinger Provide all HotSpot Feature_Flags in JVMCI
Thu, 15 Oct 2015 11:52:47 +0200 Stefan Anzinger Add SPARC Quad precision registers and remove unneccesary methods from SPARC.java
Tue, 13 Oct 2015 18:22:26 +0200 Stefan Anzinger [SPARC] Move allocatable register selection out of the Architecture description
Tue, 13 Oct 2015 17:59:52 +0200 Stefan Anzinger Disable instruction scheduling in cpCache.o on SPARC/Linux
Tue, 13 Oct 2015 17:07:59 +0200 Stefan Anzinger Make space in frame for native callee to spill outgoing parameters
Tue, 13 Oct 2015 00:12:28 +0200 Doug Simon made HotSpotVMConfig.arrayKlassComponentMirrorOffset package-private to account for the removal of ArrayKlass::_component_mirror in jdk9; removed unused jvmAccMonitorMatch and jvmAccHasMonitorBytecodes
Mon, 12 Oct 2015 08:48:54 -0700 Stefan Anzinger Add fno-tree-loop-distribute-patterns to SPARC/Linux makefile
Mon, 12 Oct 2015 08:47:39 -0700 Stefan Anzinger ConstantPoolCacheEntry::set_field avoid rescheduling store f1/f2 and store of bytecodes by the compiler (Store/Store)
Sun, 11 Oct 2015 14:30:03 +0200 Doug Simon removed "path" and "sourcePath" attributes from distributions and libraries
Sun, 11 Oct 2015 14:18:22 +0200 Doug Simon moved unzipped c1visualizer distribution and downloaded hsdis to mxbuild/ directory
Fri, 09 Oct 2015 14:43:07 +0200 Roland Schatz Remove forObject method from ConstantReflectionProvider.
Thu, 08 Oct 2015 17:28:41 -0700 Tom Rodriguez Rename jdk.internal.jvmci to jdk.vm.ci
Thu, 08 Oct 2015 18:04:25 +0200 Gilles Duboscq Pass ARCH_DATA_MODEL to make clean
Thu, 08 Oct 2015 05:19:44 -0700 Stefan Anzinger Disable GCCs tree-bit-ccp on SPARC/Linux
Wed, 07 Oct 2015 23:05:44 -0700 Tom Rodriguez Fix HotSpotCompilationRequest constructor
Wed, 07 Oct 2015 16:42:51 -0700 Tom Rodriguez Simplify log_object interface
Wed, 07 Oct 2015 12:49:00 -0700 Stefan Anzinger Disable gccs schedule-insns optimization on Linux/SPARC which causes memory problems
Wed, 07 Oct 2015 18:26:27 +0200 Andreas Woess use xcodebuild to get SDKROOT
Wed, 07 Oct 2015 17:48:07 +0200 Andreas Woess import make/bsd/makefiles/saproc.make from graal-jvmci-9
Wed, 07 Oct 2015 14:55:08 +0200 Gilles Duboscq Make default values stable in enum switch maps