- 27 11月, 2012 1 次提交
-
-
由 stefank 提交于
Summary: Pass down a closure during root scanning to keep the class of the method alive. Reviewed-by: coleenp, jcoomes
-
- 07 11月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Added missed type check of initializing store in ConnectionGraph::find_init_values(). Reviewed-by: roland, twisti, vlivanov
-
- 25 10月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Use new x86 AES instructions for AESCrypt. Reviewed-by: twisti, kvn, roland Contributed-by: tom.deneau@amd.com
-
- 24 10月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: do vector right shift operation for small int types only after loads Reviewed-by: jrose, dlong
-
- 23 10月, 2012 1 次提交
-
-
由 vlivanov 提交于
Summary: perform transforms during IGVN phase when Load has a single user. Reviewed-by: jrose, kvn, twisti
-
- 10 10月, 2012 1 次提交
-
-
由 mikael 提交于
Summary: Update copyright year to 2012 for relevant files Reviewed-by: dholmes, coleenp
-
- 09 10月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: add the test Reviewed-by: coleenp, kamg Contributed-by: NMark Wielaard <mjw@redhat.com>
-
- 05 10月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: kvn, twisti
-
- 03 10月, 2012 2 次提交
- 01 10月, 2012 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes, dsamersoff
-
- 27 9月, 2012 1 次提交
-
-
由 asaha 提交于
Reviewed-by: coleenp
-
- 26 9月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Replaced is_vector_use() call with explicit check for vector shift's count. Reviewed-by: twisti, roland, dlong, vlivanov
-
- 19 9月, 2012 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: sspitsyn, dholmes
-
- 17 9月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dholmes, sla, fparain Contributed-by: NDmytro Sheyko <dmytro_sheyko@hotmail.com>
-
- 02 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland Contributed-by: Njmasa <jon.masamitsu@oracle.com>, stefank <stefan.karlsson@oracle.com>, mgerdin <mikael.gerdin@oracle.com>, never <tom.rodriguez@oracle.com>
-
- 30 8月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Add case for CYGWIN in .sh files. Reviewed-by: coleenp, kvn Contributed-by: pavel.punegov@oracle.com
-
- 15 10月, 2012 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: kamg, kvn
-
- 23 8月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Fixed Pack node generation. Not vectorize shift instructions if count is not the same for all shifts and if count is vector. Reviewed-by: twisti
-
- 21 8月, 2012 2 次提交
-
-
由 kvn 提交于
Summary: In C2 add software membar after load from Reference.referent field to prevent commoning of loads across safepoint since GC can change its value. In C1 always generate Reference.get() intrinsic. Reviewed-by: roland, twisti, dholmes, johnc
-
由 kvn 提交于
Summary: Added asm encoding and mach nodes for vector arithmetic instructions on x86. Reviewed-by: roland
-
- 07 8月, 2012 1 次提交
-
-
由 kamg 提交于
Summary: Provide additional detail in VerifyError messages Reviewed-by: sspitsyn, acorn
-
- 02 8月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Add Darwin like Linux to shell scripts Reviewed-by: kvn, kamg, dholmes
-
- 24 7月, 2012 1 次提交
-
-
由 asaha 提交于
7185550: TEST: runtime/7020373/Test7020373.sh fails because there is no test/runtime/7020373/testcase.jar Reviewed-by: coleenp
-
- 18 7月, 2012 1 次提交
-
-
由 asaha 提交于
Reviewed-by: kamg
-
- 16 7月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: kamg, coleenp, ctornqvi
-
- 09 7月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: sspitsyn, dholmes, coleenp, kamg
-
- 02 7月, 2012 1 次提交
-
-
由 roland 提交于
Summary: When c2 intrinsifies pow/exp, it should never inline the java implementations. Reviewed-by: kvn
-
- 28 6月, 2012 1 次提交
-
-
由 sla 提交于
Reviewed-by: coleenp, mgronlun, rbackman
-
- 27 6月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: check for and skip diamond shaped NULL check code for the result of toString() Reviewed-by: twisti, roland
-
- 18 6月, 2012 1 次提交
-
-
由 roland 提交于
Summary: Arrays.copyOfRange(original, from, to) with from > original.length tries to do a copy with a negative length. Reviewed-by: kvn, twisti
-
- 15 6月, 2012 2 次提交
- 14 6月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Use an alternate version of hashing algorithm for symbol string tables and after a certain bucket size to improve performance Reviewed-by: pbk, kamg, dlong, kvn, fparain
-
- 13 6月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: keep intermediate node alive till the end of the graph construction using dummy hook node trick Reviewed-by: kvn, twisti Contributed-by: vladimir.x.ivanov@oracle.com
-
- 09 6月, 2012 1 次提交
-
-
由 kamg 提交于
Summary: Check buffer length when reading Reviewed-by: dholmes, dcubed
-
- 21 5月, 2012 1 次提交
-
-
由 mnunez 提交于
Summary: Added test that checks humongous object allocation path also check the heap occupancy and initiate a marking cycle when / if needed. Reviewed-by: brutisso, jwilhelm
-
- 12 5月, 2012 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: kvn
-
- 10 5月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: Added missing double format to Flag::print_as_flag() Reviewed-by: dholmes, stefank, coleenp
-
- 09 5月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: add missing copyright notes to the regression test file. Reviewed-by: twisti, johnc
-