- 20 1月, 2014 2 次提交
-
-
由 tschatzl 提交于
8027454: Do not traverse string table during G1 remark when treating them as strong roots during initial mark Summary: Do not try to unlink string table entries unconditionally during remark. This is without side effects as the preceding initial mark always uses the string table as strong roots. Needs to be fixed with class unloading during concurrent mark. Reviewed-by: brutisso, mgerdin
-
由 tschatzl 提交于
8027455: Improve symbol table scan times during gc pauses Summary: Parallelize string table and symbol table scan during remark and full GC. Some additional statistics output if the experimental flag G1TraceStringSymbolTableScrubbing is set. Reviewed-by: mgerdin, coleenp, brutisso
-
- 07 1月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Correct timing measurement by modifying the scope of the GCTraceTime instance. Reviewed-by: ysr, tamao Contributed-by: NJeremy Manson <jeremymanson@google.com>
-
- 21 1月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Return immediately if _prologue == NULL, instead of asserting Reviewed-by: ccheung, coleenp
-
- 17 1月, 2014 3 次提交
- 14 1月, 2014 3 次提交
-
-
由 roland 提交于
Summary: c1 and interpreter support for new type profiling on sparc Reviewed-by: kvn, twisti
-
由 roland 提交于
8030662: "assert(counter_changed) failed: failed dependencies, but counter didn't change" still fails Summary: Erroneously removed call to SystemDictionary::notice_modification() from jvmti with fix for 8029383 Reviewed-by: iveresov, twisti, kvn
-
由 roland 提交于
Summary: Fix the assert check for narrow klass pointer. Reviewed-by: twisti, kvn
-
- 12 1月, 2014 1 次提交
-
-
由 coffeys 提交于
-
- 11 1月, 2014 1 次提交
-
-
由 katleman 提交于
-
- 10 1月, 2014 1 次提交
-
-
由 anoll 提交于
Summary: Use atomic operations to provide sequential compilation IDs Reviewed-by: kvn, twisti
-
- 09 1月, 2014 3 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, twisti
-
由 adlertz 提交于
8011391: C1: assert(code_offset() - offset == NativeInstruction::nop_instruction_size) failed: only one instruction can go in a delay slot Summary: Remove the VerifyOopMaps flag which doesn't work for tiered or for C1 with more compiler threads than one. Reviewed-by: twisti, drchase, iveresov
-
由 kvn 提交于
Summary: Allow dump and replay inlining for specified method during a program execution. Reviewed-by: roland, twisti
-
- 08 1月, 2014 2 次提交
-
-
由 adlertz 提交于
8029446: assert(_cfg.get_block_for_node(proj) == borig) failed: incorrect block for kill projections Summary: Added loadConP0 projection node to block in case of re-materialization of the loadConP0. x86_64 only. Reviewed-by: kvn
-
由 roland 提交于
Summary: May end up in uncommon trap blob/deopt blob with unguarded stack Reviewed-by: kvn, twisti
-
- 07 1月, 2014 3 次提交
- 04 1月, 2014 1 次提交
-
-
由 katleman 提交于
-
- 31 12月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: twisti Contributed-by: anton.ivanov@oracle.com
-
- 27 12月, 2013 2 次提交
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 21 12月, 2013 4 次提交
- 20 12月, 2013 4 次提交
-
-
由 anoll 提交于
8028052: compiler/startup/SmallCodeCacheStartup.java fails there is no 'no space to run compiler' in the output Summary: Weaken test so that configurations that have no C1 compiler pass Reviewed-by: iveresov
-
由 anoll 提交于
Summary: Added simple regression test Reviewed-by: iveresov
-
由 katleman 提交于
-
由 coleenp 提交于
Summary: A method with no declared methods was getting an AME overpass method with the latest change. The method_ordering array was not updated for the new methods. Reviewed-by: dcubed, acorn, dsamersoff, lfoltan, hseigel
-
- 19 12月, 2013 2 次提交
- 17 12月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Use signed data type so that no underflow can happen Reviewed-by: kvn, roland
-
- 12 1月, 2014 2 次提交
- 16 12月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Create AME overpass methods and fix method search logic Reviewed-by: kamg, acorn, lfoltan, coleenp
-