hg: jdk9/hs/hotspot: 7 new changesets

rickard.backman at oracle.com rickard.backman at oracle.com
Thu Aug 28 17:45:20 UTC 2014


Changeset: 820608bf2902
Author:    kvn
Date:      2014-08-22 12:03 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/820608bf2902

8055069: TSX and RTM should be deprecated more strongly until hardware is corrected
Summary: Require to specify UnlockExperimentalVMOptions flag together with UseRTMLocking flag on un-patched systems where CPUID allows it but is unsupported otherwise.
Reviewed-by: iveresov, fzhinkin

! src/cpu/x86/vm/vm_version_x86.cpp
! src/cpu/x86/vm/vm_version_x86.hpp
! test/compiler/rtm/cli/TestPrintPreciseRTMLockingStatisticsOptionOnSupportedConfig.java
! test/compiler/rtm/cli/TestUseRTMDeoptOptionOnSupportedConfig.java
! test/compiler/rtm/cli/TestUseRTMLockingOptionOnSupportedConfig.java
! test/compiler/rtm/cli/TestUseRTMLockingOptionWithBiasedLocking.java

Changeset: b7cadec70148
Author:    thartmann
Date:      2014-08-25 07:08 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b7cadec70148

8055751: TestAnonymousClassUnloading.java needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot
Summary: Copy additional Whitebox class file to JTwork (required by JDK-8011397).
Reviewed-by: kvn

! test/compiler/classUnloading/anonymousClass/TestAnonymousClassUnloading.java

Changeset: 3ce2966392ef
Author:    thartmann
Date:      2014-08-25 07:04 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3ce2966392ef

8055657: Test compiler/classUnloading/methodUnloading/TestMethodUnloading.java does not work with non-default GC
Summary: Remove the '-XX:+UseParallelGC' parameter from the test because it is conflicting with other GC settings.
Reviewed-by: kvn

! test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java

Changeset: 03792046279f
Author:    thartmann
Date:      2014-08-25 07:44 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/03792046279f

Merge


Changeset: 09bd266452ee
Author:    zmajo
Date:      2014-08-27 10:02 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/09bd266452ee

8051415: TypeTuple::make_domain() and TypeTuple::make_range() allocate too much memory
Summary: Change memory allocation in TypeTuple::make_domain() and TypeTuple::make_range() to not allocate memory for TypeFunc::Parms.
Reviewed-by: kvn, roland

! src/share/vm/opto/type.cpp
! src/share/vm/opto/type.hpp

Changeset: 3c92cbe3250f
Author:    iignatyev
Date:      2014-08-27 17:09 +0400
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/3c92cbe3250f

8056072: add jprt_optimized targets
Reviewed-by: kvn, roland

! make/Makefile
! make/jprt.gmk
! make/jprt.properties

Changeset: 6a88438902fb
Author:    rbackman
Date:      2014-08-28 18:31 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/6a88438902fb

Merge




More information about the jdk9-all-changes mailing list