- 19 12月, 2012 2 次提交
-
-
由 kvn 提交于
Summary: Add three memory-ordering intrinsics to the sun.misc.Unsafe class. Reviewed-by: twisti, kvn Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-
由 twisti 提交于
Reviewed-by: jrose, kvn, twisti Contributed-by: NMorris Meyer <morris.meyer@oracle.com>
-
- 18 12月, 2012 3 次提交
-
-
由 vlivanov 提交于
Summary: Make the load of TLS._osthread._interrupted flag in Thread.isInterrupted(Z)Z intrinsic effectively volatile. Reviewed-by: kvn, jrose
-
由 roland 提交于
Summary: collection of small changes to prepare for incremental inlining. Reviewed-by: twisti, kvn
-
由 twisti 提交于
Reviewed-by: kvn, twisti Contributed-by: NBharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>
-
- 15 12月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, kvn
-
- 13 12月, 2012 1 次提交
-
-
由 stefank 提交于
Summary: Move the handelization of 'last' to a point before the GC might enter. Reviewed-by: dholmes, sspitsyn, coleenp
-
- 14 12月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: use unsigned comparison when checking for stack overflow Reviewed-by: kvn, twisti Contributed-by: paul.nauman@oracle.com
-
- 08 12月, 2012 1 次提交
-
-
由 bharadwaj 提交于
Summary: fixed build failure for Zero target Reviewed-by: twisti, kvn
-
- 07 12月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, kvn
-
- 04 12月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, johnc
-
- 01 12月, 2012 2 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
由 twisti 提交于
Reviewed-by: twisti, kvn Contributed-by: NBharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>
-
- 30 11月, 2012 2 次提交
- 01 12月, 2012 1 次提交
-
-
由 johnc 提交于
Summary: Add flushes to G1CollectedHeap::log_gc_footer() and TraceCPUTime destructor. Reviewed-by: jwilhelm, azeemj, brutisso
-
- 29 11月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Make metaspace::contains be lock free and used to see if something is in metaspace, also compare Method* with vtbl pointer. Reviewed-by: dholmes, sspitsyn, dcubed, jmasa
-
- 28 11月, 2012 7 次提交
-
-
由 zgu 提交于
Summary: Fixed potential buffer overrun when giving empty option to NativeMemoryTracking commandline option Reviewed-by: ctornqvi, hseigel, kvn
-
由 hseigel 提交于
Summary: Truncate the java version string and add a hash value if it is too long. Reviewed-by: dholmes, coleenp
-
由 kvn 提交于
Summary: remember the code section and switch back to the proper one when adding constants. Reviewed-by: twisti, kvn Contributed-by: goetz.lindenmaier@sap.com
-
由 bharadwaj 提交于
Summary: keep an (almost) accurate running count of the reachable (live) flow graph nodes. Reviewed-by: kvn, twisti, jrose, vlivanov
-
由 johnc 提交于
Summary: Add detailed error messages to assertions and guarantees in G1's block offset table. Reviewed-by: ysr, brutisso
-
由 jiangli 提交于
8003848: Make ConstMethod::generic_signature_index optional and move Method::_max_stack to ConstMethod. Summary: Make ConstMethod::generic_signature_index optional and move Method::_max_stack to ConstMethod. Reviewed-by: bdelsart, sspitsyn, coleenp
-
由 twisti 提交于
Reviewed-by: twisti Contributed-by: NRoman Kennke <rkennke@redhat.com>
-
- 27 11月, 2012 5 次提交
-
-
由 mikael 提交于
Summary: Removed duplicate entries Reviewed-by: dholmes, sspitsyn
-
由 stefank 提交于
Reviewed-by: dholmes, rbackman, coleenp
-
由 stefank 提交于
Summary: Pass down a closure during root scanning to keep the class of the method alive. Reviewed-by: coleenp, jcoomes
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
由 coleenp 提交于
Summary: Add a few more this->qualifications. Reviewed-by: coleenp, dholmes Contributed-by: duboscq@ssw.jku.at
-
- 26 11月, 2012 1 次提交
-
-
由 neliasso 提交于
Summary: Fixed emitting and parsing Reviewed-by: jrose, kvn
-
- 22 11月, 2012 2 次提交
- 21 11月, 2012 1 次提交
-
-
由 vlivanov 提交于
Summary: Fixed message buffer size calculation. Reviewed-by: kvn, twisti
-
- 20 11月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: The flags MinHeapDeltaBytes and UseNUMAInterleaving must be adjusted after the OS have adjusted the UseNUMA flag in the method os::init_2. Reviewed-by: dholmes, brutisso Contributed-by: erik.helin@oracle.com
-
- 16 11月, 2012 2 次提交
-
-
由 zgu 提交于
8003487: NMT: incorrect assertion in VMMemPointerIterator::remove_released_region method (memSnapshot.cpp) Summary: The assertion is applied to only the region to be released, also performs region integrity checking Reviewed-by: acorn, coleenp
-
由 bharadwaj 提交于
Summary: Removed will_link and changed all calls to is_loaded(). Reviewed-by: kvn
-
- 15 11月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Qualify calls with this pointers to make gcc accept this code. Reviewed-by: coleenp, andrew Contributed-by: peter.levart@gmail.com
-
- 13 11月, 2012 3 次提交
-
-
由 minqi 提交于
Summary: When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method. Reviewed-by: kvn, twisti, sspitsyn Contributed-by: yumin.qi@oracle.com
-
由 hseigel 提交于
Summary: Remove function Klass::cast() and calls to it. Reviewed-by: dholmes, coleenp
-
由 hseigel 提交于
Summary: Check that the values specified for -XX:StringTableSize are within a certain range. Reviewed-by: dholmes, coleenp
-