hg: jdk9/hs/hotspot: 13 new changesets
christian.tornqvist at oracle.com
christian.tornqvist at oracle.com
Thu Feb 5 04:26:27 UTC 2015
Changeset: 98e3222b70f9
Author: coleenp
Date: 2015-01-29 14:37 -0500
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/98e3222b70f9
8049632: JDK 1.8.0 b132 :Linux x64 : Crash in ClassFileParser::copy_localvariable_table(..)
Summary: Use resource allocated hashtable for local variable table checking
Reviewed-by: kamg, sspitsyn
! src/share/vm/classfile/classFileParser.cpp
+ test/runtime/LocalVariableTable/DuplicateLVT.cod
+ test/runtime/LocalVariableTable/DuplicateLVTT.cod
+ test/runtime/LocalVariableTable/NotFoundLVTT.cod
+ test/runtime/LocalVariableTable/TestLVT.java
+ test/runtime/LocalVariableTable/testcase.jar
Changeset: 0a8a354190ae
Author: ctornqvi
Date: 2015-01-29 14:50 -0800
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/0a8a354190ae
8071584: [TESTBUG] runtime/Unsafe/AllocateMemory.java crashed on OOM during compilation.
Reviewed-by: dholmes, gtriantafill, jprovino
! test/runtime/Unsafe/AllocateMemory.java
Changeset: 31ce884737a6
Author: ykantser
Date: 2015-01-30 09:32 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/31ce884737a6
8071784: serviceability/attach/AttachWithStalePidFile.java should be quarantined
Reviewed-by: sla, jbachorik
! test/serviceability/attach/AttachWithStalePidFile.java
Changeset: 435d1f8837af
Author: miauno
Date: 2015-01-30 20:20 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/435d1f8837af
8071909: Port testlibrary improvments in jdk/test to hotspot/test as required for DCMD test port
Reviewed-by: jbachorik, egahlin, ykantser, mtobiass
! test/testlibrary/com/oracle/java/testlibrary/OutputAnalyzer.java
! test/testlibrary/com/oracle/java/testlibrary/ProcessTools.java
Changeset: 690b40bee3ae
Author: miauno
Date: 2015-01-30 20:00 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/690b40bee3ae
8071908: Port internal Diagnostic Command tests and test framework to jtreg
Reviewed-by: jbachorik, egahlin, ykantser, mtobiass
! test/TEST.groups
- test/serviceability/dcmd/ClassLoaderStatsTest.java
- test/serviceability/dcmd/DcmdUtil.java
- test/serviceability/dcmd/DynLibDcmdTest.java
! test/serviceability/dcmd/compiler/CodeCacheTest.java
! test/serviceability/dcmd/compiler/CodelistTest.java
! test/serviceability/dcmd/compiler/CompilerQueueTest.java
! test/serviceability/dcmd/compiler/MethodIdentifierParser.java
+ test/serviceability/dcmd/framework/HelpTest.java
+ test/serviceability/dcmd/framework/InvalidCommandTest.java
+ test/serviceability/dcmd/framework/VMVersionTest.java
+ test/serviceability/dcmd/gc/ClassHistogramAllTest.java
+ test/serviceability/dcmd/gc/ClassHistogramTest.java
+ test/serviceability/dcmd/gc/HeapDumpAllTest.java
+ test/serviceability/dcmd/gc/HeapDumpTest.java
+ test/serviceability/dcmd/gc/RunFinalizationTest.java
+ test/serviceability/dcmd/gc/RunGCTest.java
+ test/serviceability/dcmd/thread/PrintConcurrentLocksTest.java
+ test/serviceability/dcmd/thread/PrintTest.java
+ test/serviceability/dcmd/vm/ClassLoaderStatsTest.java
+ test/serviceability/dcmd/vm/CommandLineTest.java
+ test/serviceability/dcmd/vm/DynLibsTest.java
+ test/serviceability/dcmd/vm/FlagsTest.java
+ test/serviceability/dcmd/vm/SystemPropertiesTest.java
+ test/serviceability/dcmd/vm/UptimeTest.java
+ test/testlibrary/com/oracle/java/testlibrary/dcmd/CommandExecutor.java
+ test/testlibrary/com/oracle/java/testlibrary/dcmd/CommandExecutorException.java
+ test/testlibrary/com/oracle/java/testlibrary/dcmd/FileJcmdExecutor.java
+ test/testlibrary/com/oracle/java/testlibrary/dcmd/JMXExecutor.java
+ test/testlibrary/com/oracle/java/testlibrary/dcmd/JcmdExecutor.java
+ test/testlibrary/com/oracle/java/testlibrary/dcmd/MainClassJcmdExecutor.java
+ test/testlibrary/com/oracle/java/testlibrary/dcmd/PidJcmdExecutor.java
Changeset: 6d46a60a2770
Author: jiangli
Date: 2015-01-30 20:31 -0500
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/6d46a60a2770
8071962: The SA code needs to be updated to support Symbol lookup from the shared archive.
Summary: Support shared symbols lookup.
Reviewed-by: minqi, sspitsyn, dsamersoff, iklam
! agent/src/share/classes/sun/jvm/hotspot/memory/SymbolTable.java
+ agent/src/share/classes/sun/jvm/hotspot/utilities/CompactHashTable.java
! src/share/vm/classfile/compactHashtable.hpp
! src/share/vm/runtime/vmStructs.cpp
Changeset: 603ec5001a6d
Author: jiangli
Date: 2015-02-02 13:10 -0500
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/603ec5001a6d
Merge
- test/serviceability/dcmd/ClassLoaderStatsTest.java
- test/serviceability/dcmd/DcmdUtil.java
- test/serviceability/dcmd/DynLibDcmdTest.java
Changeset: d82cfaa06edb
Author: fparain
Date: 2015-02-02 18:20 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d82cfaa06edb
8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
Reviewed-by: dcubed, coleenp, bdelsart
! src/cpu/x86/vm/frame_x86.cpp
Changeset: 190387dac813
Author: fparain
Date: 2015-02-02 21:19 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/190387dac813
Merge
Changeset: 7e84c2e6bdd2
Author: miauno
Date: 2015-02-03 12:26 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/7e84c2e6bdd2
8072401: [TESTBUG] Some of the newly added DCMD tests fail due to lack of -XX:+UsePerfData
Reviewed-by: jbachorik, sla
! test/serviceability/dcmd/framework/HelpTest.java
! test/serviceability/dcmd/framework/InvalidCommandTest.java
! test/serviceability/dcmd/framework/VMVersionTest.java
Changeset: d817c3987d6c
Author: miauno
Date: 2015-02-03 12:49 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d817c3987d6c
8072403: [TESTBUG] HeapDumpTest and HeapDumpAllTest fails to find jhat in non-JDK runs
Reviewed-by: jbachorik, sla
! test/serviceability/dcmd/gc/HeapDumpTest.java
Changeset: 79f4205419d2
Author: miauno
Date: 2015-02-03 12:49 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/79f4205419d2
8072405: [TESTBUG] DCMD tests needs at least compact3 profile
Reviewed-by: jbachorik, sla
! test/TEST.groups
Changeset: c705ddfa4ebd
Author: ctornqvi
Date: 2015-02-04 18:22 -0800
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/c705ddfa4ebd
Merge
- make/linux/makefiles/build_vm_def.sh
More information about the jdk9-hs-changes
mailing list