hg: jdk8/build/hotspot: 18 new changesets
david.katleman at sun.com
david.katleman at sun.com
Wed Feb 15 23:35:30 UTC 2012
Changeset: aaceb8ddf2e2
Author: katleman
Date: 2012-02-09 12:55 -0800
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/aaceb8ddf2e2
Added tag jdk8-b25 for changeset 9ad8feb5afbd
! .hgtags
Changeset: 3c4621be5149
Author: amurillo
Date: 2012-02-06 12:18 -0800
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/3c4621be5149
7143122: new hotspot build - hs23-b15
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: 869be5c8882e
Author: phh
Date: 2012-02-03 17:21 -0500
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/869be5c8882e
7142586: Cannot build on Solaris 11 due to use of ia_nice
Summary: Delete the single use of ia_nice in os_solaris.cpp
Reviewed-by: kamg, kvn
! src/os/solaris/vm/os_solaris.cpp
Changeset: c77d473e71f7
Author: ohrstrom
Date: 2012-01-31 13:12 +0100
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/c77d473e71f7
7132779: build-infra merge: Enable ccache to work for most developer builds.
Summary: When a build number is not specified, the JRE_RELEASE_VERSION define contains a date and timestamp. Thus ccache cannot cache the object files for longer than a minute since the define is passed to the compilation of all source files. This change passes JRE_RELEASE_VERSION only to vm_version.cpp and adds a function jre_release_version() to Abstract_VM_Version. This allows all other source files to be ccached.
Reviewed-by: ohair, rottenha
Contributed-by: fredrik.ohrstrom at oracle.com
! make/bsd/makefiles/vm.make
! make/linux/makefiles/vm.make
! make/solaris/makefiles/vm.make
! src/share/vm/runtime/vm_version.cpp
! src/share/vm/runtime/vm_version.hpp
Changeset: 719f7007c8e8
Author: erikj
Date: 2012-02-06 09:14 +0100
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/719f7007c8e8
7141242: build-infra merge: Rename CPP->CXX and LINK->LD
Summary: Cleaned up make variables for compilers and linker to consistently use CXX for C++ compiler, CC for C compiler and LD for linker.
Reviewed-by: dholmes, ohrstrom
! make/bsd/makefiles/adlc.make
! make/bsd/makefiles/dtrace.make
! make/bsd/makefiles/gcc.make
! make/bsd/makefiles/launcher.make
! make/bsd/makefiles/product.make
! make/bsd/makefiles/rules.make
! make/bsd/makefiles/sparcWorks.make
! make/bsd/makefiles/vm.make
! make/linux/makefiles/adlc.make
! make/linux/makefiles/gcc.make
! make/linux/makefiles/launcher.make
! make/linux/makefiles/product.make
! make/linux/makefiles/rules.make
! make/linux/makefiles/sparcWorks.make
! make/linux/makefiles/vm.make
! make/solaris/makefiles/adlc.make
! make/solaris/makefiles/dtrace.make
! make/solaris/makefiles/gcc.make
! make/solaris/makefiles/launcher.make
! make/solaris/makefiles/product.make
! make/solaris/makefiles/rules.make
! make/solaris/makefiles/saproc.make
! make/solaris/makefiles/sparcWorks.make
! make/solaris/makefiles/vm.make
! make/windows/build_vm_def.sh
! make/windows/get_msc_ver.sh
! make/windows/makefiles/adlc.make
! make/windows/makefiles/compile.make
! make/windows/makefiles/debug.make
! make/windows/makefiles/fastdebug.make
! make/windows/makefiles/launcher.make
! make/windows/makefiles/product.make
! make/windows/makefiles/projectcreator.make
! make/windows/makefiles/sa.make
! make/windows/makefiles/sanity.make
! make/windows/makefiles/shared.make
! make/windows/makefiles/vm.make
Changeset: ea677dbdd883
Author: fparain
Date: 2012-02-07 12:34 -0800
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/ea677dbdd883
Merge
Changeset: 5e9fba4e8718
Author: kvn
Date: 2012-02-07 11:33 -0800
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/5e9fba4e8718
7142167: MAC: _get_previous_fp broken on bsd with llvm-gcc
Summary: LLVM-GCC (__llvm__) should use the same _get_previous_fp implementation as __clang__ (as is the case for os::current_stack_pointer).
Reviewed-by: twisti, never, dcubed
! src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp
Changeset: b9bc6cae88f2
Author: kvn
Date: 2012-02-07 16:33 -0800
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/b9bc6cae88f2
7143491: G1 C2 CTW: assert(p2x->outcnt() == 2) failed: expects 2 users: Xor and URShift nodes
Summary: Adjust the assert and code in eliminate_card_mark() method for case when stored value is NULL.
Reviewed-by: iveresov, never
! src/share/vm/opto/graphKit.cpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/macro.cpp
Changeset: c742b0b47fe5
Author: roland
Date: 2012-02-08 09:52 +0100
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/c742b0b47fe5
7119286: JSR292: SIGSEGV in JNIHandleBlock::release_block(JNIHandleBlock*, Thread*)+0x3c
Summary: unaligned stack in throw_NullPointerException_at_call_entry().
Reviewed-by: twisti, never, kvn
! src/cpu/x86/vm/stubGenerator_x86_64.cpp
Changeset: 2f985b6ce7ff
Author: jrose
Date: 2012-02-09 18:01 -0800
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/2f985b6ce7ff
Merge
Changeset: 1ac084126285
Author: dlong
Date: 2012-01-24 18:00 -0500
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/1ac084126285
7130319: C2: running with -XX:+PrintOptoAssembly crashes the VM with assert(false) failed: bad tag in log
Summary: Relax assert to allow the VMThread to close the log while the compiler thread is still writing to it.
Reviewed-by: dholmes, never
Contributed-by: dean.long at oracle.com
! src/share/vm/utilities/xmlstream.cpp
Changeset: d851f3714641
Author: dholmes
Date: 2012-01-25 19:26 -0500
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/d851f3714641
Merge
- src/os/bsd/vm/decoder_bsd.cpp
Changeset: a79cb7c55012
Author: jiangli
Date: 2012-01-25 17:40 -0500
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/a79cb7c55012
7132690: InstanceKlass:_reference_type should be u1 type
Summary: Change InstanceKlass::_reference_type to u1 type.
Reviewed-by: dholmes, coleenp, acorn
Contributed-by: Jiangli Zhou <jiangli.zhou at oracle.com>
! src/cpu/sparc/vm/c1_CodeStubs_sparc.cpp
! src/cpu/x86/vm/c1_CodeStubs_x86.cpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/runtime/vmStructs.cpp
Changeset: f3fa16bd7159
Author: bobv
Date: 2012-01-25 21:30 -0800
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/f3fa16bd7159
Merge
Changeset: b7b8b6d2f97d
Author: bpittore
Date: 2012-02-06 10:57 -0500
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/b7b8b6d2f97d
Merge
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/runtime/vmStructs.cpp
Changeset: f174909614bd
Author: bpittore
Date: 2012-02-10 10:55 -0500
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/f174909614bd
Merge
! src/share/vm/opto/library_call.cpp
Changeset: d71e662fe037
Author: amurillo
Date: 2012-02-10 11:41 -0800
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/d71e662fe037
Merge
Changeset: fd3060701216
Author: amurillo
Date: 2012-02-10 11:41 -0800
URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/fd3060701216
Added tag hs23-b15 for changeset d71e662fe037
! .hgtags
More information about the build-dev
mailing list