- 29 3月, 2014 2 次提交
- 29 1月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: cleanup changes merged by accident Reviewed-by: roland, dholmes
-
- 28 2月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: kvn
-
- 27 2月, 2014 1 次提交
-
-
由 goetz 提交于
Summary: Avoid #ifs by introducing the accessor function interpreter_frame_temp_oop_addr(). Reviewed-by: kvn, twisti
-
- 27 3月, 2014 1 次提交
-
-
由 kvn 提交于
-
- 25 3月, 2014 1 次提交
-
-
由 ccheung 提交于
8033566: [parfait] warning from b128 for hotspot/src/share/vm/runtime/frame.cpp: JNI primitive type mismatch Summary: added an assert for checking the return value is <= max_jint Reviewed-by: coleenp, minqi
-
- 21 3月, 2014 1 次提交
-
-
由 ccheung 提交于
Summary: added JNI exception check in the appropriate places Reviewed-by: sla, zgu
-
- 26 3月, 2014 4 次提交
- 25 3月, 2014 2 次提交
- 22 3月, 2014 2 次提交
- 25 3月, 2014 7 次提交
-
-
由 poonam 提交于
-
由 jwilhelm 提交于
-
由 ehelin 提交于
-
由 jwilhelm 提交于
-
由 dcubed 提交于
-
由 dcubed 提交于
8033931: Several nightly tests failing with assert(imin < imax) failed: Unexpected page size Summary: cleaned up warnings in linux specific os code. Reviewed-by: dcubed, hseigel, coleenp, dsamersoff Contributed-by: gerald.thornbrugh@oracle.com
-
由 jwilhelm 提交于
-
- 24 3月, 2014 11 次提交
-
-
由 poonam 提交于
Summary: Native pointers less than 64 bits wide should be extended as an unsigned number. Reviewed-by: kvn, kevinw
-
由 tschatzl 提交于
-
由 tschatzl 提交于
Summary: Pad and cache-align BiasedMappedArray instances by default to avoid performance variability problems due to false sharing, as instances of this data structures are typically used for performance sensitive code. Reviewed-by: brutisso, stefank
-
由 tschatzl 提交于
Summary: Mentioned closures are actually wrapped methods. This adds confusion to readers, and in this case also increases code size as G1ParScanHeapEvacClosure is part of the oop_oop_iterate() methods. Move them into G1ParScanThreadState as methods. Reviewed-by: stefank
-
由 tschatzl 提交于
Summary: Refactor the From Card Cache into a separate class. Reviewed-by: jmasa
-
由 tschatzl 提交于
Summary: Detailed breakdown of time spent in the evacuation failure handling phases to make the "Other" time roughly correspond to the sum of its parts. Reviewed-by: jwilhelm, jmasa
-
由 tschatzl 提交于
Summary: Show the time taken by card redirtying during GC in a new "Redirty Cards" line. Reviewed-by: jwilhelm, brutisso
-
由 tschatzl 提交于
Summary: Improve fast card cache iteration and avoid taking locks when freeing the collection set. Reviewed-by: brutisso
-
由 tschatzl 提交于
Summary: The from card cache is a very frequently accessed data structure. It is essentially a 2d array of per-region values, one row of values for every GC thread. Pad and align the data structure to avoid false sharing. Reviewed-by: stefank
-
由 tschatzl 提交于
Summary: Change the code cache remembered sets data structure from a GrowableArray to a chunked list of nmethods. This makes the data structure more amenable to parallelization, and decreases freeing time. Reviewed-by: mgerdin, brutisso
-
由 jwilhelm 提交于
-
- 21 3月, 2014 6 次提交
-
-
由 ehelin 提交于
Reviewed-by: stefank, mgerdin, coleenp, egahlin
-
由 ehelin 提交于
Reviewed-by: stefank, mgerdin
-
由 ehelin 提交于
Reviewed-by: jmasa, stefank
-
由 ehelin 提交于
Reviewed-by: stefank, mgerdin
-
由 ehelin 提交于
Reviewed-by: jmasa, stefank, mgerdin
-
由 kvn 提交于
Summary: Use RTM for inflated locks and stack locks. Reviewed-by: iveresov, twisti, roland, dcubed
-