- 18 4月, 2014 1 次提交
-
-
由 pliden 提交于
Summary: temporarily disable the shutdown of the concurrent GC threads introduced in JDK-8037112 Reviewed-by: brutisso, tschatzl, jmasa
-
- 11 4月, 2014 1 次提交
-
-
由 pliden 提交于
Reviewed-by: brutisso, mgerdin
-
- 22 5月, 2014 1 次提交
-
-
由 allwin 提交于
Reviewed-by: dholmes, sspitsyn
-
- 21 5月, 2014 1 次提交
-
-
由 neliasso 提交于
Summary: Add patch test for lir_checkcast in compute_oop_map Reviewed-by: roland, twisti
-
- 24 5月, 2014 3 次提交
- 22 5月, 2014 1 次提交
-
-
由 katleman 提交于
-
- 16 5月, 2014 3 次提交
- 14 5月, 2014 1 次提交
-
-
由 katleman 提交于
-
- 09 5月, 2014 2 次提交
- 08 5月, 2014 1 次提交
-
-
由 katleman 提交于
-
- 02 5月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: kvn
-
- 08 5月, 2014 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: coleenp, ehelin
-
- 01 5月, 2014 1 次提交
-
-
由 katleman 提交于
-
- 30 4月, 2014 2 次提交
- 23 5月, 2014 2 次提交
-
-
由 drchase 提交于
-
由 drchase 提交于
8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas 8043164: Format warning in traceStream.hpp Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings Reviewed-by: kvn, coleenp, iveresov, twisti
-
- 17 5月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Check for overflow cases in range checks and collapse it if we can. Reviewed-by: jrose, iveresov
-
- 16 5月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Only prune metaspace virtual spaces at safepoint so walking them is safe outside a safepoint. Reviewed-by: mgerdin, mgronlun, hseigel, stefank
-
- 15 5月, 2014 1 次提交
-
-
由 lfoltan 提交于
Summary: Allow a BootstrapMethods attribute that contains an empty bootstrap_methods table where num_bootstrap_methods is equal to zero. Reviewed-by: coleenp, hseigel
-
- 18 5月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
-
- 17 5月, 2014 1 次提交
-
-
由 dholmes 提交于
-
- 16 5月, 2014 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 13 5月, 2014 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: lfoltan, zgu
-
- 05 5月, 2014 1 次提交
-
-
由 anoll 提交于
Summary: Fixes a bug introduced by 8029302 Reviewed-by: kvn
-
- 28 4月, 2014 1 次提交
-
-
由 anoll 提交于
8040085: dtrace/jsdt tests crash on solaris. found an unadvertised bad scavengable oop in the code cache Summary: Add CodeCache::add_scavenge_root_nmethod(this) to the dtrace-constructor of nmethod Reviewed-by: roland, iveresov
-
- 03 5月, 2014 1 次提交
-
-
由 kvn 提交于
8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR)) Summary: Convert the assert into the runtime check to skip IGVN optimizations for problematic memory nodes. Eliminate dead nodes more aggressively. Reviewed-by: twisti, iveresov
-
- 30 4月, 2014 2 次提交
- 02 5月, 2014 1 次提交
-
-
由 kvn 提交于
8042281: compiler/7184394/TestAESMain.java fails with: javax.crypto.IllegalBlockSizeException: Input length not multiple of 16 bytes Summary: Added missing -DmsgSize=640 to test's run commands. Reviewed-by: kvn Contributed-by: shrinivas.joshi@oracle.com
-
- 01 5月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Fix the arbitrary alignment issue in SPARC AES crypto stub routines. Reviewed-by: kvn, iveresov Contributed-by: shrinivas.joshi@oracle.com
-
- 02 5月, 2014 3 次提交
- 26 4月, 2014 1 次提交
-
-
由 amurillo 提交于
-