- 21 3月, 2012 1 次提交
-
-
由 jmelvin 提交于
7144328: Improper commandlines for -XX:+-UnlockCommercialFeatures require proper warning/error messages Summary: Provide custom error messages for locked commercial feature options which are not first unlocked. Reviewed-by: dcubed, jcoomes, kamg Contributed-by: james.melvin@oracle.com
-
- 15 3月, 2012 1 次提交
-
-
由 sspitsyn 提交于
Summary: The JVMTI ResourceExhausted events must be generated in all places where OOME is thrown Reviewed-by: acorn, coleenp, dcubed, dholmes, dsamersoff, jwilhelm, tonyp Contributed-by: serguei.spitsyn@oracle.com
-
- 14 3月, 2012 2 次提交
- 13 3月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, never Contributed-by: nils.eliasson@oracle.com
-
- 07 3月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: dholmes, minqi, kvn, coleenp
-
- 06 3月, 2012 1 次提交
-
-
由 never 提交于
Summary: Allow fallback to non-intrinsic inline case Reviewed-by: kvn, jrose, never Contributed-by: nils.eliasson@oracle.com
-
- 03 3月, 2012 1 次提交
-
-
由 johnc 提交于
Summary: Update generation and collector counters only if UsePerfData is enabled. Reviewed-by: iveresov, tonyp
-
- 02 3月, 2012 1 次提交
-
-
由 roland 提交于
Summary: C1 does not recognize the default branch of a lookupswitch or tableswitch bytecode to be a safepoint if backward. Reviewed-by: kvn, never
-
- 01 3月, 2012 1 次提交
-
-
由 dsamersoff 提交于
Summary: Assert doesn't respect invokedynamic opcode Reviewed-by: dcubed, phh
-
- 28 2月, 2012 1 次提交
-
-
由 roland 提交于
Summary: When resolving exception edges after register allocation, the C1 register allocator may insert spill code at the wrong insertion position. Reviewed-by: kvn, never
-
- 27 2月, 2012 1 次提交
-
-
由 roland 提交于
Summary: check stack alignment on VM entry on x64. Reviewed-by: kvn, never
-
- 25 2月, 2012 1 次提交
-
-
由 dholmes 提交于
Summary: Should print to passed in stream not tty Reviewed-by: dholmes, never Contributed-by: NKrystal Mok <sajia@taobao.com>
-
- 23 2月, 2012 1 次提交
-
-
由 mgerdin 提交于
Summary: Add an internal testing API to HotSpot to enable more targeted testing of vm functionality Reviewed-by: phh, dholmes
-
- 22 2月, 2012 3 次提交
-
-
由 dsamersoff 提交于
Summary: Added a capability to start and stop JMX Agent by jcmd Reviewed-by: acorn, mchung
-
由 kvn 提交于
Summary: Take into account only stores captured by Initialize node. Added missing check for Top input in value() methods. Reviewed-by: never
-
由 jiangli 提交于
Summary: Issue storestore barrier before constructor return if the constructor write final field. Reviewed-by: dholmes, jrose, roland, coleenp Contributed-by: NJiangli Zhou <jiangli.zhou@oracle.com>
-
- 19 2月, 2012 1 次提交
-
-
由 sla 提交于
Summary: Change OSThread to use mach thread_t Reviewed-by: phh, dcubed
-
- 18 2月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 17 2月, 2012 5 次提交
-
-
由 kvn 提交于
Summary: Replace call_epilog() encoding with macroassembler use. Moved duplicated code to x86.ad. Fixed return_addr() definition. Reviewed-by: never
-
由 jcoomes 提交于
Summary: in some cases, allocate from the old gen before doing a full gc Reviewed-by: stefank, jmasa
-
由 jcoomes 提交于
Reviewed-by: stefank, jmasa
-
由 coleenp 提交于
Summary: Relax the assertion to simply check for COOP mode rather than an exact address. Reviewed-by: coleenp, kvn, phh, dcubed Contributed-by: james.melvin@oracle.com
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 16 2月, 2012 7 次提交
-
-
由 roland 提交于
Summary: forced exit may destory global objects that are still in use. Reviewed-by: twisti, never, kvn
-
由 kvn 提交于
Summary: For C2 moved saving EBP after ESP adjustment. For C1 generated 5 byte nop instruction first if needed. Reviewed-by: never, twisti, azeemj
-
由 iveresov 提交于
Summary: Removed old tiered code Reviewed-by: never, kvn
-
由 iveresov 提交于
Summary: Safepoint in the sweeper loop in necessary Reviewed-by: kvn, never
-
由 fparain 提交于
Reviewed-by: acorn, fparain Contributed-by: nils.loodin@oracle.com
-
由 never 提交于
Reviewed-by: kvn, twisti
-
由 tonyp 提交于
Summary: Revamp of the mechanism that chooses old regions for inclusion in the CSet. It simplifies the code and introduces min and max bounds on the number of old regions added to the CSet at each mixed GC to avoid pathological cases. It also ensures that when we do a mixed GC we'll always find old regions to add to the CSet (i.e., it eliminates the case where a mixed GC will collect no old regions which can happen today). Reviewed-by: johnc, brutisso
-
- 15 2月, 2012 4 次提交
-
-
由 roland 提交于
Summary: Goto that replaces a If mistaken to be a back branch and triggers erroneous OSR compilation. Reviewed-by: never, iveresov
-
由 dlong 提交于
Summary: resize covered region only after successfully mapping shared archive Reviewed-by: brutisso, ysr Contributed-by: dean.long@oracle.com
-
由 sspitsyn 提交于
7130993: nsk/jdi/ReferenceType/instances/instances004 fails with JFR: assert(ServiceUtil::visible_oop(obj)) Summary: Skip reporting invisible refs in iterate_over_object to avoid assert(ServiceUtil::visible_oop(obj)) Reviewed-by: dcubed, mgronlun, rbackman Contributed-by: serguei.spitsyn@oracle.com
-
由 kamg 提交于
Summary: 0 is a successful return from an ioctl() call Reviewed-by: dcubed, phh, dsamersoff
-
- 14 2月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: dholmes, dcubed, kamg
-
- 11 2月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Removed code which tried to create edges from fields of destination objects of arraycopy to fields of source objects. Added 30 sec time limit for EA graph construction. Reviewed-by: never
-
- 09 2月, 2012 2 次提交
- 08 2月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Adjust the assert and code in eliminate_card_mark() method for case when stored value is NULL. Reviewed-by: iveresov, never
-