hg: build-infra/jdk8/hotspot: 62 new changesets

erik.joelsson at oracle.com erik.joelsson at oracle.com
Thu Jun 7 06:38:35 PDT 2012


Changeset: 26423ef693ac
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/26423ef693ac

Added tag jdk8-b39 for changeset 96a403721094

! .hgtags

Changeset: 56d1af561395
Author:    amurillo
Date:      2012-05-11 14:54 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/56d1af561395

7168247: new hotspot build - hs24-b11
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 35e504cb49a6
Author:    collins
Date:      2012-05-11 11:30 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/35e504cb49a6

7167625: Adjustments for SE-Embedded build process
Summary: Simple change to the SE-Embedded build rules that should not affect any other OpenJDK users.
Reviewed-by: kvn, dholmes

! make/linux/makefiles/vm.make
! src/share/vm/runtime/arguments.cpp

Changeset: fada85d11d92
Author:    jprovino
Date:      2012-05-16 13:33 -0400
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/fada85d11d92

Merge


Changeset: 8f972594effc
Author:    kvn
Date:      2012-05-14 09:36 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/8f972594effc

6924259: Remove String.count/String.offset
Summary: Allow a version of String class that doesn't have count and offset fields.
Reviewed-by: never, coleenp

! src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp
! src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
! src/share/vm/classfile/javaClasses.cpp
! src/share/vm/classfile/javaClasses.hpp
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/memory/dump.cpp
! src/share/vm/opto/graphKit.cpp
! src/share/vm/opto/graphKit.hpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/stringopts.cpp
! src/share/vm/opto/stringopts.hpp

Changeset: de0cc3dd9f10
Author:    kvn
Date:      2012-05-17 09:50 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/de0cc3dd9f10

Merge


Changeset: 3a22b77e755a
Author:    brutisso
Date:      2012-05-14 17:32 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/3a22b77e755a

7161545: G1: Minor cleanups to the G1 logging
Summary: Rename "to-space-overflow" to "to-space-exhausted", Introduce one decimal point in the size format, Add Sum to the aggregate and re-order the entries, Add number of GC workers to the log output
Reviewed-by: johnc, jwilhelm

! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
! src/share/vm/utilities/globalDefinitions.hpp

Changeset: 78a1b285cda8
Author:    mikael
Date:      2012-05-15 00:56 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/78a1b285cda8

7158457: division by zero in adaptiveweightedaverage
Summary: Add ceiling to AdaptiveWeightedAverage
Reviewed-by: ysr, iveresov

! src/share/vm/gc_implementation/shared/gcUtil.cpp
! src/share/vm/gc_implementation/shared/gcUtil.hpp

Changeset: 33e366609904
Author:    johnc
Date:      2012-05-14 21:07 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/33e366609904

Merge


Changeset: 1096fc5a52eb
Author:    johnc
Date:      2012-05-15 09:49 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/1096fc5a52eb

7168294: G1: Some Full GCs incorrectly report GC cause as "No GC"
Summary: GC cause was not being set by the VM_G1CollectForAllocation VM operation.
Reviewed-by: jmasa, ysr, brutisso

! src/share/vm/gc_implementation/g1/vm_operations_g1.cpp

Changeset: cdfa5139bd58
Author:    brutisso
Date:      2012-05-15 22:26 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/cdfa5139bd58

7169056: Add gigabyte unit to proper_unit_for_byte_size() and byte_size_in_proper_unit()
Reviewed-by: jwilhelm, johnc, dholmes

! src/share/vm/utilities/globalDefinitions.hpp

Changeset: 9d679effd28c
Author:    brutisso
Date:      2012-05-15 10:25 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/9d679effd28c

7166894: Add gc cause to GC logging for all collectors
Reviewed-by: mgerdin, johnc

! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp
! src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/parNew/parNewGeneration.cpp
! src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp
! src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp
! src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp
! src/share/vm/gc_interface/gcCause.hpp
! src/share/vm/memory/defNewGeneration.cpp
! src/share/vm/memory/genCollectedHeap.cpp
! src/share/vm/memory/genMarkSweep.cpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/java.hpp

Changeset: cdeda3fd141e
Author:    jcoomes
Date:      2012-05-18 10:27 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/cdeda3fd141e

Merge

! src/share/vm/runtime/arguments.cpp

Changeset: 14b0e07ab9a6
Author:    amurillo
Date:      2012-05-18 14:50 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/14b0e07ab9a6

Merge


Changeset: ff9decc8235d
Author:    amurillo
Date:      2012-05-18 14:50 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/ff9decc8235d

Added tag hs24-b11 for changeset 14b0e07ab9a6

! .hgtags

Changeset: 48064e53e997
Author:    katleman
Date:      2012-05-24 16:15 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/48064e53e997

Added tag jdk8-b40 for changeset ff9decc8235d

! .hgtags

Changeset: 03d61caacd1e
Author:    amurillo
Date:      2012-05-18 14:57 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/03d61caacd1e

7170006: new hotspot build - hs24-b12
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 0251d217257f
Author:    sla
Date:      2012-05-08 20:28 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/0251d217257f

7162726: Wrong filter predicate of visible locals in SA JSJavaFrame
Reviewed-by: sla, dcubed
Contributed-by: Krystal Mok <rednaxelafx at gmail.com>

! agent/src/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaFrame.java

Changeset: 7f410b6ea66c
Author:    dholmes
Date:      2012-05-09 00:28 -0400
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/7f410b6ea66c

7167406: (Zero) Fix for InvokeDynamic needed
Reviewed-by: chrisphi, dholmes
Contributed-by: Andrew Dinn <adinn at redhat.com>

! src/cpu/zero/vm/cppInterpreter_zero.cpp

Changeset: d506b2cf2ad0
Author:    dholmes
Date:      2012-05-09 04:32 -0400
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d506b2cf2ad0

Merge


Changeset: 78d2ae5ab35b
Author:    nloodin
Date:      2012-05-09 16:24 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/78d2ae5ab35b

7163117: Agent can't connect to process on Mac OSX
Reviewed-by: dholmes, coleenp, sla, minqi, kvn

! agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java
! agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdCDebugger.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdThreadContextFactory.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ProcDebuggerLocal.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebuggerClient.java
! agent/src/share/classes/sun/jvm/hotspot/runtime/Threads.java
! agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/HTMLGenerator.java

Changeset: 037973617842
Author:    kevinw
Date:      2012-05-11 17:24 +0100
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/037973617842

7157734: hotspot test scripts not testing 64-bit JVM under JPRT/JTREG.
Reviewed-by: kvn

! test/compiler/6894807/Test6894807.sh
! test/gc/6941923/test6941923.sh
! test/runtime/6626217/Test6626217.sh
! test/runtime/6878713/Test6878713.sh
! test/runtime/6929067/Test6929067.sh
! test/runtime/7020373/Test7020373.sh
! test/runtime/7051189/Xchecksig.sh
! test/runtime/7158988/TestFieldMonitor.sh

Changeset: 2f4819f92dc7
Author:    zgu
Date:      2012-05-10 18:19 -0400
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/2f4819f92dc7

Merge

- src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp
- src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.hpp
- src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.cpp
- src/share/vm/gc_implementation/concurrentMarkSweep/freeBlockDictionary.hpp
- src/share/vm/gc_implementation/concurrentMarkSweep/freeList.cpp
- src/share/vm/gc_implementation/concurrentMarkSweep/freeList.hpp

Changeset: b4f7c4315c36
Author:    zgu
Date:      2012-05-12 06:50 -0400
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/b4f7c4315c36

Merge


Changeset: 7d4e6dabc6bf
Author:    dcubed
Date:      2012-05-15 10:52 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/7d4e6dabc6bf

7165060: dtrace tests fail with FDS debug info files
Summary: Work around 'gobjcopy --add-gnu-debuglink' failure by adding a temporary tool that adds the '.gnu_debuglink' section and nothing more.
Reviewed-by: sspitsyn, acorn

+ make/solaris/makefiles/add_gnu_debuglink.make
! make/solaris/makefiles/vm.make
+ src/os/solaris/add_gnu_debuglink/add_gnu_debuglink.c

Changeset: 80b9cc90b643
Author:    dcubed
Date:      2012-05-15 11:27 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/80b9cc90b643

Merge

! make/solaris/makefiles/defs.make
! make/solaris/makefiles/vm.make

Changeset: 9793f47cdebc
Author:    dcubed
Date:      2012-05-15 15:16 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/9793f47cdebc

7169102: 7165060 merge lost changes to make/windows/makefiles/defs.make
Reviewed-by: sspitsyn, acorn

! make/windows/makefiles/defs.make

Changeset: 7432b9db36ff
Author:    nloodin
Date:      2012-05-10 15:44 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/7432b9db36ff

7165755: OS Information much longer on linux than other platforms
Reviewed-by: sla, dholmes

! src/os/bsd/vm/os_bsd.cpp
! src/os/linux/vm/os_linux.cpp
! src/os/linux/vm/os_linux.hpp
! src/os/posix/vm/os_posix.cpp
+ src/os/posix/vm/os_posix.hpp
! src/os/solaris/vm/os_solaris.cpp
! src/os/solaris/vm/os_solaris.hpp
! src/os/windows/vm/os_windows.cpp
! src/os/windows/vm/os_windows.hpp
! src/share/vm/runtime/os.hpp

Changeset: 198dcc84088c
Author:    dcubed
Date:      2012-05-16 12:47 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/198dcc84088c

7169409: enabling ZIP_DEBUGINFO_FILES causes unexpected test failures on Windows X86
Summary: Disable ZIP_DEBUGINFO_FILES by default on Windows.
Reviewed-by: acorn

! make/windows/makefiles/defs.make

Changeset: 4b37c0dafe3a
Author:    dcubed
Date:      2012-05-18 09:15 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/4b37c0dafe3a

7170010: conditional "ZIP_DEBUGINFO_FILES ?= 0" setting is not reliable on Windows
Summary: Always disable ZIP_DEBUGINFO_FILES on Windows.
Reviewed-by: acorn

! make/windows/makefiles/defs.make

Changeset: cee14a6fc5ac
Author:    zgu
Date:      2012-05-22 20:29 -0400
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/cee14a6fc5ac

Merge


Changeset: 6759698e3140
Author:    roland
Date:      2012-05-15 10:10 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/6759698e3140

7133857: exp() and pow() should use the x87 ISA on x86
Summary: use x87 instructions to implement exp() and pow() in interpreter/c1/c2.
Reviewed-by: kvn, never, twisti

! src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp
! src/cpu/sparc/vm/interpreter_sparc.cpp
! src/cpu/x86/vm/assembler_x86.cpp
! src/cpu/x86/vm/assembler_x86.hpp
! src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
! src/cpu/x86/vm/c1_LIRGenerator_x86.cpp
! src/cpu/x86/vm/c1_LinearScan_x86.cpp
! src/cpu/x86/vm/interpreter_x86_32.cpp
! src/cpu/x86/vm/interpreter_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/share/vm/c1/c1_GraphBuilder.cpp
! src/share/vm/c1/c1_LIR.cpp
! src/share/vm/c1/c1_LIR.hpp
! src/share/vm/c1/c1_LIRAssembler.cpp
! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/c1/c1_LinearScan.cpp
! src/share/vm/interpreter/abstractInterpreter.hpp
! src/share/vm/interpreter/interpreter.cpp
! src/share/vm/interpreter/templateInterpreter.cpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/subnode.cpp

Changeset: 4073d9478a90
Author:    roland
Date:      2012-05-18 15:50 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/4073d9478a90

7167254: Crash on OSX in Enumerator.nextElement() with compressed oops
Summary: null checks in "compressed oops with base" mode may trigger a SIGBUS rather than a SIGSEGV.
Reviewed-by: dsamersoff, dcubed, rbackman, kvn

! src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp

Changeset: cdd249497b34
Author:    twisti
Date:      2012-05-18 12:20 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/cdd249497b34

7170053: crash in C2 when using -XX:+CountCompiledCalls
Reviewed-by: kvn, twisti
Contributed-by: Krystal Mok <sajia at taobao.com>

! src/share/vm/opto/doCall.cpp

Changeset: e2961d14584b
Author:    roland
Date:      2012-05-21 09:46 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e2961d14584b

7169934: pow(x,y) or x64 computes incorrect result when x<0 and y is an odd integer
Summary: bad test for parity of y in pow(x,y) (c1, interpreter)
Reviewed-by: kvn, twisti

! src/cpu/x86/vm/assembler_x86.cpp

Changeset: 7089278210e2
Author:    kvn
Date:      2012-05-24 18:39 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/7089278210e2

Merge


Changeset: 785573170238
Author:    amurillo
Date:      2012-05-25 14:45 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/785573170238

Merge


Changeset: 37add4fa0296
Author:    amurillo
Date:      2012-05-25 14:45 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/37add4fa0296

Added tag hs24-b12 for changeset 785573170238

! .hgtags

Changeset: 2040997cba56
Author:    cl
Date:      2012-06-01 14:12 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/2040997cba56

Added tag jdk8-b41 for changeset 37add4fa0296

! .hgtags

Changeset: c80d42d78a01
Author:    amurillo
Date:      2012-05-25 14:56 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/c80d42d78a01

7171853: new hotspot build - hs24-b13
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 960a442eae91
Author:    rbackman
Date:      2012-05-22 10:11 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/960a442eae91

7161732: Improve handling of thread_id in OSThread
Reviewed-by: dholmes, kamg

! src/os/bsd/vm/osThread_bsd.hpp
! src/os/linux/vm/osThread_linux.hpp
! src/os/solaris/vm/osThread_solaris.hpp
! src/os/windows/vm/osThread_windows.hpp
! src/os_cpu/bsd_x86/vm/vmStructs_bsd_x86.hpp
! src/os_cpu/linux_sparc/vm/vmStructs_linux_sparc.hpp
! src/os_cpu/linux_x86/vm/vmStructs_linux_x86.hpp
! src/os_cpu/solaris_sparc/vm/vmStructs_solaris_sparc.hpp
! src/os_cpu/solaris_x86/vm/vmStructs_solaris_x86.hpp
! src/os_cpu/windows_x86/vm/vmStructs_windows_x86.hpp
! src/share/vm/runtime/osThread.hpp

Changeset: df84b4a3ebcb
Author:    rbackman
Date:      2012-05-24 13:37 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/df84b4a3ebcb

7171422: Change 7161732 breaks SA on Windows
Reviewed-by: dholmes, sla

! src/os_cpu/windows_x86/vm/vmStructs_windows_x86.hpp

Changeset: 9c1709c4c80c
Author:    dcubed
Date:      2012-05-24 12:03 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/9c1709c4c80c

7165598: enable FDS on Solaris X64 when 7165593 is fixed
Summary: Work around 'gobjcopy' failure on Solaris X64 by adding a temporary tool that removes the SHF_ALLOC flag from "empty" section headers.
Reviewed-by: sspitsyn, acorn

! make/solaris/makefiles/defs.make
! make/solaris/makefiles/dtrace.make
+ make/solaris/makefiles/fix_empty_sec_hdr_flags.make
! make/solaris/makefiles/jsig.make
! make/solaris/makefiles/saproc.make
! make/solaris/makefiles/vm.make
+ src/os/solaris/fix_empty_sec_hdr_flags/fix_empty_sec_hdr_flags.c

Changeset: fb8f9ab27c14
Author:    dcubed
Date:      2012-05-24 12:57 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/fb8f9ab27c14

Merge

! make/solaris/makefiles/defs.make
! make/solaris/makefiles/vm.make
! make/windows/makefiles/defs.make

Changeset: cd3a8ab0352b
Author:    zgu
Date:      2012-05-24 20:04 -0400
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/cd3a8ab0352b

Merge


Changeset: 17be2328b50b
Author:    zgu
Date:      2012-05-26 06:07 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/17be2328b50b

Merge


Changeset: 5be76dc5304d
Author:    zgu
Date:      2012-05-29 20:06 -0400
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/5be76dc5304d

Merge


Changeset: 71afdabfd05b
Author:    jiangli
Date:      2012-05-21 14:10 -0400
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/71afdabfd05b

7168280: Eliminate the generic signature index slot from field array for field without generic signature.
Summary: Only allocate the generic signature index slot in the field array for field with generic signature attribute.
Reviewed-by: coleenp, dlong

! agent/src/share/classes/sun/jvm/hotspot/oops/AccessFlags.java
! agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java
! agent/src/share/classes/sun/jvm/hotspot/runtime/ClassConstants.java
! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/oops/fieldInfo.hpp
! src/share/vm/oops/fieldStreams.hpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/runtime/fieldDescriptor.cpp
! src/share/vm/runtime/fieldDescriptor.hpp
! src/share/vm/runtime/vmStructs.cpp
! src/share/vm/utilities/accessFlags.hpp

Changeset: 48df98e03639
Author:    dholmes
Date:      2012-05-23 20:09 -0400
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/48df98e03639

7170197: Update JPRT default build targets to support embedded builds
Reviewed-by: jcoomes, kvn

! make/jprt.properties

Changeset: 4e64a590066e
Author:    jprovino
Date:      2012-05-26 08:49 -0400
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/4e64a590066e

Merge


Changeset: dd45f26b4282
Author:    dholmes
Date:      2012-05-30 17:45 -0400
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/dd45f26b4282

Merge


Changeset: c92a79900986
Author:    brutisso
Date:      2012-05-17 21:53 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/c92a79900986

7169062: CMS: Assertion failed with -XX:+ObjectAlignmentInBytes=64
Summary: Removed the assert in CompactibleFreeListSpace::check_free_list_consistency() since it was too strict. Simplified CompactibleFreeListSpace::set_cms_values() to reducde the need for asserts.
Reviewed-by: jcoomes, stefank

! src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp

Changeset: 9a344d88dc22
Author:    mnunez
Date:      2012-05-21 14:59 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/9a344d88dc22

7168848: Add test to check that humongous object allocation path also checks the heap occupancy.
Summary: Added test that checks humongous object allocation path also check the heap occupancy and initiate a marking cycle when / if needed.
Reviewed-by: brutisso, jwilhelm

+ test/gc/7168848/HumongousAlloc.java

Changeset: 1d478c993020
Author:    johnc
Date:      2012-05-29 10:18 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/1d478c993020

7143858: G1: Back to back young GCs with the second GC having a minimally sized eden
Summary: Before the last thread to leave a JNI critical region was able to schedule a GCLocker Initiated GC, another thread was attempting an allocation and saw that the GCLocker region was no longer active and successfully scheduled a GC. Stall allocating threads until the GCLocker Initiated GC is performed and then retry the allocation.
Reviewed-by: brutisso, huntch

! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

Changeset: 5c8bd7c16119
Author:    brutisso
Date:      2012-05-25 22:35 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/5c8bd7c16119

7171936: LOG_G incorrectly defined in globalDefinitions.hpp
Summary: Removed LOG_G and LOG_K. Moved LOG_M to where it is being used.
Reviewed-by: twisti, johnc

! src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp
! src/share/vm/utilities/globalDefinitions.hpp

Changeset: c52a6a39546c
Author:    johnc
Date:      2012-05-30 10:26 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/c52a6a39546c

7158682: G1: Handle leak when running nsk.sysdict tests
Summary: Place HandleMarks in the code that allocates handles for the pending list lock so that the handles are freed and multiple, unsuccessful, attempts to schedule a GC do not cause an OOM.
Reviewed-by: brutisso

! src/share/vm/oops/instanceRefKlass.cpp

Changeset: bbc900c2482a
Author:    brutisso
Date:      2012-05-31 21:10 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/bbc900c2482a

7172279: G1: Clean up TraceGen0Time and TraceGen1Time data gathering
Summary: Simplify code, remove unused code, remove ExitAfterGCNum
Reviewed-by: huntch, johnc

! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
! src/share/vm/memory/genCollectedHeap.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/utilities/numberSeq.cpp
! src/share/vm/utilities/numberSeq.hpp

Changeset: 7121cd2c58b5
Author:    jcoomes
Date:      2012-06-01 10:29 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/7121cd2c58b5

Merge


Changeset: bd568544be7f
Author:    amurillo
Date:      2012-06-01 15:24 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/bd568544be7f

Merge


Changeset: 55954061c6e8
Author:    amurillo
Date:      2012-06-01 15:24 -0700
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/55954061c6e8

Added tag hs24-b13 for changeset bd568544be7f

! .hgtags

Changeset: 8d08179cff52
Author:    erikj
Date:      2012-06-07 15:36 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/8d08179cff52

Merge

! make/linux/makefiles/vm.make
! make/solaris/makefiles/defs.make
! make/solaris/makefiles/vm.make
! make/windows/makefiles/defs.make

Changeset: 0a551d352053
Author:    erikj
Date:      2012-06-07 15:37 +0200
URL:       http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/0a551d352053

Merge

! make/solaris/makefiles/defs.make
! make/solaris/makefiles/dtrace.make
! make/solaris/makefiles/vm.make
! make/windows/makefiles/defs.make




More information about the build-infra-dev mailing list