hg: jdk8u/jdk8u/hotspot: 9 new changesets

rob.mckenna at oracle.com rob.mckenna at oracle.com
Tue Mar 1 00:24:48 UTC 2016


Changeset: 767f8c68255a
Author:    sgehwolf
Date:      2015-12-18 08:55 +0100
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/767f8c68255a

6425769: Allow specifying an address to bind JMX remote connector
Reviewed-by: jbachorik, dfuchs

! src/share/vm/services/diagnosticCommand.cpp
! src/share/vm/services/diagnosticCommand.hpp

Changeset: 55c8792fe214
Author:    thartmann
Date:      2016-02-16 08:11 +0100
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/55c8792fe214

8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException
Summary: Fixed handling of long/double MH arguments in GraphBuilder::try_method_handle_inline().
Reviewed-by: roland, shade, vlivanov, kvn, twisti

! src/share/vm/opto/callGenerator.cpp
+ test/compiler/jsr292/LongReferenceCastingTest.java

Changeset: 1246f293a0e8
Author:    kevinw
Date:      2016-02-08 15:46 +0530
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/1246f293a0e8

8144957: Remove PICL warning message
Summary: There is no need to print any error/warning message when a library needed for performance optimization is not found on the system
Reviewed-by: poonam, kvn
Contributed-by: Shafi Ahmad <shafi.s.ahmad at oracle.com>

! src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp

Changeset: 81adfb064a4f
Author:    poonam
Date:      2016-02-16 13:56 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/81adfb064a4f

Merge


Changeset: daaf806995b3
Author:    igerasim
Date:      2016-02-17 13:40 +0300
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/daaf806995b3

8081778: Use Intel x64 CPU instructions for RSA acceleration
Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods.
Reviewed-by: kvn, jrose

! 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/stubGenerator_x86_64.cpp
! src/cpu/x86/vm/stubRoutines_x86_64.hpp
! src/cpu/x86/vm/vm_version_x86.cpp
! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/opto/c2_globals.hpp
! src/share/vm/opto/escape.cpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/runtime.cpp
! src/share/vm/opto/runtime.hpp
! src/share/vm/runtime/stubRoutines.cpp
! src/share/vm/runtime/stubRoutines.hpp
! src/share/vm/runtime/vmStructs.cpp
+ test/compiler/intrinsics/muladd/TestMulAdd.java
+ test/compiler/intrinsics/squaretolen/TestSquareToLen.java

Changeset: 6acf14e730dd
Author:    poonam
Date:      2016-02-16 21:42 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/6acf14e730dd

8072725: Provide more granular levels for GC verification
Summary: Add option VerifySubSet to selectively verify the memory sub-systems
Reviewed-by: kevinw, jmasa

! src/share/vm/memory/universe.cpp
! src/share/vm/memory/universe.hpp
! src/share/vm/runtime/globals.hpp
+ test/gc/TestVerifySubSet.java

Changeset: 240ea32410fa
Author:    poonam
Date:      2016-02-17 13:42 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/240ea32410fa

Merge


Changeset: 6c57a16d0238
Author:    dbuck
Date:      2016-02-18 20:30 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/6c57a16d0238

8017462: G1: guarantee fails with UseDynamicNumberOfGCThreads
Reviewed-by: jmasa, tamao

! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp
+ test/gc/ergonomics/TestDynamicNumberOfGCThreads.java

Changeset: c9035b8e388b
Author:    roland
Date:      2016-02-03 10:58 +0100
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c9035b8e388b

8147645: get_ctrl_no_update() code is wrong
Summary: Array.fill intrinsification code doesn't mark replaced control as dead
Reviewed-by: kvn

! src/share/vm/opto/loopTransform.cpp
! src/share/vm/opto/loopnode.cpp
! src/share/vm/opto/loopnode.hpp
! src/share/vm/opto/split_if.cpp
+ test/compiler/loopopts/TestArraysFillDeadControl.java



More information about the jdk8u-changes mailing list