hg: hsx/hotspot-rt/hotspot: 13 new changesets
karen.kinnear at oracle.com
karen.kinnear at oracle.com
Sun Jan 27 21:16:57 PST 2013
Changeset: 7df93f7c14a5
Author: brutisso
Date: 2013-01-16 12:46 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/7df93f7c14a5
8006242: G1: WorkerDataArray<T>::verify() too strict for double calculations
Summary: Also reviewed by vitalyd at gmail.com.
Reviewed-by: johnc, mgerdin
! src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp
! src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp
Changeset: bf8c2b2c8cfa
Author: mgerdin
Date: 2013-01-22 13:42 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/bf8c2b2c8cfa
8004147: test/Makefile jtreg_tests target does not work with cygwin
Reviewed-by: ctornqvi, brutisso
! test/Makefile
Changeset: d754ef7b9352
Author: jmasa
Date: 2013-01-24 06:04 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/d754ef7b9352
Merge
Changeset: a7114d3d712e
Author: kvn
Date: 2013-01-22 11:31 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/a7114d3d712e
8005055: pass outputStream to more opto debug routines
Summary: pass the output stream to node->dump() and everything reachable from there
Reviewed-by: kvn
Contributed-by: goetz.lindenmaier at sap.com
! src/share/vm/compiler/oopMap.cpp
! src/share/vm/opto/callnode.cpp
! src/share/vm/opto/callnode.hpp
! src/share/vm/opto/machnode.cpp
! src/share/vm/opto/node.cpp
! src/share/vm/opto/node.hpp
! src/share/vm/opto/optoreg.hpp
! src/share/vm/opto/regalloc.cpp
! src/share/vm/opto/regmask.cpp
! src/share/vm/opto/regmask.hpp
Changeset: b30b3c2a0cf2
Author: kvn
Date: 2013-01-22 15:34 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/b30b3c2a0cf2
6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
Summary: Use SSE4.2 and AVX2 instructions for encodeArray intrinsic.
Reviewed-by: roland
! src/cpu/x86/vm/assembler_x86.cpp
! src/cpu/x86/vm/assembler_x86.hpp
! src/cpu/x86/vm/macroAssembler_x86.cpp
! src/cpu/x86/vm/macroAssembler_x86.hpp
! src/cpu/x86/vm/x86_32.ad
! src/cpu/x86/vm/x86_64.ad
! src/share/vm/adlc/formssel.cpp
! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/opto/c2_globals.hpp
! src/share/vm/opto/classes.hpp
! src/share/vm/opto/escape.cpp
! src/share/vm/opto/lcm.cpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/loopTransform.cpp
! src/share/vm/opto/macro.cpp
! src/share/vm/opto/matcher.cpp
! src/share/vm/opto/memnode.cpp
! src/share/vm/opto/memnode.hpp
+ test/compiler/6896617/Test6896617.java
Changeset: 522c328b8b77
Author: kvn
Date: 2013-01-23 15:11 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/522c328b8b77
8003878: compiler/7196199 test failed on OS X since 8b54, jdk7u12b01
Summary: Limit vectors size to 16 bytes on BSD until the problem is fixed
Reviewed-by: twisti
! src/cpu/x86/vm/vm_version_x86.cpp
Changeset: 22ead76da3f4
Author: kmo
Date: 2013-01-24 02:03 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/22ead76da3f4
8006758: LinkResolver assertion (caused by @Contended changes)
Summary: treat anonymous classes as privileged code to restore the special handling for @Compiled during class file parsing
Reviewed-by: jrose, coleenp, kvn, dholmes
! src/share/vm/classfile/classFileParser.cpp
Changeset: 274a29bf5682
Author: kmo
Date: 2013-01-24 09:06 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/274a29bf5682
Merge
Changeset: 89fc17e8d808
Author: katleman
Date: 2013-01-24 16:48 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/89fc17e8d808
Added tag jdk8-b74 for changeset 1a3e54283c54
! .hgtags
Changeset: b4391649e91e
Author: amurillo
Date: 2013-01-25 02:36 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/b4391649e91e
Merge
! .hgtags
Changeset: 6778d0b16593
Author: amurillo
Date: 2013-01-25 02:36 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/6778d0b16593
Added tag hs25-b17 for changeset b4391649e91e
! .hgtags
Changeset: 6fbe8a57549d
Author: amurillo
Date: 2013-01-25 03:03 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/6fbe8a57549d
8006827: new hotspot build - hs25-b18
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: cf8470eaf7e5
Author: acorn
Date: 2013-01-27 21:58 -0500
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/cf8470eaf7e5
Merge
- agent/src/share/classes/sun/jvm/hotspot/memory/BinaryTreeDictionary.java
- make/solaris/makefiles/kernel.make
! src/cpu/x86/vm/assembler_x86.hpp
! src/share/vm/classfile/vmSymbols.hpp
More information about the serviceability-dev
mailing list