hg: jdk8u/jdk8u-dev/hotspot: 8 new changesets

alejandro.murillo at oracle.com alejandro.murillo at oracle.com
Tue May 19 16:26:46 UTC 2015


Changeset: 1e96e4389302
Author:    amurillo
Date:      2015-05-07 19:37 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/1e96e4389302

8079686: new hotspot build - hs25.60-b16
Reviewed-by: dholmes

! make/hotspot_version

Changeset: 5f8824f56f39
Author:    kvn
Date:      2015-04-17 17:39 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/5f8824f56f39

8078113: 8011102 changes may cause incorrect results
Summary: replace Vzeroupper instruction in stubs with zeroing only used ymm registers.
Reviewed-by: kvn
Contributed-by: sandhya.viswanathan at intel.com

! src/cpu/x86/vm/macroAssembler_x86.cpp
! src/cpu/x86/vm/stubGenerator_x86_32.cpp
! src/cpu/x86/vm/stubGenerator_x86_64.cpp

Changeset: a1b5fe34c604
Author:    kvn
Date:      2015-04-02 17:16 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/a1b5fe34c604

8076523: assert(((ABS(iv_adjustment_in_bytes) % elt_size) == 0)) fails in superword.cpp
Summary: check that offset % mem_oper_size == 0 when alignment is verified during vectorization.
Reviewed-by: iveresov

! src/share/vm/opto/superword.cpp

Changeset: 84d55f179e24
Author:    thartmann
Date:      2015-05-11 07:44 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/84d55f179e24

8079343: Crash in PhaseIdealLoop with "assert(!had_error) failed: bad dominance"
Summary: C2 should not try to vectorize loops with loop variant vector base address.
Reviewed-by: kvn

! src/share/vm/opto/superword.cpp

Changeset: 95dbbc0431d9
Author:    thartmann
Date:      2015-05-08 12:19 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/95dbbc0431d9

8078497: C2's superword optimization causes unaligned memory accesses
Summary: Prevent vectorization of memory operations with different invariant offsets if unaligned memory accesses are not allowed.
Reviewed-by: kvn

! src/share/vm/opto/superword.cpp
! src/share/vm/opto/superword.hpp
+ test/compiler/loopopts/superword/TestVectorizationWithInvariant.java

Changeset: f5800068c61d
Author:    amurillo
Date:      2015-05-14 18:22 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/f5800068c61d

Merge


Changeset: 4fdda95243c4
Author:    amurillo
Date:      2015-05-14 18:22 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/4fdda95243c4

Added tag hs25.60-b16 for changeset f5800068c61d

! .hgtags

Changeset: ab2353694ea7
Author:    amurillo
Date:      2015-05-19 09:16 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/ab2353694ea7

Merge




More information about the jdk8u-dev-changes mailing list