- 21 3月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Use RTM for inflated locks and stack locks. Reviewed-by: iveresov, twisti, roland, dcubed
-
- 24 3月, 2014 1 次提交
-
-
由 poonam 提交于
Summary: Native pointers less than 64 bits wide should be extended as an unsigned number. Reviewed-by: kvn, kevinw
-
- 06 3月, 2014 1 次提交
-
-
由 roland 提交于
Summary: enable type speculation Reviewed-by: kvn
-
- 15 3月, 2014 1 次提交
-
-
由 roland 提交于
Summary: favor profile data coming from outer most method Reviewed-by: kvn, twisti
-
- 13 3月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Add support for BMI1 instructions Reviewed-by: kvn, roland
-
- 28 2月, 2014 1 次提交
-
-
由 poonam 提交于
Summary: added missing check for loop padding case. Reviewed-by: kvn, jrose
-
- 27 2月, 2014 1 次提交
-
-
由 minqi 提交于
Summary: There is race condition between os::interrupt and os::is_interrupted on Windows. In JVM_Sleep(Thread.sleep), check if thread gets interrupted, it may see interrupted but not really interrupted so cause spurious waking up (early return from sleep). Fix by checking if interrupt event really gets set thus prevent false return. For intrinsic of _isInterrupted, on Windows, go fastpath only on bit not set. Reviewed-by: acorn, kvn Contributed-by: david.holmes@oracle.com, yumin.qi@oracle.com
-
- 11 3月, 2014 1 次提交
-
-
由 iveresov 提交于
8025644: java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java fails with TestData$OfRef): failure java.lang.AssertionError: expected [true] but found [false] Summary: In GraphKit::gen_checkcast() provide only exact superklass to GraphKit::maybe_cast_profiled_receiver() Reviewed-by: kvn, roland
-
- 26 2月, 2014 1 次提交
-
-
由 roland 提交于
8031752: Failed speculative optimizations should be reattempted when root of compilation is different Summary: support for speculative traps that keep track of the root of the compilation in which a trap occurs. Reviewed-by: kvn, twisti
-
- 28 1月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Switch off EliminateAutoBox flag by default in jdk8 release. Reviewed-by: iveresov
-
- 24 1月, 2014 2 次提交
- 23 1月, 2014 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, iveresov
-
- 15 1月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Add intrinsics/stub routines support for single-block and multi-block (as used by Cipher Block Chaining mode) AES encryption and decryption operations on the SPARC platform. Reviewed-by: kvn, roland Contributed-by: shrinivas.joshi@oracle.com
-
- 14 1月, 2014 1 次提交
-
-
由 roland 提交于
Summary: Fix the assert check for narrow klass pointer. Reviewed-by: twisti, kvn
-
- 09 1月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Allow dump and replay inlining for specified method during a program execution. Reviewed-by: roland, twisti
-
- 22 2月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: restore the flag Reviewed-by: twisti
-
- 08 1月, 2014 1 次提交
-
-
由 adlertz 提交于
8029446: assert(_cfg.get_block_for_node(proj) == borig) failed: incorrect block for kill projections Summary: Added loadConP0 projection node to block in case of re-materialization of the loadConP0. x86_64 only. Reviewed-by: kvn
-
- 07 1月, 2014 1 次提交
-
-
由 roland 提交于
Summary: meet of one constant array and one exact array not symmetric. Reviewed-by: kvn
-
- 27 12月, 2013 1 次提交
-
-
由 iveresov 提交于
Summary: Make object non-scalarizable if it has field with multiple bases one of which is null Reviewed-by: kvn, twisti
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 07 12月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 23 11月, 2013 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: dholmes, egahlin
-
- 22 11月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: iveresov, kvn
-
- 15 11月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: roland, kvn
-
- 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
-