log

age author description
Mon, 19 May 2014 11:59:54 +0200 Miguel Garcia Merge
Mon, 19 May 2014 11:29:14 +0200 Miguel Garcia [inlining-2] no guesswork at callsites about return value of logNotInlinedMethod
Mon, 19 May 2014 11:26:19 +0200 Miguel Garcia [inlining-2] no guesswork about return value of logInlinedMethod (2/2)
Mon, 19 May 2014 11:24:59 +0200 Miguel Garcia [inlining-2] no guesswork about return value of logInlinedMethod (1/2)
Mon, 19 May 2014 10:54:21 +0200 Miguel Garcia [inlining-2] logInliningDecision, for side-effects not return value (2/2)
Mon, 19 May 2014 10:52:20 +0200 Miguel Garcia [inlining-2] logInliningDecision, for side-effects not return value (1/2)
Mon, 19 May 2014 10:47:25 +0200 Miguel Garcia [inlining-2] logNotInlinedMethod invoked only for side-effects not return value
Sun, 18 May 2014 16:20:36 +0200 Miguel Garcia [inlining-2] make explicit the value returned by logNotInlinedInvoke()
Sun, 18 May 2014 16:14:16 +0200 Miguel Garcia [inlining-2] renaming logNotInlinedMethodAndReturnNull -> logNotInlinedInvoke
Sun, 18 May 2014 16:10:45 +0200 Miguel Garcia [inlining-2] make returned value explicit
Sun, 18 May 2014 16:08:15 +0200 Miguel Garcia [inlining-2] renaming of an overloaded method
Mon, 19 May 2014 10:57:40 +0200 Lukas Stadler small fix in GraphOrder.assertSchedulableGraph
Mon, 19 May 2014 10:23:05 +0200 Lukas Stadler do not assert for MergeNode in UseTrappingNullChecksPhase
Sun, 18 May 2014 14:39:27 +0200 Miguel Garcia [inlining-2] pulling side-effects (logging) out of method that evals a condition
Sun, 18 May 2014 14:37:25 +0200 Miguel Garcia [inlining-2] one less logging method to worry about
Sun, 18 May 2014 14:34:35 +0200 Miguel Garcia [inlining-2] replaced method body with call to code duplicate
Sun, 18 May 2014 14:17:38 +0200 Miguel Garcia [inlining-2] reduced verbosity in checkTargetConditions()
Sun, 18 May 2014 14:15:19 +0200 Miguel Garcia [inlining-2] typos in source comment
Sun, 18 May 2014 14:08:03 +0200 Miguel Garcia [inlining-2] consumer becomes initializer of the probabilities map
Sun, 18 May 2014 14:05:36 +0200 Miguel Garcia [inlining-2] fixing input as instance final rather than passing it over and over
Sat, 17 May 2014 18:42:42 +0200 Gilles Duboscq In MethodCallTargetNode.canonicalize, uniqueConcreteType.resolveMethod can return null in some cases
Sat, 17 May 2014 18:08:57 +0200 Gilles Duboscq Add slow-path for SLMulNode.mul(BigInteger) because BigInteger.multiply is recursive.
Sat, 17 May 2014 17:04:25 +0200 Gilles Duboscq fix assert in HotSpotResolvedJavaMethod.vtableEntryOffset
Sat, 17 May 2014 16:29:19 +0200 Gilles Duboscq Simplify HotSpotUnresolvedJavaType, harmonize toString for HotSpotUnresolvedJavaType and HotSpotResolvedObjectType
Sat, 17 May 2014 14:58:33 +0200 Gilles Duboscq Add some assertions and tests to TestResolvedJavaType.findUniqueConcreteSubtypeTest
Sat, 17 May 2014 14:56:13 +0200 Gilles Duboscq CodeInstalled not need to assert_leaf_type when asserting abstract_with_unique_concrete_subtype
Sat, 17 May 2014 15:05:25 +0200 Gilles Duboscq Try to devirtualize using unique concrete method and subtype in MethodCallTargetNode.canonical
Sat, 17 May 2014 12:45:46 +0200 Gilles Duboscq Rename HotSpotResolvedObjectType.metaspaceKlass to getMetaspaceKlass
Sat, 17 May 2014 14:57:58 +0200 Gilles Duboscq Add resolved receiver type to ResolvedJavaMethod.isInVirtualMethodTable in order to be able to do vtable-calls for miranda and default methods
Sat, 17 May 2014 11:41:35 +0200 Gilles Duboscq Use non-bold/bright colors in AnsiTerminalDecorator