log

age author description
Mon, 29 Jun 2015 18:38:47 +0200 Doug Simon fixed bug in bounds check for crypto intrinsics
Mon, 29 Jun 2015 17:24:09 +0200 Gilles Duboscq mx: Fix usage of JavaConfig caches while generating eclipse builders
Sun, 28 Jun 2015 15:10:30 +0200 Gilles Duboscq ExceptionObject nodes are typed non-null, make sure thrown objects are also typed non-null
Mon, 29 Jun 2015 16:45:09 +0200 Doug Simon give error handling code in crypto substitutions a low probability
Mon, 29 Jun 2015 14:22:03 +0200 Doug Simon perform null and bounds checks for crypto intrinsics
Sat, 27 Jun 2015 18:02:44 +0200 Stefan Anzinger [SPARC] Implement constant loads from constant table with base register
Sat, 27 Jun 2015 17:59:37 +0200 Stefan Anzinger Clear DataSection too, when CompilationResult is cleared
Fri, 26 Jun 2015 22:23:03 +0200 Doug Simon renamed ForeignCallLinkage.canDeoptimize -> needsDebugInfo
Fri, 26 Jun 2015 17:11:34 -0700 twisti Add support so methods for invocation plugins can be optional; add support for new unaligned Unsafe methods in JDK 9.
Fri, 26 Jun 2015 20:35:08 +0200 Doug Simon fixed redundant JavaFrameAnchor code around foreign calls that go through a Graal stub
Fri, 26 Jun 2015 20:32:09 +0200 Doug Simon fix references after com.oracle.jvmci to jdk.internal.jvmci rename
Fri, 26 Jun 2015 20:31:31 +0200 Doug Simon mx: make deoptalot command more flexible in terms of VM management
Fri, 26 Jun 2015 18:46:11 +0200 Thomas Wuerthinger Merge.
Fri, 26 Jun 2015 18:02:40 +0200 Thomas Wuerthinger Fix an issue in the inlining phase in the context of deleted unwind nodes. Reported by: Christian Thalinger.
Fri, 26 Jun 2015 17:45:47 +0200 Danilo Ansaloni Workaround until we add support for inlining intrinsics.
Fri, 26 Jun 2015 17:44:23 +0200 Danilo Ansaloni Updated the version of TRUFFLE and TRUFFLE_DSL_PROCESSOR.
Mon, 22 Jun 2015 15:00:10 +0200 Gilles Duboscq Empty object stamps should always be nonNull, assert it.
Fri, 26 Jun 2015 12:24:47 +0200 Gilles Duboscq mx eclipseformat: no need to pass a -vm argument to eclipse
Thu, 25 Jun 2015 16:00:08 +0200 Gilles Duboscq CountedLoopInfo: allow using converted init&stride to do the computation using a different integer type
Fri, 26 Jun 2015 15:24:26 +0200 Thomas Wuerthinger Remove cache from HotSpotConstantPool class.
Fri, 26 Jun 2015 14:05:38 +0200 Doug Simon removed TRUFFLE distribution - only use TRUFFLE library
Thu, 25 Jun 2015 22:05:11 -0700 Tom Rodriguez Don't count uncacheable snippets against template limit
Fri, 26 Jun 2015 00:40:01 +0200 Thomas Wuerthinger Merge.
Fri, 26 Jun 2015 00:04:44 +0200 Thomas Wuerthinger Merge.
Sun, 21 Jun 2015 02:19:15 +0200 Thomas Wuerthinger Disable inline during parsing in CTW gate.
Sun, 21 Jun 2015 01:43:56 +0200 Thomas Wuerthinger Make inlining during parsing more agressive if arguments are constant.
Thu, 25 Jun 2015 14:30:49 -0700 Tom Rodriguez Distinguish "null" from null in toValueString
Thu, 25 Jun 2015 14:28:54 -0700 Tom Rodriguez Provide full set of NodeIntrinsics for DirectObjectStoreNode
Thu, 25 Jun 2015 14:24:41 -0700 Tom Rodriguez Don't allow late binding of NodeIntrisic arguments in Snippets
Thu, 25 Jun 2015 14:24:07 -0700 Tom Rodriguez Messages should go to TTY and allow per instantiation control over caching
Thu, 25 Jun 2015 08:30:46 -0700 twisti Only invokevirtual and invokespecial are invokehandle aliases.
Thu, 25 Jun 2015 15:08:08 +0200 Roland Schatz Fix bug in constant folding of unsigned division.
Thu, 25 Jun 2015 14:33:53 +0200 Doug Simon added local SuppressFBWarnings annotation to replace findbugs-SuppressFBWarnings.jar dependency
Thu, 25 Jun 2015 13:17:08 +0200 Roland Schatz Simplify maxTripCountNode method.
Mon, 22 Jun 2015 11:42:54 +0200 Roland Schatz Improve function name.
Thu, 25 Jun 2015 10:26:48 +0200 Doug Simon mx: removed redundant definitions for JUNIT, HAMCREST and CHECKSTYLE libraries
Wed, 24 Jun 2015 20:52:38 +0200 Doug Simon TRUFFLE distribution is no longer deployed into the JDK
Wed, 24 Jun 2015 20:51:09 +0200 Doug Simon jvmci.make intermediate output is now flattened into build/jvmci.make
Wed, 24 Jun 2015 15:01:32 +0200 Doug Simon make Eclipse distribution builder output verbose and redirect it to a log file
Wed, 24 Jun 2015 12:37:54 +0200 Doug Simon Eclipse projects for JVMCI distributions should be in jvmci/, not graal/
Wed, 24 Jun 2015 12:37:45 +0200 Doug Simon instead of cleaning jvmci/services and jvmci/options directories in a JDK, look for stale entries and offer to delete them if mx is running interactively
Wed, 24 Jun 2015 12:30:58 +0200 Doug Simon made Eclipse builders for distributions synchronous to prevent race conditions as each builder deploys artifacts to the JDK
Tue, 23 Jun 2015 22:19:33 -0700 Tom Rodriguez Ignore errors when deleting directory tree for JVMCI
Tue, 23 Jun 2015 22:19:01 -0700 Tom Rodriguez Remove double not
Tue, 23 Jun 2015 18:13:03 +0200 Thomas Wuerthinger increase inlining bonus for candidate with constant arguments
Tue, 23 Jun 2015 18:10:30 +0200 Doug Simon compute lock depth for MonitorIdNodes correctly when inlining during parsing
Tue, 23 Jun 2015 08:34:21 -0700 Tom Rodriguez Merge
Fri, 19 Jun 2015 22:39:32 -0700 Tom Rodriguez notifyInputChanged even for null updates
Fri, 19 Jun 2015 22:32:15 -0700 Tom Rodriguez Make stamp of MacroNode agree with return type of method
Tue, 23 Jun 2015 12:32:16 +0200 Gilles Duboscq Make it possible to disable unsafe access tracking
Tue, 23 Jun 2015 12:03:39 +0200 Gilles Duboscq Functional test of Unsafe access marking for MappedByteBuffer operations
Tue, 23 Jun 2015 12:02:47 +0200 Gilles Duboscq Restored explicit org.junit.internal.AssumptionViolatedException import (needed as it became ambiguous with newer versions of JUnit)
Tue, 23 Jun 2015 12:00:17 +0200 Gilles Duboscq Move SpeculationLog into the structured graph
Mon, 22 Jun 2015 15:06:38 +0200 Gilles Duboscq Forward hasUnsafeAccess bit during inlining
Mon, 22 Jun 2015 14:57:05 +0200 Gilles Duboscq mx: Fix typo
Tue, 23 Jun 2015 13:15:55 +0200 Doug Simon create missing distribution jars irrespective of whether any constituent projects were rebuilt
Tue, 23 Jun 2015 13:15:48 +0200 Doug Simon use Windows path separators
Tue, 23 Jun 2015 12:44:51 +0200 Doug Simon mx: added missing applications of _separatedCygpathU2W
Tue, 23 Jun 2015 12:43:52 +0200 Doug Simon added witness for when class files are out of date
Tue, 23 Jun 2015 12:41:17 +0200 Doug Simon add -verbose to javac and JDT when -V mx option is present