hg: jdk9/hs/hotspot: 10 new changesets
yumin.qi at oracle.com
yumin.qi at oracle.com
Wed Jan 14 23:22:50 UTC 2015
Changeset: 26f3414c5194
Author: sgehwolf
Date: 2015-01-07 16:43 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/26f3414c5194
8067331: Zero: Atomic::xchg and Atomic::xchg_ptr need full memory barrier
Reviewed-by: dholmes, coleenp
! src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp
! src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp
Changeset: f6821c9a4215
Author: gtriantafill
Date: 2015-01-06 16:44 -0800
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f6821c9a4215
8068540: [TESTBUG] Exclude failing nightly tests
Reviewed-by: ctornqvi, coleenp
! test/runtime/NMT/ChangeTrackingLevel.java
! test/runtime/NMT/PrintNMTStatistics.java
Changeset: 23aec69dfce7
Author: ctornqvi
Date: 2015-01-08 11:40 -0800
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/23aec69dfce7
8058897: Unsafe.reallocateMemory() ignores -XX:MallocMaxTestWords setting
Reviewed-by: dcubed, dholmes
! src/share/vm/runtime/os.cpp
+ test/runtime/Unsafe/Reallocate.java
Changeset: 31eff10b165a
Author: ctornqvi
Date: 2015-01-08 11:42 -0800
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/31eff10b165a
8060219: [TESTBUG] runtime/7194254/Test7194254.java fails to find jstack with modular image build
Reviewed-by: gtriantafill, lfoltan, hseigel
! test/TEST.groups
- test/runtime/7194254/Test7194254.java
+ test/runtime/Thread/ThreadPriorities.java
Changeset: b32eb9966732
Author: zmajo
Date: 2015-01-09 09:26 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b32eb9966732
8068505: interpreter profiling incorrect on PPC64
Reviewed-by: simonis, goetz
! src/cpu/ppc/vm/templateInterpreter_ppc.cpp
Changeset: ca8dbfb7d8c7
Author: ctornqvi
Date: 2015-01-09 08:34 -0800
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/ca8dbfb7d8c7
8068733: [TESTBUG] runtime/Unsafe/Reallocate.java sometimes fails when running with -Xcomp
Reviewed-by: coleenp, gtriantafill
! test/runtime/Unsafe/Reallocate.java
Changeset: c0c96d6b39da
Author: minqi
Date: 2015-01-10 12:35 -0800
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/c0c96d6b39da
Merge
! test/TEST.groups
- test/compiler/arraycopy/TestArrayOfNoTypeCheck.java
- test/gc/g1/TestEagerReclaimHumongousRegions2.java
- test/gc/g1/TestG1TraceReclaimDeadHumongousObjectsAtYoungGC.java
- test/testlibrary/ctw/test/Bar.java
- test/testlibrary/ctw/test/ClassesDirTest.java
- test/testlibrary/ctw/test/ClassesListTest.java
- test/testlibrary/ctw/test/CtwTest.java
- test/testlibrary/ctw/test/Foo.java
- test/testlibrary/ctw/test/JarDirTest.java
- test/testlibrary/ctw/test/JarsTest.java
- test/testlibrary/ctw/test/classes.lst
Changeset: 9fad1826d97c
Author: mtobiass
Date: 2015-01-12 09:27 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9fad1826d97c
8068584: Compiler attach tests should be quarantined
Summary: Quarantine tests
Reviewed-by: ctornqvi
! test/compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java
! test/compiler/profiling/spectrapredefineclass/Launcher.java
! test/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java
Changeset: be9e9fc10d00
Author: ccheung
Date: 2015-01-12 11:37 -0800
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/be9e9fc10d00
8067187: -XX:MaxMetaspaceSize=20m -Xshare:dump caused JVM to crash
Summary: added check for the MaxMetaspaceSize. If it is less than the estimated required size, print an error and exit.
Reviewed-by: jiangli, mseledtsov, stefank
! src/share/vm/memory/metaspace.cpp
! src/share/vm/utilities/debug.cpp
! src/share/vm/utilities/debug.hpp
+ test/runtime/SharedArchiveFile/MaxMetaspaceSize.java
Changeset: 48e04c239aa4
Author: kbarrett
Date: 2015-01-13 14:30 -0500
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/48e04c239aa4
8068396: Rename assert() to vmassert()
Summary: Macro renaming, with temporary old name synonyms for compatibilty
Reviewed-by: ehelin, dholmes, coleenp
! src/share/vm/runtime/globals.hpp
! src/share/vm/shark/llvmHeaders.hpp
! src/share/vm/utilities/debug.cpp
! src/share/vm/utilities/debug.hpp
! src/share/vm/utilities/xmlstream.cpp
More information about the jdk9-hs-changes
mailing list