hg: jdk9/hs/hotspot: 12 new changesets

dean.long at oracle.com dean.long at oracle.com
Thu Jan 29 23:20:48 UTC 2015


Changeset: 0c32ee82088b
Author:    thartmann
Date:      2015-01-22 09:07 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/0c32ee82088b

8069580: String intrinsic related cleanups
Summary: Small cleanup of string intrinsic related code.
Reviewed-by: kvn, roland

! src/cpu/sparc/vm/sparc.ad
! src/cpu/x86/vm/macroAssembler_x86.cpp
! src/share/vm/opto/library_call.cpp

Changeset: 41e21dafddc9
Author:    neliasso
Date:      2015-01-22 11:05 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/41e21dafddc9

8069389: CompilerOracle prefix wildcarding is broken for long strings
Summary: Replace strcpy with memmove
Reviewed-by: kvn

! src/share/vm/compiler/compilerOracle.cpp
+ test/compiler/oracle/TestCompileCommand.java

Changeset: 85bf928f0a7e
Author:    neliasso
Date:      2015-01-22 11:23 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/85bf928f0a7e

8069035: compiler/oracle/CheckCompileCommandOption.java nightly failure
Summary: Fixed whitespace handling and added test cases
Reviewed-by: kvn, anoll, zmajo

! src/share/vm/compiler/compilerOracle.cpp
! test/compiler/oracle/CheckCompileCommandOption.java
+ test/compiler/oracle/command1.txt
+ test/compiler/oracle/command2.txt

Changeset: 86d2643259de
Author:    fzhinkin
Date:      2015-01-20 11:26 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/86d2643259de

8069126: compiler/rtm/locking/TestRTMTotalCountIncrRate.java nightly failure
Reviewed-by: kvn

! test/compiler/rtm/locking/TestRTMTotalCountIncrRate.java

Changeset: b9b4b9394887
Author:    iveresov
Date:      2015-01-22 11:25 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b9b4b9394887

8071302: assert(!_reg_node[reg_lo] || edge_from_to(_reg_node[reg_lo], def)) failed: after block local
Summary: Add merge nodes to node to block mapping
Reviewed-by: kvn, vlivanov

! src/share/vm/opto/output.cpp
! src/share/vm/opto/postaloc.cpp

Changeset: 94010b8bd280
Author:    iveresov
Date:      2015-01-22 21:02 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/94010b8bd280

Merge


Changeset: 72904af52714
Author:    dlong
Date:      2015-01-23 22:39 -0500
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/72904af52714

8031064: build_vm_def.sh not working correctly for new build cross compile
Summary: move nm and awk code into vm.make
Reviewed-by: dsamersoff, dholmes

- make/linux/makefiles/build_vm_def.sh
! make/linux/makefiles/vm.make

Changeset: 4bb1260d360c
Author:    zmajo
Date:      2015-01-26 10:43 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4bb1260d360c

8071312: compiler/arguments/CheckCompileThresholdScaling.java fails
Summary: Change the way VM handles CompileThresholdScaling==0, update test
Reviewed-by: kvn, drchase, fzhinkin

! src/share/vm/runtime/arguments.cpp
! test/compiler/arguments/CheckCompileThresholdScaling.java

Changeset: bc9c81aaf10b
Author:    pchistyakov
Date:      2015-01-26 18:59 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/bc9c81aaf10b

8066998: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest.java : sweep shouldn't increase usage
Summary: disable background compilation
Reviewed-by: kvn

! test/compiler/whitebox/ForceNMethodSweepTest.java

Changeset: aa00507a0fad
Author:    pchistyakov
Date:      2015-01-26 19:01 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/aa00507a0fad

8069125: compiler/codecache/stress tests timeout in nightlies
Summary: added timeout between one of test threads iterations, adjusted hole test execution time
Reviewed-by: kvn

! test/compiler/codecache/stress/CodeCacheStressRunner.java
! test/compiler/codecache/stress/OverloadCompileQueueTest.java

Changeset: 99dcf09fe406
Author:    dlong
Date:      2015-01-27 13:58 -0500
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/99dcf09fe406

Merge

! make/linux/makefiles/vm.make

Changeset: c1a17f52db53
Author:    thartmann
Date:      2015-01-28 07:55 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/c1a17f52db53

8064940: JMH javac performance regressions on solaris-sparcv9 in 9-b34
Summary: Aligning code heap sizes to large page size if supported.
Reviewed-by: kvn, anoll

! src/share/vm/code/codeCache.cpp
! src/share/vm/code/codeCache.hpp
! test/compiler/codecache/cli/printcodecache/PrintCodeCacheRunner.java



More information about the jdk9-hs-changes mailing list