- 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 2 次提交
- 25 4月, 2013 3 次提交
-
-
由 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
-
- 13 2月, 2013 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: mgerdin, coleenp
-
- 19 4月, 2013 1 次提交
-
-
由 johnc 提交于
Summary: Stack allocate instances of HeapRegionRemSetIterator during RSet scanning. Reviewed-by: brutisso, jwilhelm
-
- 23 4月, 2013 3 次提交
- 22 4月, 2013 1 次提交
-
-
由 mgerdin 提交于
-
- 20 4月, 2013 3 次提交
- 19 4月, 2013 6 次提交
- 18 4月, 2013 4 次提交
-
-
由 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
-
由 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>
-
- 16 4月, 2013 3 次提交
- 13 4月, 2013 1 次提交
-
-
由 katleman 提交于
Reviewed-by: iris, mduigou, jjg
-
- 12 4月, 2013 9 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
由 amurillo 提交于
-
由 amurillo 提交于
-
由 jiangli 提交于
8012052: java/lang/invoke/6987555/Test6987555.java crashes with assert(mcs != NULL) failed: MethodCounters cannot be NULL. Summary: Skip counter decay if the MethodCounters is NULL in NonTieredCompPolicy::delay_compilation(). Reviewed-by: kvn, dholmes
-
由 bharadwaj 提交于
-
由 amurillo 提交于
-
由 vlivanov 提交于
-
由 katleman 提交于
-
由 vlivanov 提交于
Reviewed-by: kvn, kmo, shade
-
- 11 4月, 2013 2 次提交