hg: hsx/hsx24/hotspot: 9 new changesets
vladimir.kozlov at oracle.com
vladimir.kozlov at oracle.com
Tue Apr 23 22:35:24 PDT 2013
Changeset: d59ed8d47aed
Author: kvn
Date: 2013-04-03 11:12 -0700
URL: http://hg.openjdk.java.net/hsx/hsx24/hotspot/rev/d59ed8d47aed
8011102: Clear AVX registers after return from JNI call
Summary: Execute vzeroupper instruction after JNI call and on exits in jit compiled code which use 256bit vectors.
Reviewed-by: roland
! src/cpu/x86/vm/assembler_x86.cpp
! src/cpu/x86/vm/assembler_x86.hpp
! src/cpu/x86/vm/cppInterpreter_x86.cpp
! src/cpu/x86/vm/sharedRuntime_x86_32.cpp
! src/cpu/x86/vm/sharedRuntime_x86_64.cpp
! src/cpu/x86/vm/stubGenerator_x86_32.cpp
! src/cpu/x86/vm/stubGenerator_x86_64.cpp
! src/cpu/x86/vm/templateInterpreter_x86_32.cpp
! src/cpu/x86/vm/templateInterpreter_x86_64.cpp
! src/cpu/x86/vm/x86_32.ad
! src/cpu/x86/vm/x86_64.ad
! src/os_cpu/bsd_x86/vm/bsd_x86_64.ad
! src/os_cpu/linux_x86/vm/linux_x86_64.ad
! src/os_cpu/solaris_x86/vm/solaris_x86_64.ad
! src/os_cpu/windows_x86/vm/windows_x86_64.ad
Changeset: 73ec23a2d1a6
Author: rasbold
Date: 2013-04-03 15:00 -0700
URL: http://hg.openjdk.java.net/hsx/hsx24/hotspot/rev/73ec23a2d1a6
8010437: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
Summary: Fix shorten_branches() to accurately count an initial nop that may be inserted in a block that starts with a safepoint.
Reviewed-by: kvn
! src/share/vm/opto/output.cpp
Changeset: ab200d01a0db
Author: neliasso
Date: 2013-04-04 09:18 +0200
URL: http://hg.openjdk.java.net/hsx/hsx24/hotspot/rev/ab200d01a0db
8006008: Memory leak in hotspot/src/share/vm/adlc/archDesc.cpp
Reviewed-by: roland, kvn
Contributed-by: niclas.adlertz at oracle.com
! src/share/vm/adlc/archDesc.cpp
Changeset: dba7425a1e21
Author: neliasso
Date: 2013-04-04 09:30 +0200
URL: http://hg.openjdk.java.net/hsx/hsx24/hotspot/rev/dba7425a1e21
8006014: Memory leak in hotspot/src/share/vm/adlc/dfa.cpp
Reviewed-by: kvn, roland
Contributed-by: niclas.adlertz at oracle.com
! src/share/vm/adlc/dfa.cpp
Changeset: 9bd654867fe1
Author: neliasso
Date: 2013-04-05 11:09 +0200
URL: http://hg.openjdk.java.net/hsx/hsx24/hotspot/rev/9bd654867fe1
8006016: Memory leak at hotspot/src/share/vm/adlc/output_c.cpp
Reviewed-by: kvn, roland
Contributed-by: niclas.adlertz at oracle.com
! src/share/vm/adlc/output_c.cpp
! src/share/vm/adlc/output_h.cpp
Changeset: 719fd17b822c
Author: bharadwaj
Date: 2013-04-08 07:40 -0700
URL: http://hg.openjdk.java.net/hsx/hsx24/hotspot/rev/719fd17b822c
8010913: compiler/6863420 often exceeds timeout
Summary: add longer timeout for jtreg, add internal timeout thread to prevent spurious timeouts
Reviewed-by: twisti, kvn
Contributed-by: drchase <david.r.chase at oracle.com>
! test/compiler/6863420/Test.java
Changeset: c0c1cf79ebd1
Author: kmo
Date: 2013-04-11 07:12 -0700
URL: http://hg.openjdk.java.net/hsx/hsx24/hotspot/rev/c0c1cf79ebd1
8011952: Missing ResourceMarks in TraceMethodHandles
Summary: add missing ResourceMark under TraceMethodHandles in LinkResolver
Reviewed-by: dholmes
! src/share/vm/interpreter/linkResolver.cpp
Changeset: 9761ff0af648
Author: drchase
Date: 2013-04-12 19:14 -0700
URL: http://hg.openjdk.java.net/hsx/hsx24/hotspot/rev/9761ff0af648
6443505: Ideal() function for CmpLTMask
Summary: Repair wrong code generation, added new matching rule
Reviewed-by: kvn, twisti
! src/cpu/sparc/vm/sparc.ad
! src/cpu/x86/vm/x86_32.ad
! src/cpu/x86/vm/x86_64.ad
! src/share/vm/opto/cfgnode.cpp
+ test/compiler/6443505/Test6443505.java
Changeset: d22109dfc23e
Author: roland
Date: 2013-04-16 17:06 +0200
URL: http://hg.openjdk.java.net/hsx/hsx24/hotspot/rev/d22109dfc23e
8011901: Unsafe.getAndAddLong(obj, off, delta) does not work properly with long deltas
Summary: instruct xaddL_no_res shouldn't allow 64 bit constants.
Reviewed-by: kvn
! src/cpu/x86/vm/x86_64.ad
+ test/compiler/8011901/Test8011901.java
More information about the hotspot-dev
mailing list