- 04 4月, 2014 2 次提交
-
-
由 tschatzl 提交于
Summary: Change 8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure broke the debug build on AIX. The method do_oop_partial_array() is added in a header, but requires the inline function par_write_ref() through several inlined calls. In some cpp files, like arguments.cpp, par_write_ref() is not defined as the corresponding inline header and is not included. The AIX debug VM does not start because of the missing symbol. This change solves this by cleaning up include dependencies. Reviewed-by: tschatzl, stefank
-
由 iveresov 提交于
-
- 03 4月, 2014 2 次提交
- 01 4月, 2014 3 次提交
-
-
由 kvn 提交于
Summary: Windows need an exception wrapper around getPsrInfo_stub() call in order to properly handle SEGV for YMM registers test. Reviewed-by: iveresov, iignatyev
-
由 dholmes 提交于
Summary: make the export declaration unconditional Reviewed-by: sla, sspitsyn
-
由 minqi 提交于
Summary: GC log rotation can be set via java command line, but customer sometime need to sync with OS level rotation setting. Reviewed-by: sla, minqi, ehelin Contributed-by: suenaga.yasumasa@lab.ntt.co.jp
-
- 29 3月, 2014 7 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
由 amurillo 提交于
-
由 amurillo 提交于
-
由 vlivanov 提交于
-
由 vlivanov 提交于
Reviewed-by: jrose, twisti
-
由 vlivanov 提交于
Reviewed-by: kvn, twisti
-
由 vlivanov 提交于
8036667: "assert(adr->is_AddP() && adr->in(AddPNode::Offset)->is_Con()) failed: offset is a constant" with FoldStableValues on Reviewed-by: kvn
-
- 27 3月, 2014 2 次提交
- 26 3月, 2014 1 次提交
-
-
由 amurillo 提交于
-
- 25 3月, 2014 1 次提交
-
-
由 lana 提交于
-
- 21 3月, 2014 4 次提交
- 20 3月, 2014 1 次提交
-
-
由 katleman 提交于
-
- 19 3月, 2014 2 次提交
- 17 3月, 2014 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: tschatzl, pliden
-
- 15 3月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: verify YMM registers after signal processing and set limit on vector's size. Reviewed-by: iveresov, twisti
-
- 14 3月, 2014 3 次提交
- 13 3月, 2014 3 次提交
- 06 3月, 2014 3 次提交
- 05 3月, 2014 2 次提交
-
-
由 anoll 提交于
8036092: [TESTBUG] compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: Unrecognized VM option 'UseTypeSpeculation' Summary: Add -XX:+IgnoreUnrecognizedVMOptions to @main/othervm to make the test pass on Client VM Reviewed-by: kvn, roland
-
由 roland 提交于
8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90 Summary: concurrent update of traps with construction of ciMethodData Reviewed-by: kvn, twisti
-
- 18 3月, 2014 2 次提交