- 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 10 次提交
-
-
由 sla 提交于
-
由 sla 提交于
Reviewed-by: coleenp, rbackman, dholmes
-
由 hseigel 提交于
Summary: Remove command line restriction. It should just work. Reviewed-by: ctornqvi, coleenp, dholmes
-
由 rbackman 提交于
Reviewed-by: coleenp, dholmes, sla
-
由 coleenp 提交于
-
由 coleenp 提交于
-
由 coleenp 提交于
Summary: Walk the compiledIC relocation records to keep Method* from being deallocated. Reviewed-by: dlong, kvn
-
由 coleenp 提交于
-
由 ctornqvi 提交于
Summary: Fixed tests to use new way of utilizing the WB API, fixed issue with where custom classloader got the classes from Reviewed-by: collins, mgerdin, zgu
-
由 emc 提交于
Summary: Update JNIEXPORT and JNIIMPORT to work with other compilers that don't necessarily have the __attribute__ type qualifier Reviewed-by: dholmes, dcubed, coleenp
-
- 07 5月, 2013 6 次提交
-
-
由 vladidan 提交于
-
由 bpittore 提交于
Summary: Replace ifdefs with SUPPORTS_NATIVE_CX8 set in platform include file Reviewed-by: dholmes, dlong
-
由 coleenp 提交于
Summary: Clear out class_file_bytes so they aren't deallocated twice Reviewed-by: dcubed, sspitsyn
-
由 sla 提交于
Reviewed-by: coleenp, mgronlun, rbackman
-
由 sla 提交于
Reviewed-by: sspitsyn, coleenp
-
由 jiangli 提交于
-