- 20 3月, 2013 7 次提交
-
-
由 morris 提交于
Summary: add guarantee() to insert_pre_post_loops() Reviewed-by: kvn
-
由 morris 提交于
Summary: add guarantee() to disqualify_method() Reviewed-by: kvn
-
由 morris 提交于
Summary: add guarantee() to get_instance_klass_for_declared_method_holder() Reviewed-by: kvn
-
由 morris 提交于
Summary: add guarantee() to set_to_interpreted() Reviewed-by: kvn
-
由 morris 提交于
Summary: add guarantee() checks Reviewed-by: kvn
-
由 morris 提交于
Summary: add guarantee() checks to merge_state_into_bb() Reviewed-by: kvn
-
由 kvn 提交于
Summary: added missing parenthesis Reviewed-by: jrose
-
- 19 3月, 2013 3 次提交
- 18 3月, 2013 1 次提交
-
-
由 roland 提交于
Summary: support for strings that have same life-time as code that uses them. Reviewed-by: kvn, twisti
-
- 16 3月, 2013 2 次提交
- 15 3月, 2013 1 次提交
-
-
由 kmo 提交于
Summary: add cases for _MSC_VER == 1600 and 1700 Reviewed-by: zgu
-
- 14 3月, 2013 2 次提交
-
-
由 coleenp 提交于
Summary: Store metadata on ClassFileParser instance to be cleaned up by destructor. This enabled some refactoring of the enormous parseClassFile function. Reviewed-by: jmasa, acorn
-
由 coleenp 提交于
Summary: -Xshare:dump was creating a Symbol in C_heap. There's an assert there that jdk jprt wasn't hitting because it was only done in product Reviewed-by: dholmes, hseigel, iklam
-
- 13 3月, 2013 2 次提交
- 12 3月, 2013 4 次提交
-
-
由 tschatzl 提交于
Summary: Print the concurrent phase start markers for CMS when PrintGCDetails is enabled, not only if both PrintGCDetails and PrintGCTimeStamps are. Reviewed-by: mgerdin, jmasa
-
由 brutisso 提交于
Summary: Take the initial heap size into account when checking the heap size for compressed oops Reviewed-by: jmasa, kvn, hseigel, ctornqvi
-
由 jprovino 提交于
Summary: The minimal JVM is printing a warning message for default settings when it should quitely ignore them. Reviewed-by: coleenp, dholmes
-
由 coleenp 提交于
Summary: Disable @Contended support for static fields Reviewed-by: coleenp, kvn Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-
- 11 3月, 2013 1 次提交
-
-
由 stefank 提交于
Summary: Don't scan pages outside the given range. Reviewed-by: jwilhelm, jmasa
-
- 12 3月, 2013 1 次提交
-
-
由 mgerdin 提交于
8009282: Assertion "assert(used_and_free == capacity_bytes) failed: Accounting is wrong" failed with -XX:+Verbose -XX:+TraceMetadataChunkAllocation Summary: Assertion is only valid when at a safepoint, adjust accordingly. Reviewed-by: stefank, jmasa, tamao
-
- 11 3月, 2013 1 次提交
-
-
由 kevinw 提交于
8009723: CMS logs "concurrent mode failure" twice when using (disabling) -XX:-UseCMSCompactAtFullCollection Reviewed-by: jwilhelm, ehelin, brutisso
-
- 09 3月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Zero metadata in constructors, not in allocation (and some in constructors) Reviewed-by: jmasa, sspitsyn
-
- 08 3月, 2013 1 次提交
-
-
由 tamao 提交于
Summary: Deprecate MaxGCMinorPauseMillis and emit a warning if set by users Reviewed-by: brutisso, johnc Contributed-by: Ntamao <tao.mao@oracle.com>
-
- 07 3月, 2013 3 次提交
-
-
由 kvn 提交于
Summary: dump nodes and types in 8004640 case. Reviewed-by: roland
-
由 jprovino 提交于
Summary: ASSERT and other symbols used incorrectly with #if are supposed to be defined or not. Reviewed-by: dholmes, mikael
-
由 jprovino 提交于
8008310: Some adjustments needed to minimal VM warnings and errors for unsupported command line options Summary: Changes to arguments.cpp for warnings vs. errors. Changes for CDS arguments. Reviewed-by: coleenp, cjplummer
-
- 06 3月, 2013 4 次提交
-
-
由 roland 提交于
Summary: 7121140 may not correctly break the Allocate -> MemBarStoreStore link Reviewed-by: kvn
-
由 morris 提交于
Summary: fix null pointer Reviewed-by: kvn, coleenp
-
由 tamao 提交于
Summary: Update the task local finger to the start of the next object when marking aborts, in order to avoid the redundant scanning of all 0's when the marking task restarts, if otherwise updating to the next word. In addition, reuse the routine nextObject() in routine iterate(). Reviewed-by: johnc, ysr Contributed-by: Ntamao <tao.mao@oracle.com>
-
由 iklam 提交于
7107135: Stack guard pages are no more protected after loading a shared library with executable stack Summary: Detect the execstack attribute of the loaded library and attempt to fix the stack guard using Safepoint op. Reviewed-by: dholmes, zgu Contributed-by: ioi.lam@oracle.com
-
- 05 3月, 2013 3 次提交
-
-
由 shade 提交于
Reviewed-by: kvn, vlivanov
-
由 morris 提交于
Summary: fix null pointer Reviewed-by: kvn
-
由 johnc 提交于
Summary: Stop adding old regions to collection set when the remaining reclaimable bytes reaches, or goes below, G1HeapWastePercent. Changes were also reviewed by Vitaly Davidovich <vitalyd@gmail.com>. Reviewed-by: brutisso
-
- 04 3月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: stefank, jmasa
-
- 28 2月, 2013 1 次提交
-
-
由 dcubed 提交于
Summary: Make deadlock detection a little more robust in the case of being unable to find the JavaThread associated with an object lock. Reviewed-by: sla, acorn
-
- 27 2月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-