hg: jdk9/hs-rt/hotspot: 25 new changesets
serguei.spitsyn at oracle.com
serguei.spitsyn at oracle.com
Sat Jul 19 07:42:51 UTC 2014
Changeset: 429516ef23de
Author: stefank
Date: 2014-07-11 09:07 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/429516ef23de
8049831: Metadata Full GCs are not triggered when CMSClassUnloadingEnabled is turned off
Reviewed-by: brutisso, tschatzl, ehelin, jmasa, dfazunen
! src/share/vm/gc_implementation/shared/vmGCOperations.cpp
! test/TEST.groups
Changeset: dd0e7063d7b8
Author: jmasa
Date: 2014-07-11 11:14 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/dd0e7063d7b8
Merge
Changeset: d0a757f227b4
Author: sspitsyn
Date: 2014-07-16 15:59 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/d0a757f227b4
Merge
! test/TEST.groups
Changeset: c3388a74a6fb
Author: roland
Date: 2014-07-10 15:12 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/c3388a74a6fb
8040237: nsk/jvmti/RetransformClasses/retransform001 crashed the VM on all platforms when run with with -server -Xcomp
Summary: class redefinition may cause speculative trap clean up code to dereference dead method
Reviewed-by: kvn, coleenp
! src/share/vm/classfile/classLoaderData.cpp
! src/share/vm/oops/methodData.cpp
+ test/compiler/profiling/TestSpecTrapClassUnloading.java
+ test/compiler/profiling/spectrapredefineclass_classloaders/A.java
+ test/compiler/profiling/spectrapredefineclass_classloaders/Agent.java
+ test/compiler/profiling/spectrapredefineclass_classloaders/B.java
+ test/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java
+ test/compiler/profiling/spectrapredefineclass_classloaders/Test.java
- test/compiler/uncommontrap/TestSpecTrapClassUnloading.java
Changeset: 697d257ca294
Author: kvn
Date: 2014-07-11 14:32 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/697d257ca294
Merge
! src/share/vm/classfile/classLoaderData.cpp
- test/compiler/uncommontrap/TestSpecTrapClassUnloading.java
Changeset: 43b7d2f257a7
Author: drchase
Date: 2014-07-11 19:51 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/43b7d2f257a7
8036588: VerifyFieldClosure fails instanceKlass:3133
Summary: Changed deopt live-pointer test to use returns-object instead of live-and-returns-object
Reviewed-by: iveresov, kvn, jrose
! src/share/vm/opto/machnode.cpp
! src/share/vm/opto/machnode.hpp
! src/share/vm/opto/output.cpp
Changeset: ff95368dbd2b
Author: drchase
Date: 2014-07-11 23:54 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/ff95368dbd2b
Merge
- src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp
- src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.hpp
- src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.cpp
- src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.hpp
- src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp
- src/share/vm/gc_implementation/parNew/asParNewGeneration.hpp
- test/compiler/uncommontrap/TestSpecTrapClassUnloading.java
Changeset: 968f97d41bce
Author: mduigou
Date: 2014-07-14 18:24 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/968f97d41bce
8046765: makefiles should use parameterized $(CP) and $(MV) rather than explicit commands
Reviewed-by: kvn, dholmes
! make/aix/makefiles/buildtree.make
! make/aix/makefiles/jsig.make
! make/aix/makefiles/rules.make
! make/aix/makefiles/sa.make
! make/aix/makefiles/saproc.make
! make/aix/makefiles/top.make
! make/aix/makefiles/vm.make
! make/bsd/makefiles/buildtree.make
! make/bsd/makefiles/jsig.make
! make/bsd/makefiles/rules.make
! make/bsd/makefiles/sa.make
! make/bsd/makefiles/saproc.make
! make/bsd/makefiles/top.make
! make/bsd/makefiles/vm.make
! make/linux/makefiles/buildtree.make
! make/linux/makefiles/jsig.make
! make/linux/makefiles/rules.make
! make/linux/makefiles/sa.make
! make/linux/makefiles/saproc.make
! make/linux/makefiles/top.make
! make/linux/makefiles/vm.make
! make/solaris/makefiles/buildtree.make
! make/solaris/makefiles/jsig.make
! make/solaris/makefiles/rules.make
! make/solaris/makefiles/sa.make
! make/solaris/makefiles/saproc.make
! make/solaris/makefiles/top.make
! make/solaris/makefiles/vm.make
! make/windows/build.make
! make/windows/makefiles/defs.make
! make/windows/makefiles/sa.make
Changeset: 4153b0978181
Author: vlivanov
Date: 2014-07-14 03:24 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/4153b0978181
8049528: Method marked w/ @ForceInline isn't inlined with "executed < MinInliningThreshold times" message
Reviewed-by: roland, jrose
! src/share/vm/opto/bytecodeInfo.cpp
! src/share/vm/opto/parse.hpp
Changeset: 7aabfb8e11f8
Author: vlivanov
Date: 2014-07-14 03:25 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/7aabfb8e11f8
8043546: C1 optimizes @Stable instance fields with default values
Reviewed-by: kvn, jrose
! src/share/vm/c1/c1_GraphBuilder.cpp
+ test/compiler/stable/StableConfiguration.java
! test/compiler/stable/TestStableBoolean.java
! test/compiler/stable/TestStableByte.java
! test/compiler/stable/TestStableChar.java
! test/compiler/stable/TestStableDouble.java
! test/compiler/stable/TestStableFloat.java
! test/compiler/stable/TestStableInt.java
! test/compiler/stable/TestStableLong.java
! test/compiler/stable/TestStableObject.java
! test/compiler/stable/TestStableShort.java
Changeset: 307ecb8f6676
Author: vlivanov
Date: 2014-07-14 03:26 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/307ecb8f6676
8049530: Provide descriptive failure reason for compilation tasks removed for the queue
Reviewed-by: roland, iveresov
! src/share/vm/ci/ciEnv.cpp
! src/share/vm/compiler/compileBroker.cpp
! src/share/vm/compiler/compileBroker.hpp
Changeset: cdf968fe49ce
Author: vlivanov
Date: 2014-07-14 03:27 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/cdf968fe49ce
8049529: LogCompilation: annotate make_not_compilable with compilation level
Reviewed-by: roland, iveresov
! src/share/vm/oops/method.cpp
Changeset: 4102555e5695
Author: vlivanov
Date: 2014-07-14 03:28 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/4102555e5695
8049532: LogCompilation: C1: inlining tree is flat (no depth is stored)
Reviewed-by: roland, iveresov
! src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/LogParser.java
! src/share/vm/c1/c1_GraphBuilder.cpp
Changeset: 18d4d4c8beea
Author: vlivanov
Date: 2014-07-14 03:29 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/18d4d4c8beea
8048703: ReplacedNodes dumps it's content to tty
Reviewed-by: roland, iveresov, drchase
! src/share/vm/opto/replacednodes.cpp
Changeset: 8000c4cbbb01
Author: rbackman
Date: 2014-07-18 10:41 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/8000c4cbbb01
Merge
- test/compiler/uncommontrap/TestSpecTrapClassUnloading.java
Changeset: cefe56927aab
Author: hseigel
Date: 2014-07-14 12:43 +0400
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/cefe56927aab
8030763: Validate global memory allocation
Summary: Add length checks where necessary
Reviewed-by: coleenp, mschoene
! src/os/bsd/vm/os_bsd.cpp
! src/os/linux/vm/os_linux.cpp
! src/os/solaris/vm/os_solaris.cpp
! src/os/windows/vm/os_windows.cpp
! src/share/vm/compiler/compileBroker.cpp
! src/share/vm/runtime/os.hpp
! src/share/vm/utilities/vmError.cpp
Changeset: b51113604740
Author: hseigel
Date: 2014-05-07 19:21 +0400
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/b51113604740
8032536: JVM resolves wrong method in some unusual cases
Summary: Handle package private case
Reviewed-by: coleenp, acorn, jdn
! src/share/vm/oops/klassVtable.cpp
Changeset: b2e3ea116bef
Author: hseigel
Date: 2014-07-14 12:45 +0400
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/b2e3ea116bef
8035119: Fix exceptions to bytecode verification
Summary: Prevent ctor calls to super() and this() from avoidable code (try blocks, if stmts, etc.)
Reviewed-by: coleenp, acorn, mschoene
! src/share/vm/classfile/stackMapTable.cpp
! src/share/vm/classfile/verifier.cpp
! src/share/vm/classfile/verifier.hpp
Changeset: b0153afaf0cc
Author: hseigel
Date: 2014-07-14 13:01 +0400
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/b0153afaf0cc
8036800: Attribute OOM to correct part of code
Summary: checks that the attribute_length does not exceed the length of remaining data in the class file
Reviewed-by: coleenp, ahgross
! src/share/vm/classfile/classFileParser.cpp
Changeset: 730557fa1e4c
Author: acorn
Date: 2014-07-14 13:15 +0400
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/730557fa1e4c
8037167: Better method signature resolution
Reviewed-by: mschoene, hseigel, lfoltan
! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/classFileParser.hpp
Changeset: 360ea0726dd1
Author: hseigel
Date: 2014-05-07 19:34 +0400
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/360ea0726dd1
8037157: Verify <init> call
Summary: Check for null method
Reviewed-by: coleenp, acorn, mschoene
! src/share/vm/classfile/verifier.cpp
Changeset: f74993a364c2
Author: hseigel
Date: 2014-07-14 13:31 +0400
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/f74993a364c2
8043454: Test case for 8037157 should not throw a VerifyError
Summary: Don't throw VerifyError if method is NULL.
Reviewed-by: acorn, lfoltan, mschoene
! src/share/vm/classfile/verifier.cpp
Changeset: d1dfb2de0a63
Author: amurillo
Date: 2014-07-18 12:02 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/d1dfb2de0a63
Merge
! src/share/vm/compiler/compileBroker.cpp
- test/compiler/uncommontrap/TestSpecTrapClassUnloading.java
Changeset: cf51cd09a99a
Author: simonis
Date: 2014-07-18 19:56 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/cf51cd09a99a
8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
Reviewed-by: kvn
! src/os/aix/vm/os_aix.cpp
Changeset: b1eb6f5a41ec
Author: sspitsyn
Date: 2014-07-18 23:53 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/b1eb6f5a41ec
Merge
! src/os/aix/vm/os_aix.cpp
! src/os/solaris/vm/os_solaris.cpp
! src/os/windows/vm/os_windows.cpp
! src/share/vm/c1/c1_GraphBuilder.cpp
! src/share/vm/classfile/verifier.cpp
! src/share/vm/oops/method.cpp
! src/share/vm/opto/output.cpp
! src/share/vm/utilities/vmError.cpp
More information about the jdk9-all-changes
mailing list