hg: jdk9/hs/hotspot: 14 new changesets

christian.thalinger at oracle.com christian.thalinger at oracle.com
Fri May 23 00:44:04 UTC 2014


Changeset: 75e1ec763270
Author:    roland
Date:      2014-05-15 09:09 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/75e1ec763270

8026694: New type profiling points break compilation replay
Summary: fixes compilation replay with new profiling points
Reviewed-by: kvn, twisti

! agent/src/share/classes/sun/jvm/hotspot/ci/ciEnv.java
! agent/src/share/classes/sun/jvm/hotspot/ci/ciKlass.java
! agent/src/share/classes/sun/jvm/hotspot/ci/ciMethod.java
! agent/src/share/classes/sun/jvm/hotspot/ci/ciMethodData.java
- agent/src/share/classes/sun/jvm/hotspot/ci/ciReceiverTypeData.java
- agent/src/share/classes/sun/jvm/hotspot/ci/ciVirtualCallData.java
+ agent/src/share/classes/sun/jvm/hotspot/oops/ArgInfoData.java
+ agent/src/share/classes/sun/jvm/hotspot/oops/CallTypeData.java
+ agent/src/share/classes/sun/jvm/hotspot/oops/CallTypeDataInterface.java
! agent/src/share/classes/sun/jvm/hotspot/oops/DataLayout.java
! agent/src/share/classes/sun/jvm/hotspot/oops/Method.java
! agent/src/share/classes/sun/jvm/hotspot/oops/MethodData.java
+ agent/src/share/classes/sun/jvm/hotspot/oops/MethodDataInterface.java
+ agent/src/share/classes/sun/jvm/hotspot/oops/ParametersTypeData.java
! agent/src/share/classes/sun/jvm/hotspot/oops/ReceiverTypeData.java
+ agent/src/share/classes/sun/jvm/hotspot/oops/ReturnTypeEntry.java
+ agent/src/share/classes/sun/jvm/hotspot/oops/SpeculativeTrapData.java
+ agent/src/share/classes/sun/jvm/hotspot/oops/TypeEntries.java
+ agent/src/share/classes/sun/jvm/hotspot/oops/TypeEntriesAtCall.java
+ agent/src/share/classes/sun/jvm/hotspot/oops/TypeStackSlotEntries.java
! agent/src/share/classes/sun/jvm/hotspot/oops/VirtualCallData.java
+ agent/src/share/classes/sun/jvm/hotspot/oops/VirtualCallTypeData.java
! src/share/vm/ci/ciMethodData.cpp
! src/share/vm/ci/ciMethodData.hpp
! src/share/vm/ci/ciReplay.cpp
! src/share/vm/oops/methodData.hpp
! src/share/vm/runtime/vmStructs.cpp

Changeset: 6fe134d57261
Author:    iveresov
Date:      2014-05-15 10:37 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/6fe134d57261

8043180: SIGSEGV in Events::log_deopt_message
Summary: Added missing deopt reason name Reason_tenured
Reviewed-by: kvn, twisti

! src/share/vm/runtime/deoptimization.cpp
! src/share/vm/runtime/deoptimization.hpp

Changeset: d064d7b9d93b
Author:    kvn
Date:      2014-01-27 10:20 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d064d7b9d93b

8032566: Crash in JIT when running Scala compiler (and compiling Scala std lib)
Summary: Switch off EliminateAutoBox flag by default in jdk8 release.
Reviewed-by: iveresov

! src/share/vm/opto/c2_globals.hpp

Changeset: 13818eb5243c
Author:    kvn
Date:      2014-05-16 12:05 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/13818eb5243c

8042786: Proper fix for 8032566
Summary: Check for overflow cases in range checks and collapse it if we can.
Reviewed-by: jrose, iveresov

! src/share/vm/opto/c2_globals.hpp
! src/share/vm/opto/callGenerator.cpp
! src/share/vm/opto/doCall.cpp
! src/share/vm/opto/ifnode.cpp
! src/share/vm/opto/phaseX.cpp
! src/share/vm/opto/subnode.cpp
! src/share/vm/opto/subnode.hpp

Changeset: 1e0ea5a940c7
Author:    kvn
Date:      2014-05-16 12:06 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1e0ea5a940c7

Merge

- agent/src/share/classes/sun/jvm/hotspot/ci/ciReceiverTypeData.java
- agent/src/share/classes/sun/jvm/hotspot/ci/ciVirtualCallData.java

Changeset: e7198bd15079
Author:    twisti
Date:      2014-05-16 14:35 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/e7198bd15079

Merge

- src/share/vm/libadt/port.cpp
- src/share/vm/libadt/port.hpp
! src/share/vm/runtime/vmStructs.cpp

Changeset: 9a7285acfb28
Author:    twisti
Date:      2014-05-16 14:38 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9a7285acfb28

Merge

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

Changeset: cd47f4593a96
Author:    iignatyev
Date:      2014-05-19 23:52 +0400
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/cd47f4593a96

8032498: compiler/ciReplay tests fail with StatusError: failed to clean up files after test...
Reviewed-by: kvn

! test/compiler/ciReplay/TestVM.sh
! test/compiler/ciReplay/TestVM_no_comp_level.sh
! test/compiler/ciReplay/common.sh

Changeset: f645d100b058
Author:    bharadwaj
Date:      2014-05-19 20:28 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f645d100b058

6563994: assert(wf.check_method_context(ctxk, m), "proper context") failed
Summary: Check for redefined method before finding unique concrete method
Reviewed-by: twisti, kvn

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

Changeset: 670808fbebd3
Author:    bharadwaj
Date:      2014-05-19 13:49 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/670808fbebd3

Merge


Changeset: b97166f236bd
Author:    adlertz
Date:      2014-05-20 09:35 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b97166f236bd

6883953: java -client -XX:ValueMapInitialSize=0 crashes
Summary: Added lower bound check for ValueMapInitialSize
Reviewed-by: kvn
Contributed-by: ygaevsky at azulsystems.com

! src/share/vm/runtime/arguments.cpp

Changeset: 4cc7fe54e0e1
Author:    goetz
Date:      2014-05-08 15:37 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4cc7fe54e0e1

8042737: Introduce umbrella header prefetch.inline.hpp
Reviewed-by: twisti, stefank

! src/os/aix/vm/thread_aix.inline.hpp
! src/os/bsd/vm/thread_bsd.inline.hpp
! src/os/linux/vm/thread_linux.inline.hpp
! src/os/solaris/vm/thread_solaris.inline.hpp
! src/os/windows/vm/thread_windows.inline.hpp
! src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp
! src/share/vm/gc_implementation/g1/heapRegion.cpp
! src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp
! src/share/vm/gc_implementation/parallelScavenge/psMarkSweepDecorator.cpp
! src/share/vm/memory/defNewGeneration.cpp
! src/share/vm/memory/space.cpp
! src/share/vm/memory/space.hpp
! src/share/vm/memory/space.inline.hpp
! src/share/vm/oops/klass.hpp
! src/share/vm/precompiled/precompiled.hpp
! src/share/vm/prims/unsafe.cpp
+ src/share/vm/runtime/prefetch.inline.hpp

Changeset: 3ba6e0092f65
Author:    kvn
Date:      2014-05-21 12:16 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3ba6e0092f65

8043274: Test compiler/7184394/TestAESMain.java gets NPE on solaris
Summary: save cipher len after registers are saved
Reviewed-by: kvn
Contributed-by: shrinivas.joshi at oracle.com

! src/cpu/sparc/vm/stubGenerator_sparc.cpp

Changeset: ff1525ebc8b7
Author:    twisti
Date:      2014-05-22 16:26 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/ff1525ebc8b7

Merge

! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/runtime/arguments.cpp
- test/runtime/7110720/Test7110720.sh
- test/runtime/SharedArchiveFile/CdsWriteError.java
- test/testlibrary/com/oracle/java/testlibrary/DynamicVMOptionChecker.java
- test/testlibrary/com/oracle/java/testlibrary/TestDynamicVMOption.java



More information about the jdk9-all-changes mailing list