hg: build-infra/jdk8/hotspot: 18 new changesets
erik.joelsson at oracle.com
erik.joelsson at oracle.com
Mon May 21 04:58:24 PDT 2012
Changeset: 3c394919ca69
Author: katleman
Date: 2012-05-10 10:25 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/3c394919ca69
Added tag jdk8-b38 for changeset 637c3f5f068f
! .hgtags
Changeset: 36538fd1225e
Author: amurillo
Date: 2012-05-04 15:26 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/36538fd1225e
7166615: new hotspot build - hs24-b10
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: 8bafad97cd26
Author: jiangli
Date: 2012-05-02 13:21 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/8bafad97cd26
7158552: The instanceKlsss::_host_klass is only needed for anonymous class for JSR 292 support.
Summary: Change the _host_klass to be conditionally created embedded instanceKlass field.
Reviewed-by: jrose, coleenp, dholmes
! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/memory/oopFactory.cpp
! src/share/vm/memory/oopFactory.hpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/oops/instanceKlassKlass.cpp
! src/share/vm/oops/instanceKlassKlass.hpp
Changeset: 38b4116b6766
Author: jprovino
Date: 2012-05-05 10:24 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/38b4116b6766
Merge
Changeset: c7ed11779ce8
Author: jiangli
Date: 2012-04-10 09:31 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/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/build-infra/jdk8/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/build-infra/jdk8/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/build-infra/jdk8/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/build-infra/jdk8/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/build-infra/jdk8/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/build-infra/jdk8/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/build-infra/jdk8/hotspot/rev/2766551175a0
Merge
! src/share/vm/oops/instanceKlass.hpp
Changeset: a05a695ea044
Author: stefank
Date: 2012-05-10 11:27 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/a05a695ea044
7167437: Can't build on linux without precompiled headers
Reviewed-by: brutisso, mgerdin
! src/share/vm/memory/space.hpp
! src/share/vm/memory/space.inline.hpp
Changeset: f47478089efc
Author: brutisso
Date: 2012-05-10 14:16 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f47478089efc
7167069: 6 VM flags crash the VM when queried via jinfo
Summary: Added missing double format to Flag::print_as_flag()
Reviewed-by: dholmes, stefank, coleenp
! src/share/vm/runtime/globals.cpp
+ test/runtime/7167069/PrintAsFlag.java
Changeset: 5799726c54d7
Author: jcoomes
Date: 2012-05-11 06:37 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/5799726c54d7
Merge
Changeset: 73147e6c4881
Author: amurillo
Date: 2012-05-11 14:47 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/73147e6c4881
Merge
Changeset: 96a403721094
Author: amurillo
Date: 2012-05-11 14:47 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/96a403721094
Added tag hs24-b10 for changeset 73147e6c4881
! .hgtags
Changeset: 036ae89ec2a2
Author: erikj
Date: 2012-05-21 12:26 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/036ae89ec2a2
Merge
More information about the build-infra-dev
mailing list