- 27 3月, 2013 2 次提交
- 26 3月, 2013 3 次提交
-
-
由 rbackman 提交于
Reviewed-by: dcubed, rbackman Contributed-by: NJoel Borggren-Franck <joel.franck@oracle.com>
-
由 hseigel 提交于
Summary: Put UseSplitVerifier option on the deprecated list. Reviewed-by: dcubed, kmo, acorn
-
由 bharadwaj 提交于
Summary: Remove support for verification of class files with version 52 and above from type inference verifier. Reviewed-by: acorn, hseigel
-
- 25 3月, 2013 1 次提交
-
-
由 hseigel 提交于
8010667: Non-zero padding is not allowed in splitverifier for tableswitch/lookupswitch instructions. Summary: Don't check the padding bits if class file version is >= 51. Reviewed-by: kvn, dholmes, coleenp
-
- 22 3月, 2013 1 次提交
-
-
由 morris 提交于
Summary: added guarantee() to print_entry_on() Reviewed-by: kvn
-
- 21 3月, 2013 2 次提交
- 20 3月, 2013 12 次提交
-
-
由 acorn 提交于
Summary: Don't expose vm generated overpass (bridges to default methods). Reviewed-by: dholmes, fparain
-
由 morris 提交于
Summary: add guarantee() to insert_pre_post_loops() Reviewed-by: kvn
-
由 zgu 提交于
8009777: NMT: add new NMT dcmd to control auto shutdown option Summary: Added diagnostic VM option and DCmd command to allow NMT stay alive under stress situation Reviewed-by: dcubed, coleenp
-
由 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
-
由 coleenp 提交于
Summary: In 64bit VM move CDS archive address to 32G on all platforms using new flag SharedBaseAddress. In 32bit VM set CDS archive address to 3Gb on Linux and let other OSs pick the address. Reviewed-by: kvn, dcubed, zgu, hseigel
-
由 morris 提交于
Summary: add guarantee() checks Reviewed-by: kvn
-
由 morris 提交于
Summary: add guarantee() checks to merge_state_into_bb() Reviewed-by: kvn
-
由 rdurbin 提交于
7123945: runtime/6878713/Test6878713.sh require about 2G of native memory, swaps and times out Summary: Add new diagnostic option -XX:MallocMaxTestWords=NNN and fix Test6878713.sh. Reviewed-by: dcubed, coleenp, dholmes, iklam
-
由 kvn 提交于
Summary: added missing parenthesis Reviewed-by: jrose
-
由 johnc 提交于
Summary: If the marking stack overflows while the marking tasks are draining the SATB buffers, remark will exit with some SATB buffers left unprocessed. Relax the guarantee to allow for overflow. Reviewed-by: jmasa, brutisso
-
- 19 3月, 2013 5 次提交
-
-
由 morris 提交于
Summary: add NULL checks for compiler name Reviewed-by: twisti, kvn
-
由 morris 提交于
Summary: add guarantee() to DoScheduling() Reviewed-by: twisti, kvn
-
由 neliasso 提交于
Reviewed-by: kvn, stefank, rbackman, twisti Contributed-by: niclas.adlertz@oracle.com
-
由 johnc 提交于
Summary: Skip reference processing if the global marking stack overflows during remark. Refactor and rename set_phase(); move code that sets the concurrency level into its own routine. Do not call set_phase() from within parallel reference processing; use the concurrency level routine instead. The marking state should only set reset by CMTask[0] during the concurrent phase of the marking cycle; if an overflow occurs at any stage during the remark, the marking state will be reset after reference processing. Reviewed-by: brutisso, jmasa
-
由 johnc 提交于
Summary: In CMTask::do_marking_step(), Skip offering termination and entering the first and second synchronization barriers if called from a serial context, i.e. the VM thread. Reviewed-by: brutisso, tschatzl
-
- 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 4 次提交
-
-
由 morris 提交于
Summary: add guarantee() to add_generation_memory_pool() Reviewed-by: kvn, twisti
-
由 morris 提交于
Summary: add guarantee() to as_instance_type() Reviewed-by: kvn, twisti
-
由 coleenp 提交于
Summary: Check for exception during SystemDictionary::resolve_instance_class_or_null() and clean up. Reviewed-by: coleenp, acorn, hseigel, minqi Contributed-by: ioi.lam@oracle.com
-
由 bpittore 提交于
Reviewed-by: dlong, alanb, mduigou
-
- 15 3月, 2013 2 次提交
-
-
由 zgu 提交于
8009614: nsk/split_verifier/stress/ifelse/ifelse002_30 fails with 'assert((size & (granularity - 1)) == 0) failed: size not aligned to os::vm_allocation_granularity() Summary: Align up vm allocation size to os defined granularity Reviewed-by: dholmes, coleenp
-
由 kmo 提交于
Summary: add cases for _MSC_VER == 1600 and 1700 Reviewed-by: zgu
-
- 14 3月, 2013 4 次提交
-
-
由 tschatzl 提交于
Summary: Use the correct collector to retrieve accumulated gen1 trace time Reviewed-by: johnc, jmasa
-
由 mgerdin 提交于
8005602: NPG: classunloading does not happen while CMS GC with -XX:+CMSClassUnloadingEnabled is used Summary: Call purge() on CLDG after sweep(), reorder purge() call in GenCollectedHeap Reviewed-by: jmasa, stefank
-
由 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 1 次提交
-
-
由 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
-