hg: jdk7/hotspot/hotspot: 2 new changesets
vladimir.kozlov at oracle.com
vladimir.kozlov at oracle.com
Wed Jun 1 12:03:34 PDT 2011
Changeset: 9340a27154cb
Author: kvn
Date: 2011-05-25 21:17 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/9340a27154cb
7048332: Cadd_cmpLTMask doesn't handle 64-bit tmp register properly
Summary: Use ins_encode %{ %} form to encode cadd_cmpLTMask() instruction and remove unused code.
Reviewed-by: never
! src/cpu/x86/vm/x86_64.ad
+ test/compiler/7048332/Test7048332.java
Changeset: ea0da5474c23
Author: kvn
Date: 2011-05-27 12:47 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/ea0da5474c23
7047069: Array can dynamically change size when assigned to an object field
Summary: Fix initialization of a newly-allocated array with arraycopy
Reviewed-by: never
! src/share/vm/opto/library_call.cpp
+ test/compiler/7047069/Test7047069.java
More information about the hotspot-dev
mailing list