- 08 10月, 2013 2 次提交
- 05 10月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: dholmes, dcubed
-
- 04 10月, 2013 2 次提交
-
-
由 coleenp 提交于
Summary: Redefined class in stack trace may not be found by method_idnum so handle null. Reviewed-by: sla, dcubed, sspitsyn
-
由 coleenp 提交于
Summary: Remove unnecessary volatile keyword on stack locals within instanceKlass.cpp to work around Solaris Studio C++ compiler issue Reviewed-by: coleenp, dcubed Contributed-by: lois.foltan@oracle.com
-
- 03 10月, 2013 3 次提交
-
-
由 jwilhelm 提交于
Summary: Removed stray includes and some minor cleanup of GenerationSizer Reviewed-by: tschatzl, jcoomes
-
由 jwilhelm 提交于
Summary: Remove a few redundant switch-statements Reviewed-by: jcoomes, tschatzl
-
由 mikael 提交于
Summary: The two functions were used to support JDK 1.3 but are no longer in use Reviewed-by: coleenp, ctornqvi, twisti, dsamersoff
-
- 02 10月, 2013 2 次提交
- 01 10月, 2013 4 次提交
- 30 9月, 2013 1 次提交
-
-
由 tschatzl 提交于
8025441: G1: assert "assert(thread < _num_vtimes) failed: just checking" fails when G1ConcRefinementThreads > ParallelGCThreads Summary: The initialization for the remembered set summary data structures used the wrong thread count, i.e. number of worker threads instead of number of refinement threads. Reviewed-by: brutisso
-
- 28 9月, 2013 1 次提交
-
-
由 jiangli 提交于
Summary: Enable patching for load_appendix_id. Reviewed-by: kvn, dlong, bdelsart
-
- 01 10月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, twisti Contributed-by: NAxel Siebenborn <axel.siebenborn@sap.com>
-
- 27 9月, 2013 1 次提交
-
-
由 shade 提交于
Summary: Try to inline as normal method first, then fall back to intrinsic. Reviewed-by: kvn, twisti
-
- 29 9月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: iveresov
-
- 27 9月, 2013 3 次提交
- 26 9月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms. Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin Contributed-by: lois.foltan@oracle.com
-
- 25 9月, 2013 3 次提交
-
-
由 brutisso 提交于
Reviewed-by: mgerdin, tschatzl, jmasa
-
由 tschatzl 提交于
Summary: Add G1BiasedArray<T> that is an array where each element represents a fixed-sized subdivision of the heap. Use this abstraction to refactor the HeapRegionSeq class. Reviewed-by: brutisso
-
由 kvn 提交于
Summary: use adr_at() to access inline info structures in growableArray. Add ability to specify print inlining per method. Reviewed-by: twisti
-
- 24 9月, 2013 2 次提交
- 27 9月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Only put "Compressed class space" as OOM cause if actually using Compressed class space Reviewed-by: jwilhelm, stefank, ehelin, coleenp
-
- 26 9月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: Add memory consumption breakdown on a per region type in the G1 remembered set summary statistics. This simplifies remembered set memory consumption analysis. Reviewed-by: brutisso
-
- 23 9月, 2013 1 次提交
-
-
由 iklam 提交于
8025088: Missing cases for JVM_CONSTANT_MethodHandleInError cause crash if debugger steps into error-tagged method handle Summary: Need to refetch each method from InstanceKlass after all safepoints. Removed leaky PreviousVersionInfo code. Reviewed-by: coleenp, sspitsyn
-
- 22 9月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: sla, dsamersoff Contributed-by: NYasumasa Suenaga <yasu@ysfactory.dip.jp>
-
- 21 9月, 2013 3 次提交
-
-
由 stefank 提交于
Reviewed-by: coleenp, mgerdin, jmasa
-
由 coleenp 提交于
Summary: reference_map[] array had uninitialized junk that was causing a bogus bootstrap method to be found. Reviewed-by: hseigel, dcubed, sspitsyn
-
由 bpittore 提交于
Summary: If SUPPORTS_NATIVE_CX8 true then supports_cx8() function hard coded to return 'true' Reviewed-by: kvn, twisti, dholmes
-
- 20 9月, 2013 3 次提交
-
-
由 coleenp 提交于
Summary: Need to refetch each method from InstanceKlass after all safepoints. Removed leaky PreviousVersionInfo code. Reviewed-by: dcubed, sspitsyn
-
由 stefank 提交于
Reviewed-by: coleenp, brutisso, mgerdin, jmasa
-
由 stefank 提交于
Summary: SymbolTable and StringTable can make calls to GC_locker::is_active() outside a safepoint. This isn't safe because the GC_locker active state (lock count) is only updated at a safepoint and only remains valid as long as _needs_gc is true. However, outside a safepoint_needs_gc can change to false at any time, which makes it impossible to do a correct call to is_active() in that context. In this case these calls can just be removed since the input argument to basic_add() should never be on the heap and so there's no need to check the GC_locker state. This change also adjusts the assert() in is_active() to makes sure all calls to this function are always done under a safepoint. Reviewed-by: brutisso, dcubed Contributed-by: per.liden@oracle.com
-
- 19 9月, 2013 2 次提交
-
-
由 hseigel 提交于
Summary: Make sure CDS is off by default when running server compiler. Reviewed-by: dholmes, coleenp
-
由 dholmes 提交于
Reviewed-by: alanb, chegar, dholmes, ksrini Contributed-by: NMike Duigou <mike.duigou@oracle.com>
-