hg: build-infra/jdk9/hotspot: 17 new changesets

magnus.ihse.bursie at oracle.com magnus.ihse.bursie at oracle.com
Wed Dec 16 20:36:46 UTC 2015


Changeset: 13f324f322b4
Author:    hshi
Date:      2015-11-26 15:37 +0000
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/13f324f322b4

8143584: Load constant pool tag and class status with load acquire
Reviewed-by: roland, aph

! src/cpu/aarch64/vm/templateTable_aarch64.cpp

Changeset: b648e37988ca
Author:    thartmann
Date:      2015-11-27 09:36 +0100
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/b648e37988ca

8142303: C2 compilation fails with "bad AD file"
Summary: Move range checks into intrinsics for String methods.
Reviewed-by: kvn, aph

! src/share/vm/opto/library_call.cpp
+ test/compiler/intrinsics/string/TestStringConstruction.java

Changeset: a5909414bbe4
Author:    mdoerr
Date:      2015-10-05 23:53 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/a5909414bbe4

8138896: C1: NativeGeneralJump is mixed up with NativeCall in C1 patching code
Reviewed-by: twisti, vlivanov

! src/share/vm/c1/c1_LIRAssembler.cpp
! src/share/vm/c1/c1_Runtime1.cpp

Changeset: af0e1a8cbb72
Author:    never
Date:      2015-11-30 15:21 -0800
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/af0e1a8cbb72

8142333: Build failure in debugInfoRec.cpp with SS12u4
Reviewed-by: coleenp, dholmes, erikj, kvn

! src/share/vm/code/debugInfoRec.cpp

Changeset: 0895419dd5e8
Author:    dnsimon
Date:      2015-11-30 15:40 -1000
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/0895419dd5e8

8143730: [JVMCI] infopoint recording is too restrictive
Reviewed-by: twisti

! src/jdk.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/CompilationResult.java
! src/jdk.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/InfopointReason.java
! src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotCompiledCode.java
! src/share/vm/jvmci/jvmciCodeInstaller.cpp
! src/share/vm/jvmci/jvmciCodeInstaller.hpp
! src/share/vm/jvmci/jvmciJavaClasses.hpp

Changeset: da497ea6c120
Author:    zmajo
Date:      2015-12-01 08:05 +0100
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/da497ea6c120

8129847: Compiling methods generated by Nashorn triggers high memory usage in C2
Summary: Add a new compiler phase, PhaseRenumberLive, that renumbers live nodes.
Reviewed-by: kvn, thartmann, vlivanov, shade

! src/share/vm/opto/c2_globals.hpp
! src/share/vm/opto/compile.cpp
! src/share/vm/opto/node.cpp
! src/share/vm/opto/node.hpp
! src/share/vm/opto/phase.cpp
! src/share/vm/opto/phase.hpp
! src/share/vm/opto/phaseX.cpp
! src/share/vm/opto/phaseX.hpp

Changeset: 6ffb8ba2cb2c
Author:    neliasso
Date:      2015-12-01 19:18 +0100
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/6ffb8ba2cb2c

Merge


Changeset: d3e9253a2be2
Author:    twisti
Date:      2015-12-01 08:30 -1000
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/d3e9253a2be2

8139921: add mx configuration files to support HotSpot IDE configuration generation
Reviewed-by: iveresov

! .hgignore
+ .mx.jvmci/.project
+ .mx.jvmci/.pydevproject
+ .mx.jvmci/eclipse-settings/org.eclipse.jdt.core.prefs
+ .mx.jvmci/hotspot/templates/eclipse/cproject
+ .mx.jvmci/hotspot/templates/eclipse/settings/org.eclipse.cdt.core.prefs
+ .mx.jvmci/hotspot/templates/eclipse/settings/org.eclipse.cdt.ui.prefs
+ .mx.jvmci/hotspot/templates/eclipse/settings/org.eclipse.core.runtime.prefs
+ .mx.jvmci/mx_jvmci.py
+ .mx.jvmci/suite.py

Changeset: 36d547b6836f
Author:    twisti
Date:      2015-12-01 21:16 +0000
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/36d547b6836f

Merge


Changeset: f8261a6e2cb2
Author:    aph
Date:      2015-11-25 18:13 +0000
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/f8261a6e2cb2

8144028: Use AArch64 bit-test instructions in C2
Reviewed-by: kvn

! src/cpu/aarch64/vm/aarch64.ad
! src/cpu/aarch64/vm/macroAssembler_aarch64.hpp
+ test/compiler/codegen/8144028/BitTests.java

Changeset: eb08a4259f33
Author:    twisti
Date:      2015-12-01 15:11 -1000
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/eb08a4259f33

8144083: [JVMCI] CompilationResult should be finalized by JVMCI compiler and made effectively final
Reviewed-by: iveresov, twisti

! src/jdk.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/CompilationResult.java
! src/jdk.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/DataSection.java
! src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotCompiledCode.java

Changeset: 8578909eeef4
Author:    aph
Date:      2015-11-26 10:38 +0000
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/8578909eeef4

8143219: AArch64 broken by 8141132: JEP 254: Compact Strings
Reviewed-by: kvn

! src/cpu/aarch64/vm/aarch64.ad

Changeset: 37ee45971b17
Author:    twisti
Date:      2015-12-02 11:40 -1000
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/37ee45971b17

8144521: [JVMCI] JVMCI is built on 32-bit Windows compiler2 and tiered builds
Reviewed-by: kvn

! make/windows/create_obj_files.sh
! make/windows/makefiles/vm.make

Changeset: ccc3799ab45e
Author:    twisti
Date:      2015-12-02 14:59 -1000
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/ccc3799ab45e

8144529: [JVMCI] compiler/jvmci/errors/TestInvalidCompilationResult.java fails to compile after JDK-8143730
Reviewed-by: kvn

! test/compiler/jvmci/errors/CodeInstallerTest.java
! test/compiler/jvmci/errors/TestInvalidCompilationResult.java
! test/compiler/jvmci/events/JvmciNotifyInstallEventTest.java

Changeset: 391e6ba2b8ad
Author:    amurillo
Date:      2015-12-03 22:30 -0800
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/391e6ba2b8ad

Merge

! make/windows/makefiles/vm.make

Changeset: de592ea5f7ba
Author:    lana
Date:      2015-12-10 09:24 -0800
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/de592ea5f7ba

Merge


Changeset: ce5395e93f7a
Author:    ihse
Date:      2015-12-16 21:35 +0100
URL:       http://hg.openjdk.java.net/build-infra/jdk9/hotspot/rev/ce5395e93f7a

Merge

! make/windows/create_obj_files.sh



More information about the build-infra-dev mailing list