- 27 7月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: switch on TieredCompilation by default Reviewed-by: twisti
-
- 16 7月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: remove StubRoutines::x86::_mxcsr_std and use StubRoutines::_mxcsr_std Reviewed-by: jrose
-
- 03 7月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: add intrinsics using new instruction to interpreter, C1, C2, for suitable x86; add test Reviewed-by: kvn, twisti
-
- 02 7月, 2013 1 次提交
-
-
由 anoll 提交于
8014972: Crash with specific values for -XX:InitialCodeCacheSize=500K -XX:ReservedCodeCacheSize=500k Summary: Introduce a minimum code cache size that guarantees that the VM can startup. Reviewed-by: kvn, twisti
-
- 25 6月, 2013 2 次提交
- 20 6月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Implement Safefetch as stub routines. This reduces compiler and os dependencies. Reviewed-by: twisti, kvn
-
- 19 6月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: Windows reserves and only partially commits thread stack. For detecting more thread stack space for execution, Windows installs one-shot page as guard page just before the current commited edge. It will trigger STACK_OVERFLOW_EXCEPTION when lands on last 4 pages of thread stack space. StackYellowPages default value is 2 on Windows (plus 1 page of StackRedPages, 3 pages guarded by hotspot) so the exception happens one page before Yellow pages. Same route executed second time will have one more page brought in, this leads same execution with different stack depth(interpreter mode). We need match Windows settings so the stack overflow exception will not happen before Yellow pages. Reviewed-by: dholmes Contributed-by: andreas.schoesser@sap.com
-
- 12 6月, 2013 2 次提交
- 14 6月, 2013 1 次提交
-
-
由 ccheung 提交于
Reviewed-by: dholmes, coleenp Contributed-by: jeremymanson@google.com, calvin.cheung@oracle.com
-
- 10 6月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: acorn, coleenp, sla Contributed-by: NKaren Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
-
- 23 5月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Changed gen_write_ref_array_post_barrier() code on x64 to pass start address and number of copied oop elements. In generate_checkcast_copy() skip post barrier code if no elements are copied. Reviewed-by: roland
-
- 15 5月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: Setting some public integer options to specific values causes crashes or undefined GC behavior. This patchset adds the necessary argument checking for these options. Reviewed-by: jmasa, brutisso
-
- 08 5月, 2013 1 次提交
-
-
由 emc 提交于
Summary: Update JNIEXPORT and JNIIMPORT to work with other compilers that don't necessarily have the __attribute__ type qualifier Reviewed-by: dholmes, dcubed, coleenp
-
- 07 5月, 2013 1 次提交
-
-
由 bpittore 提交于
Summary: Replace ifdefs with SUPPORTS_NATIVE_CX8 set in platform include file Reviewed-by: dholmes, dlong
-
- 25 4月, 2013 2 次提交
-
-
由 dlong 提交于
Summary: refactored code to allow platform-specific differences Reviewed-by: dlong, twisti Contributed-by: NGoetz Lindenmaier <goetz.lindenmaier@sap.com>
-
由 jiangli 提交于
Summary: Change jmpb() to jmp(). Reviewed-by: coleenp, rdurbin, dcubed
-
- 24 4月, 2013 1 次提交
-
-
由 roland 提交于
8010460: Interpreter on some platforms loads ConstMethod::_max_stack and misses extra stack slots for JSR 292 Summary: ConstMethod::max_stack() doesn't account for JSR 292 appendix. Reviewed-by: kvn
-
- 18 4月, 2013 1 次提交
-
-
由 johnc 提交于
Summary: In do_oop_store the uncompressed value of the oop being stored needs to be preserved and passed to g1_write_barrier_post. This is necessary for the heap region cross check to work correctly. Reviewed-by: coleenp, johnc Contributed-by: NMartin Doerr <martin.doerr@sap.com>
-
- 16 4月, 2013 1 次提交
-
-
由 roland 提交于
Summary: instruct xaddL_no_res shouldn't allow 64 bit constants. Reviewed-by: kvn
-
- 13 4月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: Repair wrong code generation, added new matching rule Reviewed-by: kvn, twisti
-
- 10 4月, 2013 1 次提交
-
-
由 jiangli 提交于
Summary: Allocate the method's profiling related metadata until they are needed. Reviewed-by: coleenp, roland
-
- 05 4月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Add the -Wunused-function flag and remove a number of unused functions. Reviewed-by: dholmes, coleenp, kvn
-
- 04 4月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Execute vzeroupper instruction after JNI call and on exits in jit compiled code which use 256bit vectors. Reviewed-by: roland
-
- 22 3月, 2013 1 次提交
-
-
由 morris 提交于
Summary: added guarantee() to pd_address_in_code() Reviewed-by: kvn
-
- 21 3月, 2013 1 次提交
-
-
由 roland 提交于
Summary: when possible optimize out array bound checks, inserting predicates when needed. Reviewed-by: never, kvn, twisti Contributed-by: Nthomaswue <thomas.wuerthinger@oracle.com>
-
- 18 3月, 2013 1 次提交
-
-
由 roland 提交于
Summary: support for strings that have same life-time as code that uses them. Reviewed-by: kvn, twisti
-
- 16 3月, 2013 1 次提交
-
-
由 morris 提交于
Summary: add guarantee() to oop_result inlines Reviewed-by: kvn, twisti
-
- 07 3月, 2013 1 次提交
-
-
由 jprovino 提交于
Summary: ASSERT and other symbols used incorrectly with #if are supposed to be defined or not. Reviewed-by: dholmes, mikael
-
- 26 2月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, sla
-
- 13 3月, 2013 1 次提交
-
-
由 roland 提交于
8009761: Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates Summary: deoptimization doesn't set up callee frames so that they restore caller frames correctly. Reviewed-by: kvn
-
- 09 2月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Added missing UseSSE42 check. Also added missing avx2 assert for vpermq instruction. Reviewed-by: roland, twisti
-
- 26 1月, 2013 1 次提交
-
-
由 morris 提交于
Summary: Disable tiered compilation in jdk8 because of CodeCache and performance anomalies Reviewed-by: kvn, twisti
-
- 25 1月, 2013 1 次提交
-
-
由 zgu 提交于
Summary: Removed depreciated kernel VM source code from hotspot VM Reviewed-by: dholmes, acorn
-
- 24 1月, 2013 2 次提交
- 23 1月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Use SSE4.2 and AVX2 instructions for encodeArray intrinsic. Reviewed-by: roland
-
- 17 1月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Define jlong as long on all LP64 platforms and add JLONG_FORMAT macro. Reviewed-by: dholmes, coleenp, mikael, kvn
-
- 14 1月, 2013 1 次提交
-
-
由 jwilhelm 提交于
Summary: HotSpot changes to support @Contended annotation. Reviewed-by: coleenp, kvn, jrose Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-