hg: jdk7u/jdk7u/hotspot: 19 new changesets
alejandro.murillo at oracle.com
alejandro.murillo at oracle.com
Tue May 21 14:07:55 PDT 2013
Changeset: c8ebb78f7fce
Author: kevinw
Date: 2013-04-18 17:02 +0100
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/c8ebb78f7fce
7109087: gc/7072527/TestFullGCCount.java fails when GC is set in command-line
Reviewed-by: mgerdin
! test/gc/7072527/TestFullGCCount.java
Changeset: 41757aca677e
Author: kevinw
Date: 2013-05-09 14:45 +0100
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/41757aca677e
Merge
Changeset: f6fd93a613f7
Author: kevinw
Date: 2013-05-09 17:59 +0200
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/f6fd93a613f7
Merge
Changeset: 6af72a80f8d8
Author: amurillo
Date: 2013-05-09 06:26 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/6af72a80f8d8
8014278: new hotspot build - hs24-b45
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: 78039199d8e5
Author: amurillo
Date: 2013-05-09 10:52 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/78039199d8e5
Merge
Changeset: 0816789a8270
Author: zgu
Date: 2013-05-10 16:46 -0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/0816789a8270
8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check
Summary: Fixed NMT to deal with releasing virtual memory region when there are still committed regions within it
Reviewed-by: acorn, coleenp
! src/share/vm/runtime/os.cpp
! src/share/vm/runtime/os.hpp
! src/share/vm/services/memSnapshot.cpp
+ test/runtime/NMT/ReleaseCommittedMemory.java
Changeset: 091c3bd3fcdd
Author: mgronlun
Date: 2013-05-14 13:32 +0200
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/091c3bd3fcdd
8014411: Decrease lock order rank for event tracing locks
Reviewed-by: sla, dholmes
! src/share/vm/runtime/mutexLocker.cpp
Changeset: feb41fc13635
Author: rbackman
Date: 2013-05-14 09:11 +0200
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/feb41fc13635
8014478: EnableTracing: output from multiple threads may be mixed together
Reviewed-by: dholmes, rbackman
Contributed-by: yunda.mly at taobao.com
! src/share/vm/runtime/globals.hpp
! src/share/vm/trace/traceEventClasses.xsl
Changeset: 1c631ba2a408
Author: collins
Date: 2013-02-27 20:36 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/1c631ba2a408
7115383: TEST_BUG: some jtreg tests fail because they explicitly specify -server option
Summary: Small changes to hotspot tests to remove "-server" and replace with ${TESTVMOPTS}
Reviewed-by: kvn
! test/compiler/6431242/Test.java
! test/compiler/6589834/Test_ia32.java
! test/compiler/6636138/Test1.java
! test/compiler/6636138/Test2.java
! test/compiler/6795161/Test.java
! test/compiler/6946040/TestCharShortByteSwap.java
! test/compiler/7068051/Test7068051.sh
! test/compiler/8000805/Test8000805.java
Changeset: 4071984ef4ea
Author: collins
Date: 2013-03-27 09:49 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/4071984ef4ea
8009152: A number of jtreg tests need review/improvement
Summary: Added a new test_env.txt file to capture common shell variable. Added concept of COMPILEJAVA for use when TESTJAVA is a JRE. If COMPILEJAVA not set then TESTJAVA will be the default with assumption it is a JDK.
Reviewed-by: kvn, brutisso, coleenp
! test/compiler/5091921/Test6890943.sh
! test/compiler/5091921/Test7005594.sh
! test/compiler/6857159/Test6857159.sh
! test/compiler/7068051/Test7068051.sh
! test/compiler/7070134/Test7070134.sh
! test/compiler/7200264/Test7200264.sh
! test/gc/6941923/test6941923.sh
! test/runtime/6626217/Test6626217.sh
! test/runtime/6878713/Test6878713.sh
! test/runtime/6929067/Test6929067.sh
! test/runtime/7020373/Test7020373.sh
! test/runtime/7051189/Xchecksig.sh
! test/runtime/7107135/Test7107135.sh
! test/runtime/7110720/Test7110720.sh
! test/runtime/7158804/Test7158804.sh
! test/runtime/7162488/Test7162488.sh
+ test/test_env.sh
Changeset: 725d82a60081
Author: collins
Date: 2013-05-15 08:37 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/725d82a60081
Merge
Changeset: f2ce8a7ee5a0
Author: poonam
Date: 2013-05-15 10:12 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/f2ce8a7ee5a0
8014189: JVM crash with SEGV in ConnectionGraph::record_for_escape_analysis()
Summary: Add NULL checks and asserts for Type::make_ptr() returned value.
Reviewed-by: kvn
! src/share/vm/opto/escape.cpp
! src/share/vm/opto/lcm.cpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/machnode.cpp
! src/share/vm/opto/macro.cpp
! src/share/vm/opto/node.cpp
! src/share/vm/opto/node.hpp
! src/share/vm/opto/output.cpp
! src/share/vm/opto/subnode.cpp
Changeset: ec4e3a5cc748
Author: poonam
Date: 2013-05-15 12:38 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/ec4e3a5cc748
Merge
Changeset: 275bd93474dc
Author: roland
Date: 2013-04-04 09:33 +0200
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/275bd93474dc
8010399: Test8009761.java "Failed: init recursive calls: 5498. After deopt 5494".
Summary: test from 8009761 shouldn't be run with -Xcomp
Reviewed-by: kvn
! test/compiler/8009761/Test8009761.java
Changeset: 24560c7be569
Author: roland
Date: 2013-05-03 09:32 +0200
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/24560c7be569
8012037: Test8009761.java "Failed: init recursive calls: 7224. After deopt 58824"
Summary: test shouldn't be run with a modified CompileThreshold
Reviewed-by: kvn
! test/compiler/8009761/Test8009761.java
Changeset: d1032a8d2096
Author: twisti
Date: 2013-05-06 13:53 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/d1032a8d2096
7196277: JSR 292: Two jck/runtime tests crash on java.lang.invoke.MethodHandle.invokeExact
Reviewed-by: jrose, kvn
! src/share/vm/oops/methodOop.cpp
! src/share/vm/prims/methodHandles.cpp
! src/share/vm/prims/nativeLookup.cpp
! src/share/vm/runtime/sharedRuntime.cpp
Changeset: 12e522165e15
Author: twisti
Date: 2013-05-15 19:46 -0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/12e522165e15
Merge
Changeset: 69fecd3e0689
Author: amurillo
Date: 2013-05-16 16:09 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/69fecd3e0689
Merge
Changeset: 43fd44b89792
Author: amurillo
Date: 2013-05-16 16:09 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/43fd44b89792
Added tag hs24-b45 for changeset 69fecd3e0689
! .hgtags
More information about the jdk7u-dev
mailing list