- 26 7月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Implement methods printing posix signal information and call them in unix os files. Reviewed-by: kvn, dholmes, twisti Contributed-by: thomas.stuefe@sap.com
-
- 07 8月, 2013 1 次提交
-
-
由 vladidan 提交于
Summary: Forward port of 7u change to add additional fence() on RMO platforms, with a load_acquire on all platforms Reviewed-by: dholmes, kvn
-
- 03 8月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: made event messages better readable Reviewed-by: kvn, rbackman
-
- 02 8月, 2013 3 次提交
-
-
由 goetz 提交于
Summary: With this change the HotSpot core build works on Linux/PPC64. The VM succesfully executes simple test programs. Reviewed-by: kvn
-
由 kevinw 提交于
Reviewed-by: mgerdin, fparain, dcubed
-
由 ctornqvi 提交于
Summary: Assert in ThreadTimesClosure::do_thread() due to use of naked oop instead of handle Reviewed-by: coleenp, sspitsyn
-
- 01 8月, 2013 3 次提交
- 30 7月, 2013 1 次提交
-
-
由 twisti 提交于
Summary: C1's GetUnsafeObject G1 pre-barrier uses the wrong type to read the klass pointer. Reviewed-by: iveresov, kvn
-
- 29 7月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, dholmes
-
- 27 7月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: switch on TieredCompilation by default Reviewed-by: twisti
-
- 26 7月, 2013 3 次提交
- 24 7月, 2013 1 次提交
-
-
由 jmasa 提交于
6990419: CMS Remaining work for 6572569: consistently skewed work distribution in (long) re-mark pauses Reviewed-by: rasbold, tschatzl, jmasa Contributed-by: yamauchi@google.com
-
- 23 7月, 2013 1 次提交
-
-
由 emc 提交于
Summary: Add code to copy method parameters data in clone_with_new_data Reviewed-by: coleenp, sspitsyn
-
- 20 7月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: find_method could return NULL so need explicitly check if there is error after parse_method, exit on error to avoid crash. Reviewed-by: kvn, twisti Contributed-by: yumin.qi@oracle.com
-
- 19 7月, 2013 3 次提交
-
-
由 mgronlun 提交于
Reviewed-by: egahlin, rbackman, dcubed, brutisso, acorn
-
由 minqi 提交于
Summary: volatile jdouble load/store is not atomic, fix by using of existing volatile jlong operations which are atomic for jdouble. Reviewed-by: kvn, vladidan, jrose Contributed-by: david.holmes@oracle.com
-
由 ccheung 提交于
Summary: this fix also removes the -XX:+UseStringCache option Reviewed-by: dholmes, acorn, iklam
-
- 18 7月, 2013 3 次提交
-
-
由 dholmes 提交于
Reviewed-by: dcubed, fparain, dholmes Contributed-by: NDavid Simms <david.simms@oracle.com>
-
由 jiangli 提交于
Summary: Use JvmtiCachedClassFileData. Reviewed-by: iklam, sspitsyn, dcubed
-
由 ccheung 提交于
Summary: Added (sig < MAXSIGNUM) check in jsig.c Reviewed-by: dholmes, acorn
-
- 17 7月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: acorn, dcubed, dsimms
-
- 16 7月, 2013 2 次提交
- 13 7月, 2013 2 次提交
- 11 7月, 2013 2 次提交
- 10 7月, 2013 3 次提交
-
-
由 ehelin 提交于
Reviewed-by: tschatzl, mgerdin, stefank
-
由 acorn 提交于
Summary: Requires: 8013789: Compiler bridges, 8015402: metafactory Reviewed-by: sspitsyn, coleenp, bharadwaj
-
由 zgu 提交于
Summary: Some of qsort implementation on Linux x86 compares element to itself, which is mistakenly treated as duplicate pointer Reviewed-by: dcubed, acorn
-
- 09 7月, 2013 5 次提交
-
-
由 drchase 提交于
Summary: Make the destructor virtual (note more non-compiler hotspot errors occur downstream) Reviewed-by: kvn, twisti
-
由 anoll 提交于
Summary: Limit the size of the code cache to at most 2G when arguments are checked; added regression test Reviewed-by: kvn, twisti
-
由 hseigel 提交于
Summary: JVM_SetProtectionDomain has been deprecated since 1.5 and is being removed Reviewed-by: coleenp, hseigel Contributed-by: eric.mccorkle@oracle.com
-
由 goetz 提交于
8020059: The flag introduced by 8014972 is not defined if Hotspot is built without a compiler (zero, ppc64 core build). Summary: define CodeCacheMinimumUseSpace flag for cppInterpeter build. Reviewed-by: kvn
-
由 iklam 提交于
Summary: Changed initial size to Chunk::tiny_size (216 bytes) Reviewed-by: coleenp, dholmes, sspitsyn
-
- 06 7月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: On AIX 7.1 systemcfg.h defines IA64 unconditionally, so test for !AIX where IA64 is used. Reviewed-by: dholmes, kvn
-