- 17 2月, 2014 1 次提交
-
-
由 sjohanss 提交于
Summary: SA used the wrong type for the indexedFreeList in CompactibleFreeListSpace. Reviewed-by: coleenp, dsamersoff
-
- 14 3月, 2014 1 次提交
-
-
由 iveresov 提交于
8037140: C1: Incorrect argument type used for SharedRuntime::OSR_migration_end in LIRGenerator::do_Goto Summary: Fix the type of osrBuffer parameter to depend on bitness Reviewed-by: kvn, twisti
-
- 21 1月, 2015 1 次提交
-
-
由 iveresov 提交于
8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init> Summary: Use MachMerge to hook together defs of the same multidef value in a block Reviewed-by: kvn, vlivanov
-
- 16 1月, 2015 2 次提交
-
-
由 asiebenborn 提交于
Reviewed-by: kvn
-
由 aph 提交于
Reviewed-by: sla, sspitsyn
-
- 04 2月, 2015 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: jwilhelm, tschatzl, stefank
-
- 31 1月, 2015 1 次提交
-
-
由 kvn 提交于
Summary: Add missing C->failing() check after Connection graph construction. Reviewed-by: iveresov
-
- 29 1月, 2015 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: sspitsyn, dcubed
-
- 23 1月, 2015 1 次提交
-
-
由 iveresov 提交于
8071302: assert(!_reg_node[reg_lo] || edge_from_to(_reg_node[reg_lo], def)) failed: after block local Summary: Add merge nodes to node to block mapping Reviewed-by: kvn, vlivanov
-
- 12 1月, 2015 2 次提交
-
-
由 sjohanss 提交于
8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit Summary: Making sure committed memory is cleared when re-committed, even if using large pages. Reviewed-by: jwilhelm, tschatzl
-
由 sjohanss 提交于
8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit Summary: Making sure committed memory is cleared when re-committed, even if using large pages. Reviewed-by: jwilhelm, tschatzl
-
- 12 12月, 2014 1 次提交
-
-
由 thartmann 提交于
Summary: Check for dead input nodes after replacing compare node with implicit null check. Reviewed-by: kvn
-
- 06 12月, 2014 1 次提交
-
-
由 roland 提交于
Summary: bad assumption on graph shape in CastIINode::Value if that part of the graph is becoming dead. Reviewed-by: kvn
-
- 10 12月, 2014 2 次提交
- 04 12月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: The new code in 8u backport should guard the execution of the following code instead of return. Reviewed-by: iveresov
-
- 03 12月, 2014 3 次提交
-
-
由 kvn 提交于
Summary: Check for safepoint and block during EA Connection graph construction. Reviewed-by: roland, vlivanov, shade
-
由 kvn 提交于
Summary: Don't remove KILL projections if their "defining" nodes have SCMemProj projection (memory side effects). Reviewed-by: iveresov, roland
-
由 mchung 提交于
Reviewed-by: hseigel, ccheung
-
- 02 12月, 2014 1 次提交
-
-
由 drchase 提交于
Reviewed-by: jrose, acorn, vlivanov
-
- 27 11月, 2014 1 次提交
-
-
由 roland 提交于
Summary: code in PhaseIterGVN::add_users_to_worklist() from 8054478 makes incorrect assumption about graph shape Reviewed-by: iveresov
-
- 02 12月, 2014 1 次提交
-
-
由 roland 提交于
Summary: dead backbranch in main loop results in erroneous array access Reviewed-by: kvn, iveresov
-
- 26 11月, 2014 2 次提交
- 11 12月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: coleenp, hseigel, poonam
-
- 04 12月, 2014 1 次提交
-
-
由 roland 提交于
Summary: PhaseIdealLoop::split_if_with_blocks_post() shoulnd't reorder range checks adjusted by range check smearing Reviewed-by: kvn, jrose
-
- 05 12月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: in FileMapInfo::fail_continue do not set UseSharedSpaces = false Reviewed-by: dholmes, ccheung
-
- 24 11月, 2014 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, roland
-
- 21 11月, 2014 2 次提交
- 20 11月, 2014 4 次提交
-
-
由 mchung 提交于
Reviewed-by: coleenp, ccheung
-
由 coleenp 提交于
Summary: note all MemberNames created on internal list for adjusting method entries. Reviewed-by: sspitsyn, dcubed, lfoltan
-
由 thartmann 提交于
Summary: Ignore non-instance Klasses in the subclass hierarchy. Reviewed-by: kvn, iignatyev, jrose
-
由 mgronlun 提交于
Reviewed-by: sla, stefank
-
- 18 11月, 2014 1 次提交
-
-
由 gthornbr 提交于
Reviewed-by: dcubed, pnauman, ctornqvi, dholmes, mschoene Contributed-by: gerald.thornbrugh@oracle.com
-
- 14 11月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Read _top before _gc_time_stamp in saved_mark_word() with LoadLoad order to ensure we get a consistent view Reviewed-by: brutisso, dcubed, dholmes, stefank
-
- 11 11月, 2014 2 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, roland, coleenp, mgerdin
-
由 thartmann 提交于
8056071: compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations' Summary: Always use MDO if valid and always compile trivial methods with C1 if available. Reviewed-by: kvn, iveresov
-
- 15 11月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Signed bitfield size y can only have (1 << y)-1 values. Reviewed-by: shade, dholmes, jrose, ctornqvi, gtriantafill
-
- 12 11月, 2014 1 次提交
-
-
由 kbarrett 提交于
8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes Summary: Suppress gc_alot during VM init, improve error for SLT uninitialized. Reviewed-by: jmasa, brutisso, tschatzl
-