- 17 5月, 2013 7 次提交
-
-
由 dcubed 提交于
-
由 rdurbin 提交于
Summary: Remove dead code containing last call to scanf with no string length specifier Reviewed-by: dcubed, coleenp
-
由 dholmes 提交于
-
由 dholmes 提交于
-
由 dholmes 提交于
-
由 shade 提交于
Summary: Treat the empty string as the default value tag Reviewed-by: kvn, twisti
-
由 shade 提交于
Summary: Fix instance_size miscalculation. Reviewed-by: jrose, kvn
-
- 16 5月, 2013 3 次提交
-
-
由 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
-
- 15 5月, 2013 3 次提交
-
-
由 rbackman 提交于
Reviewed-by: coleenp, sspitsyn
-
由 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 4 次提交
-
-
由 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>
-
由 coleenp 提交于
Summary: Need to walk array class vtables replacing old methods too if j.l.o redefined Reviewed-by: sspitsyn, dcubed, ctornqvi
-
由 minqi 提交于
-
- 13 5月, 2013 1 次提交
-
-
由 rbackman 提交于
-
- 11 5月, 2013 4 次提交
- 10 5月, 2013 5 次提交
-
-
由 minqi 提交于
Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass* const, which is not the original intention. The right usage is converting them to const Klass*. Reviewed-by: coleenp, kvn Contributed-by: yumin.qi@oracle.com
-
由 stefank 提交于
-
由 jiangli 提交于
-
由 johnc 提交于
Summary: Refactor G1's hot card cache and card counts table into their own files. Simplify the card counts table, including removing the encoding of the card index in each entry. The card counts table now has a 1:1 correspondence with the cards spanned by heap. Space for the card counts table is reserved from virtual memory (rather than C heap) during JVM startup and is committed/expanded when the heap is expanded. Changes were also reviewed-by Vitaly Davidovich. Reviewed-by: tschatzl, jmasa
-
由 katleman 提交于
-
- 09 5月, 2013 7 次提交
-
-
由 jwilhelm 提交于
-
由 dholmes 提交于
-
由 jmasa 提交于
Reviewed-by: mgerdin, johnc, tschatzl
-
由 dholmes 提交于
-
由 dholmes 提交于
Summary: Constrain between zero and 8K Reviewed-by: dholmes, rbackman Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-
由 jmasa 提交于
8013032: CMS: assert(used() == used_after_gc && used_after_gc <= capacity()) failed: used: 0 used_after_gc: 292080 capacity: 1431699456 Reviewed-by: tschatzl, mgerdin, johnc
-
由 bharadwaj 提交于
Summary: Set vtable index as appropriate for static interface methods and for interface methods invoked via invokespecial. To be improved in a later enhancement to CallInfo. Reviewed-by: jrose, twisti
-
- 08 5月, 2013 6 次提交