- 22 5月, 2013 1 次提交
-
-
由 bharadwaj 提交于
Summary: Restrict reference of interface methods by invokestatic and invokespecial to classfile version 52 or later. Reviewed-by: kvn, hseigel
-
- 21 5月, 2013 1 次提交
-
-
由 shade 提交于
Summary: rename/remove local variables, re-arrange instance_size calculation, more comments. Reviewed-by: kvn, coleenp
-
- 20 5月, 2013 1 次提交
-
-
由 shade 提交于
Summary: Move the missing test to appropriate location. Reviewed-by: dholmes, sla
-
- 19 5月, 2013 1 次提交
-
-
由 iklam 提交于
Summary: Added info for the string/symbol objects and the hash entries Reviewed-by: coleenp, rbackman
-
- 18 5月, 2013 3 次提交
- 17 5月, 2013 15 次提交
-
-
由 amurillo 提交于
-
由 amurillo 提交于
-
由 dcubed 提交于
-
由 rdurbin 提交于
Summary: Remove dead code containing last call to scanf with no string length specifier Reviewed-by: dcubed, coleenp
-
由 jwilhelm 提交于
-
由 jwilhelm 提交于
-
由 dholmes 提交于
-
由 dholmes 提交于
-
由 dholmes 提交于
-
由 shade 提交于
Summary: Treat the empty string as the default value tag Reviewed-by: kvn, twisti
-
由 tschatzl 提交于
8014765: VM exits if MaxTenuringThreshold is set below the default InitialTenuringThreshold, and InitialTenuringThreshold is not set Summary: The VM exits when the condition in the subject line applies. The fix sets InitialTenuringThreshold to MaxTenuringThreshold if it is larger than MaxTenuringThreshold and InitialTenuringThreshold has not been set (is default). Reviewed-by: jwilhelm, jmasa, brutisso, johnc
-
由 shade 提交于
Summary: Fix instance_size miscalculation. Reviewed-by: jrose, kvn
-
由 twisti 提交于
-
由 katleman 提交于
-
由 johnc 提交于
8010738: G1: Output for full GCs with +PrintGCDetails should contain perm gen size/meta data change info Summary: Include metaspace information (used, allocated, reserved) in the PrintGCDetails output for full GCs. Reviewed-by: poonam, jmasa, brutisso
-
- 16 5月, 2013 7 次提交
-
-
由 ctornqvi 提交于
Summary: Corrected the class name Reviewed-by: coleenp, ctornqvi, hseigel Contributed-by: NMikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
-
由 ctornqvi 提交于
Summary: Re-wrote test in Java in addition to fixing the Copyright notice. Also reviewed by leonid.mesnik@oracle.com Reviewed-by: coleenp, ctornqvi Contributed-by: NMikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
-
由 kevinw 提交于
Reviewed-by: sla, poonam
-
由 tschatzl 提交于
Summary: Improve the output of G1PrintRegionLivenessInfo by adding a per-region remembered set size information column Reviewed-by: jwilhelm, johnc
-
由 johnc 提交于
Summary: Mismatch in the card number calculation between next and previous committed sizes of the card counts table. Reviewed-by: jmasa, tschatzl
-
由 iignatyev 提交于
Reviewed-by: kvn
-
由 tamao 提交于
8007763: Refactoring: split up compute_generation_free_space() into two functions for class PSAdaptiveSizePolicy Summary: split up compute_generation_free_space() into two functions: compute_eden_space_size() + compute_old_gen_free_space(), each of which (if needed) can be reused without executing an overhead of the other. Reviewed-by: jmasa, tschatzl Contributed-by: Ntamao <tao.mao@oracle.com>
-
- 15 5月, 2013 4 次提交
-
-
由 rbackman 提交于
Reviewed-by: coleenp, sspitsyn
-
由 tschatzl 提交于
Summary: Setting some public integer options to specific values causes crashes or undefined GC behavior. This patchset adds the necessary argument checking for these options. Reviewed-by: jmasa, brutisso
-
由 minqi 提交于
-
由 minqi 提交于
Summary: The fix of 8010992, disable use of global operator new and new[] which caused failure on some tests. This takes two of the bugs also add ALLOW_OPERATOR_NEW_USAGE to prevent crash for third party code calling operator new of jvm on certain platforms. Reviewed-by: coleenp, dholmes, zgu Contributed-by: yumin.qi@oracle.com
-
- 14 5月, 2013 7 次提交
-
-
由 tschatzl 提交于
8014489: tests/gc/arguments/Test(Serial|CMS|Parallel|G1)HeapSizeFlags jtreg tests invoke wrong class Summary: Some jtreg tests reference unknown classes in the @run and @build lines. This change fixes them. Reviewed-by: stefank, ehelin
-
由 hseigel 提交于
Summary: Added the -XX:SharedArchiveFile option. Reviewed-by: coleenp, ccheung, acorn, dcubed, zgu
-
由 shade 提交于
Summary: Remove obsolete debugging code. Reviewed-by: dholmes, kvn Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-
由 kvn 提交于
Summary: Corrected escape state for the result of boxing method. Added force inlining executed boxing methods. Reviewed-by: twisti
-
由 twisti 提交于
-
由 coleenp 提交于
Summary: Need to walk array class vtables replacing old methods too if j.l.o redefined Reviewed-by: sspitsyn, dcubed, ctornqvi
-
由 minqi 提交于
-