- 29 4月, 2013 2 次提交
- 27 4月, 2013 1 次提交
-
-
由 johnc 提交于
8011898: gc/TestVerifyBeforeGCDuringStartup.java: java.lang.RuntimeException: '[Verifying' missing from stdout/stderr: [Error: Could not find or load main class] Summary: System.getProperty("test.java.opts") can return NULL, which gets converted to to the empty string, and the child java command then interprets that as the name of the main class. Reviewed-by: jmasa, brutisso
-
- 26 4月, 2013 7 次提交
- 25 4月, 2013 4 次提交
-
-
由 jiangli 提交于
Summary: Change jmpb() to jmp(). Reviewed-by: coleenp, rdurbin, dcubed
-
由 stefank 提交于
Reviewed-by: johnc, brutisso
-
由 johnc 提交于
Summary: In graphKit INT operations were generated to access PtrQueue::_index which has type size_t. This is 64 bit on 64-bit machines. No problems occur on little endian machines as long as the index fits into 32 bit, but on big endian machines the upper part is read, which is zero. This leads to unnecessary branches to the slow path in the runtime. Reviewed-by: twisti, johnc Contributed-by: NMartin Doerr <martin.doerr@sap.com>
-
由 mgerdin 提交于
Summary: Move initialization of dependencies to before allocation of CLD Reviewed-by: stefank, coleenp
-
- 24 4月, 2013 3 次提交
-
-
由 roland 提交于
Summary: Array bound check elimination's in block motion doesn't always reset its data structures from one step to the other. Reviewed-by: kvn, twisti
-
由 jiangli 提交于
8012927: 'assert(nbits == 32 || (-(1 << nbits-1) <= x && x < ( 1 << nbits-1))) failed: value out of range' in interpreter initialization. Summary: Change br_null_short() to br_null(). Reviewed-by: coleenp, hseigel
-
由 lana 提交于
-
- 23 4月, 2013 1 次提交
-
-
由 bharadwaj 提交于
Summary: Lambda changes; spec 0.6.2 - remove the restriction that was added as part of recent changes made to support upcoming changes to compilation of lambda methods. Reviewed-by: dholmes, acorn
-
- 22 4月, 2013 2 次提交
- 21 4月, 2013 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: dholmes, rbackman Contributed-by: peter.allwin@oracle.com
-
- 20 4月, 2013 7 次提交
-
-
由 sspitsyn 提交于
Summary: Lazily create and maintain the MemberNameTable to be able to update MemberName's Reviewed-by: coleenp, jrose, dholmes Contributed-by: serguei.spitsyn@oracle.com
-
由 dcubed 提交于
-
由 dcubed 提交于
-
由 minqi 提交于
Summary: disable use of global operator new and new[] which could cause unexpected exception and escape from NMT tracking. Reviewed-by: coleenp, dholmes, zgu Contributed-by: yumin.qi@oracle.com
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
由 amurillo 提交于
-
由 amurillo 提交于
-
- 19 4月, 2013 5 次提交
- 18 4月, 2013 7 次提交
-
-
由 bharadwaj 提交于
Summary: Lambda changes; spec 0.6.2 - Allow static invokestatic and invokespecial calls to InterfaceMethod_ref Reviewed-by: dholmes, acorn
-
由 zgu 提交于
Summary: NMT value objects should use VALUE_OBJ_CLASS_SPEC instead of deriving from _ValueObj Reviewed-by: coleenp, hseigel, dholmes
-
由 mgerdin 提交于
-
由 brutisso 提交于
8012455: Missing time and date stamps for PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime Summary: also reviewed by: kirk@kodewerk.com, brandon@twitter.com Reviewed-by: tschatzl, stefank, johnc
-
由 lana 提交于
-
由 katleman 提交于
-
由 johnc 提交于
Summary: In do_oop_store the uncompressed value of the oop being stored needs to be preserved and passed to g1_write_barrier_post. This is necessary for the heap region cross check to work correctly. Reviewed-by: coleenp, johnc Contributed-by: NMartin Doerr <martin.doerr@sap.com>
-