- 16 1月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: dholmes, kvn Contributed-by: martin.doerr@sap.com
-
- 06 1月, 2014 1 次提交
-
-
由 goetz 提交于
Summary: Swap the Projs in the block list so that the new block is added behind the proper node. Reviewed-by: kvn
-
- 20 12月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Add ConstantTableBase node edge after parameters and before jvms. Adapt jvms offsets. Reviewed-by: kvn
-
- 10 12月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Add support for replacement variable CondRegister in adlc. Reviewed-by: kvn
-
- 07 12月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 28 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: On PPC64 use tdi instruction that does a compare and raises SIGTRAP for NULL and range checks. Reviewed-by: kvn
-
- 27 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Use new nodes for loadFence/storeFence intrinsics in C2. Reviewed-by: kvn, dholmes
-
- 23 11月, 2013 2 次提交
- 22 11月, 2013 3 次提交
- 21 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: extends MachCall nodes so that they can issue constants to the constant table Reviewed-by: kvn
-
- 16 11月, 2013 2 次提交
-
-
由 goetz 提交于
Summary: Add additional, more verbose syntax checks in adlc. Fix printing constant's problem in format(). Reviewed-by: kvn
-
由 goetz 提交于
Summary: Add a field to C2 LoadNode and StoreNode classes which indicates whether the load/store should do an acquire/release on platforms which support it. Reviewed-by: kvn
-
- 15 11月, 2013 2 次提交
- 12 11月, 2013 3 次提交
- 05 11月, 2013 1 次提交
-
-
由 iveresov 提交于
Summary: Make all raw loads strictly respect control dependencies, make sure RCE doesn't move raw loads, add verification of G1 pre-barriers. Reviewed-by: kvn, roland
-
- 04 11月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, iveresov
-
- 30 10月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: duke
-
- 28 10月, 2013 2 次提交
- 25 10月, 2013 1 次提交
-
-
由 adlertz 提交于
8026940: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc Summary: Remove input to junk phi if they also become dead during post_allocate_copy_removal Reviewed-by: roland
-
- 23 10月, 2013 2 次提交
- 21 10月, 2013 1 次提交
-
-
由 rbackman 提交于
8026959: assert(!n->pinned() || n->is_MachConstantBase()) failed: only pinned MachConstantBase node is expected here Reviewed-by: iveresov, roland
-
- 19 10月, 2013 1 次提交
-
-
由 roland 提交于
Summary: type information gets lost because replace_in_map() doesn't update parent maps Reviewed-by: kvn, twisti
-
- 18 10月, 2013 1 次提交
-
-
由 adlertz 提交于
Summary: Enables private copies of inputs for recent spill copies as well Reviewed-by: kvn, twisti
-
- 17 10月, 2013 1 次提交
-
-
由 iveresov 提交于
8009303: Tiered: incorrect results in VM tests stringconcat with -Xcomp -XX:+DeoptimizeALot on solaris-amd64 Summary: Do memory flow analysis in string concat optimizier to exclude cases when computation of arguments to StringBuffer::append has side effects Reviewed-by: kvn, twisti
-
- 18 10月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, twisti
-
- 11 10月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, twisti
-
- 16 10月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: move rare executed part of G1 write barrier from hot path. Reviewed-by: kvn, twisti, roland Contributed-by: staffan.friberg@oracle.com
-
- 12 10月, 2013 1 次提交
-
-
由 twisti 提交于
8005173: assert(false) failed: DEBUG MESSAGE: exception oop must be empty (macroAssembler_x86.cpp:625) Reviewed-by: kvn, iveresov
-
- 11 10月, 2013 1 次提交
-
-
由 adlertz 提交于
Summary: Increased the LRG AllStack mask size since the previous size was not big enough when compiling huge methods (60k+ nodes) Reviewed-by: kvn, roland, twisti
-
- 10 10月, 2013 2 次提交
- 09 10月, 2013 1 次提交
-
-
由 adlertz 提交于
Summary: Replace uninitialised pointer with NULL at argument. Reviewed-by: kvn, roland, twisti
-