hg: hsx/hotspot-main/hotspot: 8 new changesets
vladimir.kozlov at oracle.com
vladimir.kozlov at oracle.com
Wed May 9 15:08:17 PDT 2012
Changeset: c7ed11779ce8
Author: jiangli
Date: 2012-04-10 09:31 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/c7ed11779ce8
7159772: instanceKlass::all_fields_count() returns incorrect total field count
Summary: Fix instanceKlass::all_fields_count() bug.
Reviewed-by: kvn, never
Contributed-by: Jiangli Zhou <jiangli.zhou at oracle.com>
! src/share/vm/oops/instanceKlass.hpp
Changeset: 3576af4cb939
Author: iveresov
Date: 2012-04-11 19:15 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/3576af4cb939
7160539: JDeveloper crashes on 64-bit Windows
Summary: x64 C1 needs to zero upper 32bits when doing l2i conversion
Reviewed-by: never, kvn
! src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
Changeset: 847da049d62f
Author: never
Date: 2012-04-17 11:04 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/847da049d62f
7162094: LateInlineCallGenerator::do_late_inline crashed on uninitialized _call_node
Reviewed-by: never, twisti
Contributed-by: nils.eliasson at oracle.com
! src/share/vm/opto/callGenerator.cpp
Changeset: df3d4a91f7f6
Author: never
Date: 2012-04-18 16:08 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/df3d4a91f7f6
7161796: PhaseStringOpts::fetch_static_field tries to fetch field from the Klass instead of the mirror
Reviewed-by: twisti
! src/share/vm/opto/stringopts.cpp
Changeset: ec15e8f6e4f1
Author: twisti
Date: 2012-04-24 12:15 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/ec15e8f6e4f1
7157695: Add windows implementation of socket interface
Reviewed-by: kvn, dholmes, twisti
Contributed-by: Nils Eliasson <nils.eliasson at oracle.com>
! src/os/windows/vm/jvm_windows.h
! src/os/windows/vm/os_windows.cpp
Changeset: dc682d9431f3
Author: kvn
Date: 2012-05-07 12:37 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/dc682d9431f3
7160610: Unknown Native Code compilation issue
Summary: When constructing input vector use type of vector's operation which use it since element's sizes should match.
Reviewed-by: never, twisti
! src/share/vm/opto/superword.cpp
+ test/compiler/7160610/Test7160610.java
Changeset: 3a97daec1b34
Author: kvn
Date: 2012-05-08 15:47 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/3a97daec1b34
7167266: missing copyright notes in 3rd party code
Summary: add missing copyright notes to the regression test file.
Reviewed-by: twisti, johnc
! test/compiler/7070134/Stemmer.java
Changeset: 2766551175a0
Author: kvn
Date: 2012-05-09 10:54 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/2766551175a0
Merge
! src/share/vm/oops/instanceKlass.hpp
More information about the hotspot-dev
mailing list