hg: build-infra/jdk8/hotspot: 305 new changesets
magnus.ihse.bursie at oracle.com
magnus.ihse.bursie at oracle.com
Tue Dec 3 04:52:54 PST 2013
Changeset: 02d171a3b5d1
Author: cl
Date: 2013-10-10 10:08 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/02d171a3b5d1
Added tag jdk8-b111 for changeset f6962730bbde
! .hgtags
Changeset: deec468baebd
Author: amurillo
Date: 2013-10-04 14:19 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/deec468baebd
8025859: new hotspot build - hs25-b54
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: 5b3b75d9eb2f
Author: coleenp
Date: 2013-10-01 14:23 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/5b3b75d9eb2f
8025570: Naked oop in test/serviceability/ParserTest
Summary: Fix for two naked objArrayOop(s) oops causing test failure
Reviewed-by: coleenp, ctornqvi
Contributed-by: lois.foltan at oracle.com
! src/share/vm/prims/wbtestmethods/parserTests.cpp
Changeset: f21415c32ca1
Author: coleenp
Date: 2013-10-01 15:41 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f21415c32ca1
Merge
Changeset: d574419c5372
Author: mseledtsov
Date: 2013-10-02 15:17 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d574419c5372
8025671: Test name changed, test list not updated. Test6878713.sh
Summary: Removed the obsolete test from the test group file
Reviewed-by: sla, ctornqvi, dholmes
! test/TEST.groups
Changeset: 931f105563c5
Author: coleenp
Date: 2013-10-02 13:02 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/931f105563c5
8025569: -XX:+CheckUnhandledOops crashes on Windows
Summary: Disable CHECK_UNHANDLED_OOPS in fastdebug builds for JDK 8 on WIndows 32 & 64 bit machines
Reviewed-by: coleenp, ctornqvi, zgu
Contributed-by: lois.foltan at oracle.com
! make/windows/makefiles/fastdebug.make
Changeset: 6f73bc5df986
Author: coleenp
Date: 2013-10-02 15:06 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/6f73bc5df986
Merge
Changeset: 2bd38d594b9a
Author: dsamersoff
Date: 2013-10-02 20:58 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/2bd38d594b9a
8025283: Nits in os_bsd file breaks compilation of open hotspot
Summary: Couple of nits in os_bsd.cpp brake compilation of open hotspot on non-apple platforms
Reviewed-by: sla, sspitsyn
! src/os/bsd/vm/os_bsd.cpp
Changeset: 9855f17334d8
Author: dsamersoff
Date: 2013-10-03 01:12 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/9855f17334d8
Merge
Changeset: 5705c7ee6dd7
Author: dsamersoff
Date: 2013-10-02 22:27 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/5705c7ee6dd7
8025250: SA: Sync linux and bsd versions of ps_core file
Summary: linux/ps_core.c and bsd/ps_core.c share most of code, but it has different formatting, comments etc.
Reviewed-by: sla, minqi
! agent/src/os/bsd/ps_core.c
! agent/src/os/linux/ps_core.c
Changeset: 7ae82c3a781a
Author: dsamersoff
Date: 2013-10-03 04:42 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/7ae82c3a781a
Merge
Changeset: faff125a1ead
Author: dsamersoff
Date: 2013-10-03 12:39 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/faff125a1ead
8022616: u4 should not be used as a type for thread_id
Summary: Usage of u4 as a type for thread_id cause a compilation error on platform, where thread_id is a pointer
Reviewed-by: sla, sspitsyn, minqi
! src/os/bsd/vm/osThread_bsd.hpp
! src/os/bsd/vm/os_bsd.cpp
! src/os/bsd/vm/os_bsd.hpp
Changeset: 07f8c2a453f8
Author: coleenp
Date: 2013-10-03 18:53 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/07f8c2a453f8
8025238: nsk/jvmti/scenarios/bcinstr/BI04/bi04t002 crashed with SIGSEGV
Summary: Redefined class in stack trace may not be found by method_idnum so handle null.
Reviewed-by: sla, dcubed, sspitsyn
! src/share/vm/classfile/javaClasses.cpp
! src/share/vm/prims/jvmtiRedefineClasses.cpp
Changeset: 3374b92de2d9
Author: coleenp
Date: 2013-10-03 18:50 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/3374b92de2d9
8025004: -XX:+CheckUnhandledOops asserts for JDK 8 Solaris fastdebug binaries
Summary: Remove unnecessary volatile keyword on stack locals within instanceKlass.cpp to work around Solaris Studio C++ compiler issue
Reviewed-by: coleenp, dcubed
Contributed-by: lois.foltan at oracle.com
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
Changeset: 3bf767171ea4
Author: coleenp
Date: 2013-10-05 00:53 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/3bf767171ea4
Merge
Changeset: 675ffabf3798
Author: mikael
Date: 2013-10-02 09:18 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/675ffabf3798
8024087: Remove dead JVM_{Get,Set}PrimitiveFieldValues functions
Summary: The two functions were used to support JDK 1.3 but are no longer in use
Reviewed-by: coleenp, ctornqvi, twisti, dsamersoff
! src/share/vm/prims/jvm.cpp
! src/share/vm/prims/jvm_misc.hpp
! src/share/vm/prims/nativeLookup.cpp
Changeset: a1fd44b003c7
Author: coleenp
Date: 2013-10-05 00:58 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/a1fd44b003c7
Merge
Changeset: 4212bfb33d76
Author: coleenp
Date: 2013-10-05 03:14 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/4212bfb33d76
Merge
Changeset: 2720ab7a0d70
Author: ccheung
Date: 2013-10-04 21:00 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/2720ab7a0d70
Merge
! src/share/vm/prims/jvm.cpp
Changeset: febab3a8f203
Author: erikj
Date: 2013-10-04 12:45 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/febab3a8f203
8007446: Add /MP to cl.exe speeds up windows builds of OpenJDK.
Reviewed-by: sla, ctornqvi
! make/windows/makefiles/compile.make
! make/windows/makefiles/sa.make
Changeset: 763705f0fec3
Author: sla
Date: 2013-10-04 13:01 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/763705f0fec3
8016845: SA is unable to use hsdis on windows
Summary: Added sadis.c to the build to provide missing symbols in sawindbg.dll. Added code to use the correct hsdisXXX.dll filename on different windows platforms.
Reviewed-by: sla, mgerdin
Contributed-by: fredrik.arvidsson at oracle.com
! agent/src/share/classes/sun/jvm/hotspot/asm/Disassembler.java
! make/windows/makefiles/sa.make
Changeset: f9be370a7d54
Author: sla
Date: 2013-10-05 15:18 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f9be370a7d54
8025922: JNI access to Strings need to check if the value field is non-null
Reviewed-by: dholmes, dcubed
! src/share/vm/prims/jni.cpp
! src/share/vm/prims/jniCheck.cpp
Changeset: 8ef918538e22
Author: sla
Date: 2013-10-04 13:44 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/8ef918538e22
6313383: SA: Update jmap to support HPROF binary format "JAVA PROFILE 1.0.2"
Summary: Adds support for large(>4G) heap dumps in hprof format. Adds tests and updates testlibrary.
Reviewed-by: sla, allwin
Contributed-by: fredrik.arvidsson at oracle.com
! agent/src/share/classes/sun/jvm/hotspot/utilities/AbstractHeapGraphWriter.java
! agent/src/share/classes/sun/jvm/hotspot/utilities/HeapHprofBinWriter.java
! test/TEST.groups
+ test/serviceability/sa/jmap-hprof/JMapHProfLargeHeapProc.java
+ test/serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java
! test/testlibrary/com/oracle/java/testlibrary/JDKToolLauncher.java
Changeset: 9c63ad02c0a4
Author: sla
Date: 2013-10-05 10:56 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/9c63ad02c0a4
Merge
Changeset: cc4f5f8d885e
Author: mseledtsov
Date: 2013-10-06 16:13 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/cc4f5f8d885e
8023796: [TESTBUG] Add -XX:-TransmitErrorReport to runtime/6888954/vmerrors.sh
Summary: added -XX:-TransmitErrorReport to the test
Reviewed-by: stefank, ctornqvi
! test/runtime/6888954/vmerrors.sh
! test/runtime/memory/ReserveMemory.java
Changeset: ac9cb1d5a202
Author: acorn
Date: 2013-10-07 12:20 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/ac9cb1d5a202
8009130: Lambda: Fix access controls, loader constraints.
Summary: New default methods list with inherited superinterface methods
Reviewed-by: minqi, sspitsyn, coleenp
! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/defaultMethods.cpp
! src/share/vm/code/dependencies.cpp
! src/share/vm/interpreter/linkResolver.cpp
! src/share/vm/interpreter/linkResolver.hpp
! src/share/vm/memory/heapInspection.hpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/oops/klassVtable.cpp
! src/share/vm/oops/klassVtable.hpp
! src/share/vm/oops/method.cpp
! src/share/vm/oops/method.hpp
! src/share/vm/prims/jni.cpp
! src/share/vm/prims/jvmtiRedefineClasses.cpp
! src/share/vm/prims/methodHandles.cpp
! src/share/vm/runtime/reflectionUtils.cpp
! src/share/vm/runtime/reflectionUtils.hpp
! src/share/vm/runtime/vmStructs.cpp
Changeset: 615d83933195
Author: dholmes
Date: 2013-10-08 02:56 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/615d83933195
8026025: JVM_GetCallerClass allows Reflection.getCallerClass(int depth) to use
Reviewed-by: alanb, dholmes, twisti
Contributed-by: mandy.chung at oracle.com
! src/share/vm/prims/jvm.cpp
! src/share/vm/prims/jvm.h
Changeset: c90e76575b03
Author: kevinw
Date: 2013-10-08 09:33 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/c90e76575b03
8019375: Internal symbol table size should be tunable.
Reviewed-by: coleenp, kamg
! agent/src/share/classes/sun/jvm/hotspot/memory/SymbolTable.java
! src/share/vm/classfile/symbolTable.hpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/vmStructs.cpp
! src/share/vm/utilities/globalDefinitions.hpp
Changeset: ced68a57cdbd
Author: kevinw
Date: 2013-10-08 11:37 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/ced68a57cdbd
Merge
Changeset: c72075c2883e
Author: acorn
Date: 2013-10-08 16:58 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/c72075c2883e
8026022: Verifier: allow anon classes to invokespecial host class/intf methods.
Reviewed-by: coleenp, bharadwaj
! src/share/vm/classfile/verifier.cpp
Changeset: d25557d03ec0
Author: acorn
Date: 2013-10-09 17:57 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d25557d03ec0
8026185: nsk/jvmit/GetMethodDeclaringClass/declcls001 failed
Summary: Missed initialization. Thanks Coleen.
Reviewed-by: coleenp, minqi
! src/share/vm/oops/instanceKlass.cpp
Changeset: c01f4910f5f5
Author: ccheung
Date: 2013-10-10 13:25 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/c01f4910f5f5
Merge
Changeset: 9b4d0569f2f4
Author: jwilhelm
Date: 2013-10-03 21:36 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/9b4d0569f2f4
8025852: Remove unnecessary setters in collector policy classes
Summary: Use instance variables directly within the collector policy classes and remove unused setters.
Reviewed-by: tschatzl, jcoomes
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/memory/collectorPolicy.cpp
! src/share/vm/memory/collectorPolicy.hpp
Changeset: 087f02e22fc2
Author: jwilhelm
Date: 2013-10-04 22:08 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/087f02e22fc2
8025854: Use "young gen" instead of "eden"
Summary: Changed a few descriptions and variable names to young gen.
Reviewed-by: tschatzl, jcoomes
! src/share/vm/memory/collectorPolicy.cpp
! src/share/vm/runtime/arguments.cpp
Changeset: 263f2c796d6c
Author: stefank
Date: 2013-10-05 10:14 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/263f2c796d6c
8024838: Significant slowdown due to transparent huge pages
Summary: Don't turn on transparent huge pages (-XX:+UseTransparentHugePages) unless explicitly specified on the command line. This has the effect that large pages are never turned on Linux unless the user has explicitly enabled any of the large pages flags: -XX:+UseLargePages, -XX:+UseTransparentHugePages, -XX:+UseHugeTLBFS, and -XX:+UseSHM.
Reviewed-by: jwilhelm, tschatzl, brutisso
! src/os/linux/vm/globals_linux.hpp
! src/os/linux/vm/os_linux.cpp
+ test/runtime/memory/LargePages/TestLargePagesFlags.java
Changeset: 8618e0d7735b
Author: stefank
Date: 2013-10-05 08:01 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/8618e0d7735b
Merge
Changeset: 04b18a42c2f3
Author: mgerdin
Date: 2013-10-04 13:33 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/04b18a42c2f3
8025526: VirtualSpace should support per-instance disabling of large pages
Summary: Add a new initialization function to VirtualSpace which allows the caller to override the max commit granularity.
Reviewed-by: stefank, ehelin, tschatzl
! src/share/vm/runtime/virtualspace.cpp
! src/share/vm/runtime/virtualspace.hpp
Changeset: 69944b868a32
Author: mgerdin
Date: 2013-10-08 17:35 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/69944b868a32
8014555: G1: Memory ordering problem with Conc refinement and card marking
Summary: Add a StoreLoad barrier in the G1 post-barrier to fix a race with concurrent refinement. Also-reviewed-by: martin.doerr at sap.com
Reviewed-by: iveresov, tschatzl, brutisso, roland, kvn
! src/cpu/sparc/vm/c1_Runtime1_sparc.cpp
! src/cpu/sparc/vm/macroAssembler_sparc.cpp
! src/cpu/x86/vm/c1_Runtime1_x86.cpp
! src/cpu/x86/vm/macroAssembler_x86.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp
! src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp
! src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.hpp
! src/share/vm/gc_implementation/g1/ptrQueue.hpp
! src/share/vm/opto/graphKit.cpp
Changeset: b4d8a3d4db73
Author: tamao
Date: 2013-10-09 11:18 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/b4d8a3d4db73
8010506: Typos and errors in descriptions of vm options in globals.hpp
Summary: Fix typos and errors in descriptions of vm options in globals.hpp
Reviewed-by: jmasa, jwilhelm
! src/share/vm/runtime/globals.hpp
Changeset: 82af7d7a0128
Author: tschatzl
Date: 2013-10-09 10:57 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/82af7d7a0128
8003420: NPG: make new GC root for pd_set
Summary: Move protection domain oops from system dictionary entries into a seperate set; the system dictionary references entries in that set now. This allows fast iteration during non-classunloading garbage collection. Implementation based on initial prototype from Ioi Lam (iklam).
Reviewed-by: coleenp, iklam
+ agent/src/share/classes/sun/jvm/hotspot/memory/ProtectionDomainCacheEntry.java
! agent/src/share/classes/sun/jvm/hotspot/memory/ProtectionDomainEntry.java
! src/share/vm/classfile/dictionary.cpp
! src/share/vm/classfile/dictionary.hpp
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/runtime/vmStructs.cpp
! src/share/vm/utilities/globalDefinitions.hpp
Changeset: 85c1ca43713f
Author: stefank
Date: 2013-10-07 15:51 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/85c1ca43713f
8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces
Reviewed-by: brutisso, jmasa, coleenp
! src/share/vm/gc_implementation/shared/vmGCOperations.hpp
! src/share/vm/gc_interface/collectedHeap.cpp
! src/share/vm/gc_interface/collectedHeap.hpp
! src/share/vm/memory/collectorPolicy.cpp
! src/share/vm/memory/filemap.hpp
! src/share/vm/memory/metaspace.cpp
! src/share/vm/memory/metaspace.hpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
Changeset: a6414751d537
Author: stefank
Date: 2013-10-07 15:51 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/a6414751d537
8025996: Track metaspace usage when metaspace is expanded
Reviewed-by: coleenp, ehelin
! src/share/vm/memory/metaspace.cpp
! src/share/vm/services/memoryService.hpp
Changeset: aa6f2ea19d8f
Author: jcoomes
Date: 2013-10-11 08:27 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/aa6f2ea19d8f
Merge
! src/os/linux/vm/os_linux.cpp
! src/share/vm/classfile/dictionary.cpp
! src/share/vm/classfile/dictionary.hpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp
! src/share/vm/opto/graphKit.cpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/vmStructs.cpp
! src/share/vm/utilities/globalDefinitions.hpp
Changeset: 4a845c7a4638
Author: amurillo
Date: 2013-10-11 13:00 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/4a845c7a4638
Merge
Changeset: 0ed9a90f45e1
Author: amurillo
Date: 2013-10-11 13:00 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/0ed9a90f45e1
Added tag hs25-b54 for changeset 4a845c7a4638
! .hgtags
Changeset: aeae561a6d0b
Author: cl
Date: 2013-10-17 09:40 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/aeae561a6d0b
Added tag jdk8-b112 for changeset 0ed9a90f45e1
! .hgtags
Changeset: 5c599c419c1d
Author: hseigel
Date: 2013-07-11 12:59 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/5c599c419c1d
8016256: Make finalization final
Summary: Add private methods to final methods check
Reviewed-by: coleenp, acorn, ahgross
Contributed-by: harold.seigel at oracle.com
! src/share/vm/classfile/classFileParser.cpp
Changeset: d840f02d03b4
Author: chegar
Date: 2013-07-15 11:07 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d840f02d03b4
Merge
- src/os_cpu/linux_sparc/vm/assembler_linux_sparc.cpp
- src/os_cpu/solaris_sparc/vm/assembler_solaris_sparc.cpp
Changeset: 7ec210434b3c
Author: chegar
Date: 2013-07-22 14:01 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/7ec210434b3c
Merge
- src/share/vm/memory/klassInfoClosure.hpp
- src/share/vm/runtime/aprofiler.cpp
- src/share/vm/runtime/aprofiler.hpp
Changeset: ca9029490fce
Author: chegar
Date: 2013-07-25 17:35 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/ca9029490fce
Merge
Changeset: 8f66130f7b5c
Author: chegar
Date: 2013-08-02 11:10 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/8f66130f7b5c
Merge
! src/share/vm/classfile/classFileParser.cpp
Changeset: 38f9393d1847
Author: sgabdura
Date: 2013-08-09 11:03 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/38f9393d1847
8020789: Disable exporting of gc.heap_dump diagnostic command
Reviewed-by: fparain, ahgross
! src/share/vm/services/diagnosticCommand.cpp
Changeset: ee7a7aa7c6bb
Author: chegar
Date: 2013-08-09 14:30 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/ee7a7aa7c6bb
Merge
Changeset: 8f3c59225a5c
Author: chegar
Date: 2013-08-15 21:33 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/8f3c59225a5c
Merge
- test/runtime/7196045/Test7196045.java
- test/runtime/8000968/Test8000968.sh
Changeset: 7638e35cabc6
Author: erikj
Date: 2013-08-19 17:47 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/7638e35cabc6
8015614: Update build settings
Reviewed-by: tbell, dholmes, ahgross
! make/windows/makefiles/compile.make
! make/windows/makefiles/sa.make
Changeset: d4fa23d6c35b
Author: chegar
Date: 2013-08-23 22:12 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d4fa23d6c35b
Merge
- src/os_cpu/bsd_x86/vm/bsd_x86_32.ad
- src/os_cpu/bsd_x86/vm/bsd_x86_64.ad
- src/os_cpu/linux_x86/vm/linux_x86_32.ad
- src/os_cpu/linux_x86/vm/linux_x86_64.ad
- src/os_cpu/solaris_sparc/vm/solaris_sparc.ad
- src/os_cpu/solaris_x86/vm/solaris_x86_32.ad
- src/os_cpu/solaris_x86/vm/solaris_x86_64.ad
- src/os_cpu/windows_x86/vm/windows_x86_32.ad
- src/os_cpu/windows_x86/vm/windows_x86_64.ad
Changeset: 07b5f47d7a18
Author: chegar
Date: 2013-08-30 09:50 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/07b5f47d7a18
Merge
! src/share/vm/classfile/classFileParser.cpp
Changeset: 98a2169ed7ac
Author: iklam
Date: 2013-08-24 00:14 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/98a2169ed7ac
8023683: Enhance class file parsing
Summary: Use the value returned by REALLOC_RESOURCE_ARRAY()
Reviewed-by: coleenp, ahgross
! src/share/vm/classfile/classFileParser.cpp
Changeset: 8321dcc18438
Author: chegar
Date: 2013-10-13 21:14 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/8321dcc18438
Merge
! src/share/vm/classfile/classFileParser.cpp
Changeset: 1a93f2c5945a
Author: lana
Date: 2013-10-17 14:20 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/1a93f2c5945a
Merge
! make/windows/makefiles/compile.make
! make/windows/makefiles/sa.make
! src/share/vm/classfile/classFileParser.cpp
Changeset: 7c26dced065e
Author: amurillo
Date: 2013-10-11 13:14 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/7c26dced065e
8026265: new hotspot build - hs25-b55
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: b4a4fdc1f464
Author: coleenp
Date: 2013-10-09 21:45 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/b4a4fdc1f464
8025185: MethodHandleInError and MethodTypeInError not handled in ConstantPool::compare_entry_to and copy_entry_to
Summary: Add missing cases.
Reviewed-by: sspitsyn, dcubed
! src/share/vm/oops/constantPool.cpp
Changeset: e831448418ac
Author: coleenp
Date: 2013-10-09 22:01 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e831448418ac
Merge
Changeset: cd7ea1d79dac
Author: sla
Date: 2013-10-11 13:48 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/cd7ea1d79dac
8026199: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java Compilation failed
Summary: Fixed a compilation failure due to changed method name
Reviewed-by: sla, jbachorik
Contributed-by: fredrik.arvidsson at oracle.com
! test/serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java
! test/testlibrary/com/oracle/java/testlibrary/JDKToolLauncher.java
Changeset: 539144972c1e
Author: sla
Date: 2013-10-11 14:08 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/539144972c1e
8024425: VM_HeapDumper doesn't put anonymous classes in the heap dump
Summary: Switched from using SystemDictionary to using ClassLoaderDataGraph to get the anonymous classes included.
Reviewed-by: sla, sspitsyn
Contributed-by: fredrik.arvidsson at oracle.com
! src/share/vm/services/heapDumper.cpp
Changeset: 301ece1880ad
Author: sla
Date: 2013-10-11 14:57 +0000
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/301ece1880ad
Merge
Changeset: 28ca974cc21a
Author: coleenp
Date: 2013-10-11 11:23 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/28ca974cc21a
8022592: assert at constantTag.cpp:57: ShouldNotReachHere()
Summary: more missing cases for JVM_CONSTANT_Method{Handle,Type}InError
Reviewed-by: hseigel, dcubed
! src/share/vm/oops/constantPool.cpp
! src/share/vm/utilities/constantTag.cpp
! src/share/vm/utilities/constantTag.hpp
Changeset: 26ae62bc26c4
Author: coleenp
Date: 2013-10-11 15:04 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/26ae62bc26c4
Merge
Changeset: 0db3ba3f6870
Author: hseigel
Date: 2013-10-11 15:33 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/0db3ba3f6870
8026041: JVM crashes with assert "assert(is_updated()) failed: must not be clear" with -XX:+PrintGCApplicationConcurrentTime in -Xcomp mode
Summary: Prior to printing the time interval in RuntimeService::record_safepoint_begin(), check first that VM initialization is complete.
Reviewed-by: coleenp, dholmes, sla, ctornqvi
Contributed-by: lois.foltan at oracle.com
! src/share/vm/services/runtimeService.cpp
Changeset: df268195b0ea
Author: hseigel
Date: 2013-10-11 17:08 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/df268195b0ea
Merge
Changeset: 41459da469ae
Author: ccheung
Date: 2013-10-11 18:23 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/41459da469ae
Merge
Changeset: 83dbf427fedd
Author: ccheung
Date: 2013-10-11 22:22 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/83dbf427fedd
Merge
Changeset: 3e265ce4d2dd
Author: hseigel
Date: 2013-10-12 13:09 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/3e265ce4d2dd
8025942: os::Bsd::available_memory() needs implementation
Summary: Implement using the host_statistics64() api.
Reviewed-by: dsamersoff, morris, dholmes, coleenp, hseigel, dcubed
Contributed-by: gerard.ziemski at oracle.com
! src/os/bsd/vm/os_bsd.cpp
Changeset: d37a0525c0fe
Author: hseigel
Date: 2013-10-12 15:39 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d37a0525c0fe
8024667: VM crashes with "assert(method() != NULL) failed: must have set method"
Summary: Check if data is in shared spaces before deallocating it.
Reviewed-by: coleenp, dcubed
! src/share/vm/memory/metadataFactory.hpp
! src/share/vm/oops/instanceKlass.cpp
Changeset: 2f8728d92483
Author: acorn
Date: 2013-10-14 21:52 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/2f8728d92483
8026299: invokespecial gets ICCE when it should get AME.
Reviewed-by: ccheung, coleenp
! src/share/vm/interpreter/linkResolver.cpp
! src/share/vm/interpreter/linkResolver.hpp
Changeset: f509b8f4699b
Author: dcubed
Date: 2013-10-15 08:25 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f509b8f4699b
7165611: implement Full Debug Symbols on MacOS X hotspot
Summary: Add MacOS X FDS support to hotspot; add minimal MacOS X FDS import support to jdk; add MacOS X FDS support to install; add MacOS X FDS support to root.
Reviewed-by: erikj, sla, dholmes, rdurbin, tbell, ihse
! make/Makefile
! make/bsd/Makefile
! make/bsd/makefiles/buildtree.make
! make/bsd/makefiles/defs.make
! make/bsd/makefiles/dtrace.make
! make/bsd/makefiles/gcc.make
! make/bsd/makefiles/jsig.make
! make/bsd/makefiles/product.make
! make/bsd/makefiles/saproc.make
! make/bsd/makefiles/universal.gmk
! make/bsd/makefiles/vm.make
! make/defs.make
Changeset: e8703d708e6e
Author: ccheung
Date: 2013-10-16 11:48 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e8703d708e6e
Merge
Changeset: 1e814e391ee8
Author: anoll
Date: 2013-10-04 09:19 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/1e814e391ee8
8025656: compiler/8013496/Test8013496.sh fails on assert
Summary: Ensure the thread is in correct state; rewrote test in Java
Reviewed-by: kvn, twisti
! src/share/vm/compiler/compileBroker.cpp
- test/compiler/8013496/Test8013496.sh
+ test/compiler/codecache/CheckReservedInitialCodeCacheSizeArgOrder.java
Changeset: 0c4c40f5c399
Author: twisti
Date: 2013-10-04 10:11 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/0c4c40f5c399
8011138: C2: stack overflow in compiler thread because of recursive inlining of lambda form methods
Reviewed-by: kvn, roland
! src/share/vm/opto/bytecodeInfo.cpp
! src/share/vm/opto/parse.hpp
Changeset: 5f1241525a01
Author: twisti
Date: 2013-10-04 19:05 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/5f1241525a01
Merge
Changeset: bf8a21c3ab3b
Author: vlivanov
Date: 2013-10-07 14:10 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/bf8a21c3ab3b
8025849: Redundant "pid" in VM log file name (e.g. hotspot_pidpid12345.log)
Reviewed-by: twisti, azeemj
! src/share/vm/utilities/ostream.cpp
Changeset: 5cc2d82aa82a
Author: vlivanov
Date: 2013-10-07 14:11 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/5cc2d82aa82a
8024943: ciReplay: fails to dump replay data during safepointing
Reviewed-by: kvn, twisti
! src/share/vm/ci/ciEnv.cpp
! src/share/vm/ci/ciEnv.hpp
! src/share/vm/ci/ciInstanceKlass.cpp
! src/share/vm/ci/ciMethod.cpp
! src/share/vm/ci/ciMethodData.cpp
! src/share/vm/utilities/vmError.cpp
Changeset: f478c98e8114
Author: vlivanov
Date: 2013-10-07 14:12 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f478c98e8114
8024774: assert(_con < t->is_tuple()->cnt()) failed: ProjNode::_con must be in range
Reviewed-by: iveresov, roland, kvn, twisti
! src/share/vm/opto/parse2.cpp
Changeset: 5741fc86a2ee
Author: vlivanov
Date: 2013-10-07 14:13 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/5741fc86a2ee
8025845: Default methods are unnecessarily marked w/ force_inline directive in some situations
Reviewed-by: acorn, kvn
! src/share/vm/classfile/defaultMethods.cpp
Changeset: c775af091fe9
Author: twisti
Date: 2013-10-07 10:41 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/c775af091fe9
8025566: EXCEPTION_ACCESS_VIOLATION in compiled by C1 String.valueOf method
Reviewed-by: kvn
! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/ci/ciMethod.cpp
! src/share/vm/ci/ciMethod.hpp
! src/share/vm/ci/ciMethodData.cpp
! src/share/vm/ci/ciMethodData.hpp
! src/share/vm/ci/ciReplay.cpp
! src/share/vm/oops/method.hpp
! src/share/vm/opto/parseHelper.cpp
Changeset: d9043b88eeb3
Author: roland
Date: 2013-10-03 10:55 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d9043b88eeb3
8024067: Missing replace_in_map() calls following null checks
Summary: add replace_in_map() calls following some null checks in type checks
Reviewed-by: kvn
! src/share/vm/opto/graphKit.cpp
! src/share/vm/opto/graphKit.hpp
Changeset: 17cda06bcb7d
Author: iveresov
Date: 2013-10-08 07:08 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/17cda06bcb7d
Merge
! src/share/vm/classfile/defaultMethods.cpp
- test/compiler/8013496/Test8013496.sh
Changeset: 6171eb9da4fd
Author: twisti
Date: 2013-10-08 19:57 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/6171eb9da4fd
8007923: Tests on references fails
Reviewed-by: kvn, iveresov
! src/share/vm/ci/ciKlass.cpp
! src/share/vm/opto/escape.cpp
Changeset: 98692a2d36d7
Author: adlertz
Date: 2013-10-09 13:00 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/98692a2d36d7
8013830: [parfait] Uninitialised pointer 'Reachblock' may be used as argument
Summary: Replace uninitialised pointer with NULL at argument.
Reviewed-by: kvn, roland, twisti
! src/share/vm/opto/reg_split.cpp
Changeset: 4e7f99b70d9d
Author: adlertz
Date: 2013-10-09 05:03 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/4e7f99b70d9d
Merge
- test/testlibrary/AssertsTest.java
- test/testlibrary/OutputAnalyzerReportingTest.java
- test/testlibrary/OutputAnalyzerTest.java
Changeset: 46ef27bcacb3
Author: twisti
Date: 2013-10-09 11:05 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/46ef27bcacb3
8020750: Node::get_int: guarantee(t != NULL) failed: must be con
Reviewed-by: kvn, roland
! src/share/vm/opto/ifnode.cpp
Changeset: d13d7aba8c12
Author: roland
Date: 2013-10-09 16:32 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d13d7aba8c12
8023657: New type profiling points: arguments to call
Summary: x86 interpreter and c1 type profiling for arguments at calls
Reviewed-by: kvn, twisti
! src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp
! src/cpu/sparc/vm/globals_sparc.hpp
! src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
! src/cpu/x86/vm/globals_x86.hpp
! src/cpu/x86/vm/interp_masm_x86_32.cpp
! src/cpu/x86/vm/interp_masm_x86_32.hpp
! src/cpu/x86/vm/interp_masm_x86_64.cpp
! src/cpu/x86/vm/interp_masm_x86_64.hpp
! src/cpu/x86/vm/macroAssembler_x86.hpp
! src/cpu/x86/vm/templateTable_x86_32.cpp
! src/cpu/x86/vm/templateTable_x86_64.cpp
! src/share/vm/c1/c1_Compilation.cpp
! src/share/vm/c1/c1_Compilation.hpp
! src/share/vm/c1/c1_GraphBuilder.cpp
! src/share/vm/c1/c1_GraphBuilder.hpp
! src/share/vm/c1/c1_Instruction.cpp
! src/share/vm/c1/c1_Instruction.hpp
! src/share/vm/c1/c1_InstructionPrinter.cpp
! src/share/vm/c1/c1_LIR.cpp
! src/share/vm/c1/c1_LIR.hpp
! src/share/vm/c1/c1_LIRAssembler.hpp
! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/c1/c1_LIRGenerator.hpp
! src/share/vm/c1/c1_Optimizer.cpp
! src/share/vm/c1/c1_RangeCheckElimination.hpp
! src/share/vm/ci/ciClassList.hpp
! src/share/vm/ci/ciInstanceKlass.hpp
! src/share/vm/ci/ciKlass.hpp
! src/share/vm/ci/ciMethodData.cpp
! src/share/vm/ci/ciMethodData.hpp
! src/share/vm/ci/ciObjArrayKlass.cpp
! src/share/vm/ci/ciObjArrayKlass.hpp
! src/share/vm/ci/ciStreams.hpp
! src/share/vm/ci/ciTypeArrayKlass.hpp
! src/share/vm/oops/methodData.cpp
! src/share/vm/oops/methodData.hpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/java.cpp
! src/share/vm/runtime/signature.cpp
! src/share/vm/runtime/signature.hpp
Changeset: 8b80b262e501
Author: twisti
Date: 2013-10-11 10:14 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/8b80b262e501
8005173: assert(false) failed: DEBUG MESSAGE: exception oop must be empty (macroAssembler_x86.cpp:625)
Reviewed-by: kvn, iveresov
! src/cpu/sparc/vm/c1_Runtime1_sparc.cpp
! src/share/vm/c1/c1_Runtime1.cpp
! src/share/vm/opto/runtime.cpp
! src/share/vm/runtime/thread.hpp
Changeset: d8a449d2f5b2
Author: adlertz
Date: 2013-10-11 13:10 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d8a449d2f5b2
8011415: CTW on Sparc: assert(lrg.lo_degree()) failed:
Summary: Increased the LRG AllStack mask size since the previous size was not big enough when compiling huge methods (60k+ nodes)
Reviewed-by: kvn, roland, twisti
! src/share/vm/opto/chaitin.hpp
! src/share/vm/opto/ifg.cpp
Changeset: 2348b2726e1d
Author: adlertz
Date: 2013-10-11 19:16 +0000
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/2348b2726e1d
Merge
Changeset: dd2cf1d1248b
Author: adlertz
Date: 2013-10-12 01:29 +0000
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/dd2cf1d1248b
Merge
Changeset: 469216acdb28
Author: anoll
Date: 2013-10-10 15:44 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/469216acdb28
8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
Summary: Ensure ensure correct initialization of compiler runtime
Reviewed-by: kvn, twisti
! src/share/vm/c1/c1_Compiler.cpp
! src/share/vm/c1/c1_Compiler.hpp
! src/share/vm/code/codeBlob.cpp
! src/share/vm/code/codeBlob.hpp
! src/share/vm/compiler/abstractCompiler.cpp
! src/share/vm/compiler/abstractCompiler.hpp
! src/share/vm/compiler/compileBroker.cpp
! src/share/vm/compiler/compileBroker.hpp
! src/share/vm/opto/c2compiler.cpp
! src/share/vm/opto/c2compiler.hpp
! src/share/vm/opto/runtime.cpp
! src/share/vm/opto/runtime.hpp
! src/share/vm/runtime/thread.cpp
! src/share/vm/runtime/thread.hpp
! src/share/vm/runtime/vmStructs.cpp
! src/share/vm/shark/sharkCompiler.cpp
! src/share/vm/shark/sharkCompiler.hpp
+ test/compiler/startup/SmallCodeCacheStartup.java
Changeset: ed2c74787eb5
Author: twisti
Date: 2013-10-11 19:51 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/ed2c74787eb5
Merge
Changeset: ce0cc25bc5e2
Author: roland
Date: 2013-10-12 12:12 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/ce0cc25bc5e2
8026054: New type profiling points: type of return values at calls
Summary: x86 interpreter and c1 type profiling for return values at calls
Reviewed-by: kvn, twisti
! src/cpu/x86/vm/globals_x86.hpp
! src/cpu/x86/vm/interp_masm_x86_32.cpp
! src/cpu/x86/vm/interp_masm_x86_32.hpp
! src/cpu/x86/vm/interp_masm_x86_64.cpp
! src/cpu/x86/vm/interp_masm_x86_64.hpp
! src/cpu/x86/vm/templateInterpreter_x86_32.cpp
! src/cpu/x86/vm/templateInterpreter_x86_64.cpp
! src/share/vm/c1/c1_Canonicalizer.cpp
! src/share/vm/c1/c1_Canonicalizer.hpp
! src/share/vm/c1/c1_GraphBuilder.cpp
! src/share/vm/c1/c1_GraphBuilder.hpp
! src/share/vm/c1/c1_Instruction.hpp
! src/share/vm/c1/c1_InstructionPrinter.cpp
! src/share/vm/c1/c1_InstructionPrinter.hpp
! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/c1/c1_LIRGenerator.hpp
! src/share/vm/c1/c1_Optimizer.cpp
! src/share/vm/c1/c1_RangeCheckElimination.hpp
! src/share/vm/c1/c1_ValueMap.hpp
! src/share/vm/ci/ciMethodData.cpp
! src/share/vm/ci/ciMethodData.hpp
! src/share/vm/oops/methodData.cpp
! src/share/vm/oops/methodData.hpp
! src/share/vm/runtime/globals.hpp
Changeset: f50418dfb1b7
Author: iveresov
Date: 2013-10-13 13:22 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f50418dfb1b7
Merge
! src/cpu/sparc/vm/c1_Runtime1_sparc.cpp
! src/share/vm/classfile/defaultMethods.cpp
! src/share/vm/oops/method.hpp
! src/share/vm/opto/graphKit.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/vmStructs.cpp
- test/compiler/8013496/Test8013496.sh
Changeset: e504cd481ec0
Author: twisti
Date: 2013-10-14 19:30 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e504cd481ec0
8026376: assert(false) failed: DEBUG MESSAGE: exception pc already set
Reviewed-by: kvn
! src/cpu/sparc/vm/sharedRuntime_sparc.cpp
Changeset: 8df6f123d35e
Author: drchase
Date: 2013-10-12 17:26 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/8df6f123d35e
8026124: JSR-292 bug: java.nio.file.Path.toString cores dump
Summary: catch problem case, assert it matches valid input, new test
Reviewed-by: jrose, twisti, kvn
! src/share/vm/interpreter/linkResolver.cpp
+ test/compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
+ test/compiler/jsr292/createsInterfaceDotEqualsCallInfo.js
Changeset: f91a9a696e5e
Author: kvn
Date: 2013-10-15 12:14 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f91a9a696e5e
8026293: Schedule part of G1 pre-barrier late
Summary: move rare executed part of G1 write barrier from hot path.
Reviewed-by: kvn, twisti, roland
Contributed-by: staffan.friberg at oracle.com
! src/share/vm/opto/graphKit.cpp
Changeset: 1263c7e17e1c
Author: kvn
Date: 2013-10-15 17:47 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/1263c7e17e1c
Merge
Changeset: 4a2acfb16e97
Author: rbackman
Date: 2013-10-11 12:06 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/4a2acfb16e97
8025657: compiler/intrinsics/mathexact/ConstantTest.java fails on assert in lcm.cpp on solaris x64
Reviewed-by: kvn, twisti
! src/share/vm/opto/compile.cpp
! src/share/vm/opto/mathexactnode.cpp
! src/share/vm/opto/mathexactnode.hpp
+ test/compiler/intrinsics/mathexact/RepeatTest.java
Changeset: 90abdd727e64
Author: iveresov
Date: 2013-10-16 11:13 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/90abdd727e64
8009303: Tiered: incorrect results in VM tests stringconcat with -Xcomp -XX:+DeoptimizeALot on solaris-amd64
Summary: Do memory flow analysis in string concat optimizier to exclude cases when computation of arguments to StringBuffer::append has side effects
Reviewed-by: kvn, twisti
! src/share/vm/opto/idealGraphPrinter.cpp
! src/share/vm/opto/stringopts.cpp
Changeset: 8f4bb1773fd9
Author: iveresov
Date: 2013-10-17 10:58 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/8f4bb1773fd9
Merge
! src/share/vm/interpreter/linkResolver.cpp
- test/compiler/8013496/Test8013496.sh
Changeset: 7114c4597ae3
Author: acorn
Date: 2013-10-17 23:30 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/7114c4597ae3
8026365: NoClassDefinitionFound for anonymous class invokespecial.
Reviewed-by: dcubed, kamg
! src/share/vm/classfile/verifier.cpp
! test/TEST.groups
Changeset: 9c8289162268
Author: jwilhelm
Date: 2013-10-11 16:18 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/9c8289162268
8024776: Max/MinHeapFreeRatio descriptions should be more precise
Summary: Descriptions for Max/MinHeapFreeRatio updated
Reviewed-by: ehelin, jmasa
! src/share/vm/runtime/globals.hpp
Changeset: 2382ff14d889
Author: jwilhelm
Date: 2013-10-12 05:08 +0000
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/2382ff14d889
Merge
! src/share/vm/runtime/globals.hpp
Changeset: 24f32d09a0d7
Author: jwilhelm
Date: 2013-10-12 00:49 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/24f32d09a0d7
8023643: G1 assert failed when NewSize was specified greater than MaxNewSize
Summary: Exit with an error if incompatible NewSize and MaxNeSize are set
Reviewed-by: brutisso, tschatzl
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
Changeset: d6818f623792
Author: tschatzl
Date: 2013-10-15 11:18 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d6818f623792
8026186: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java Compilation failed
Summary: After a method rename in JDK-8014905 the mentioned test did not compile any more. Fix the uses of the affected method.
Reviewed-by: jwilhelm, mgerdin, jmasa
! test/serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java
! test/testlibrary/com/oracle/java/testlibrary/JDKToolLauncher.java
Changeset: 027006a47a6d
Author: sjohanss
Date: 2013-10-14 14:21 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/027006a47a6d
8025661: Ill-formed -Xminf and -Xmaxf options values interpreted as 0
Summary: Using strtod() instead of atof() when parsing -Xminf and -Xmaxf.
Reviewed-by: brutisso, pliden
! src/share/vm/runtime/arguments.cpp
+ test/gc/arguments/TestHeapFreeRatio.java
Changeset: 82fcc0567fef
Author: mgerdin
Date: 2013-10-15 04:29 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/82fcc0567fef
Merge
Changeset: 6f1919cfd18c
Author: pliden
Date: 2013-10-15 11:38 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/6f1919cfd18c
8023158: hotspot/test/gc/7168848/HumongousAlloc.java fails 14 full gcs, expect 0 full gcs
Reviewed-by: brutisso, tschatzl
! test/TEST.groups
- test/gc/7168848/HumongousAlloc.java
+ test/gc/g1/TestHumongousAllocInitialMark.java
Changeset: bfd52054aeb8
Author: pliden
Date: 2013-10-15 11:42 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/bfd52054aeb8
8024632: Description of InitialSurvivorRatio flag in globals.hpp is incorrect
Reviewed-by: brutisso, tschatzl, kmo, tamao
! src/share/vm/runtime/globals.hpp
Changeset: 041c5da41ac4
Author: pliden
Date: 2013-10-15 11:44 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/041c5da41ac4
8024634: gc/startup_warnings tests can fail due to unrelated warnings
Reviewed-by: brutisso, jwilhelm, tamao
! test/gc/startup_warnings/TestCMS.java
! test/gc/startup_warnings/TestCMSNoIncrementalMode.java
! test/gc/startup_warnings/TestG1.java
! test/gc/startup_warnings/TestParNewCMS.java
! test/gc/startup_warnings/TestParallelGC.java
! test/gc/startup_warnings/TestParallelScavengeSerialOld.java
! test/gc/startup_warnings/TestSerialGC.java
Changeset: f16726924734
Author: stefank
Date: 2013-10-15 07:10 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f16726924734
Merge
- test/gc/7168848/HumongousAlloc.java
Changeset: bdfbb1fb19ca
Author: stefank
Date: 2013-10-15 14:28 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/bdfbb1fb19ca
8026391: The Metachunk header wastes memory
Reviewed-by: coleenp, jmasa
! src/share/vm/memory/binaryTreeDictionary.cpp
! src/share/vm/memory/freeBlockDictionary.cpp
! src/share/vm/memory/freeList.cpp
- src/share/vm/memory/metablock.cpp
- src/share/vm/memory/metablock.hpp
! src/share/vm/memory/metachunk.cpp
! src/share/vm/memory/metachunk.hpp
! src/share/vm/memory/metaspace.cpp
! src/share/vm/memory/metaspace.hpp
! src/share/vm/prims/jni.cpp
! src/share/vm/runtime/vmStructs.cpp
Changeset: ec2e26e26183
Author: stefank
Date: 2013-10-15 14:32 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/ec2e26e26183
8026392: Metachunks and Metablocks are using a too large alignment
Reviewed-by: coleenp, jmasa
! src/share/vm/memory/metachunk.cpp
Changeset: 9e5fadad7fdf
Author: tschatzl
Date: 2013-10-16 11:46 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/9e5fadad7fdf
8025925: jmap fails with "field _length not found in type HeapRegionSeq"
Summary: The change JDK-7163191 changed the data layout of a class that is referenced by the java code of the SA agent. This fix synchronizes the SA agent with that change.
Reviewed-by: sla, mgerdin
+ agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/G1HeapRegionTable.java
! agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/HeapRegionSeq.java
Changeset: 28df60a5badf
Author: stefank
Date: 2013-10-17 08:41 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/28df60a5badf
8026707: JDK-8026391 broke the optimized build target
Reviewed-by: mgerdin, coleenp
! src/share/vm/memory/metachunk.hpp
Changeset: 94c0343b1887
Author: stefank
Date: 2013-10-17 08:42 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/94c0343b1887
8026715: Remove the MetaDataDeallocateALot develop flag
Reviewed-by: coleenp, mgerdin
! src/share/vm/memory/metaspace.cpp
! src/share/vm/runtime/globals.hpp
Changeset: bf9e50c573ad
Author: jmasa
Date: 2013-10-17 06:29 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/bf9e50c573ad
8025635: SoftReferences are not cleared before metaspace OOME are thrown
Reviewed-by: jcoomes, tamao, tschatzl, stefank
! src/share/vm/gc_implementation/shared/vmGCOperations.cpp
Changeset: c51cd6af7e61
Author: jcoomes
Date: 2013-10-18 12:10 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/c51cd6af7e61
Merge
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/vmStructs.cpp
! test/TEST.groups
- test/compiler/8013496/Test8013496.sh
! test/serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java
! test/testlibrary/com/oracle/java/testlibrary/JDKToolLauncher.java
Changeset: 23b8db5ea31d
Author: amurillo
Date: 2013-10-18 21:30 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/23b8db5ea31d
Merge
- src/share/vm/memory/metablock.cpp
- src/share/vm/memory/metablock.hpp
- test/compiler/8013496/Test8013496.sh
- test/gc/7168848/HumongousAlloc.java
Changeset: e8cbdc701bfb
Author: amurillo
Date: 2013-10-18 21:30 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e8cbdc701bfb
Added tag hs25-b55 for changeset 23b8db5ea31d
! .hgtags
Changeset: 4589b398ab03
Author: amurillo
Date: 2013-10-22 13:56 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/4589b398ab03
Merge
- src/share/vm/memory/metablock.cpp
- src/share/vm/memory/metablock.hpp
- test/compiler/8013496/Test8013496.sh
- test/gc/7168848/HumongousAlloc.java
Changeset: e006d2e25bc7
Author: dholmes
Date: 2013-10-24 20:47 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e006d2e25bc7
8025673: [macosx] Disable X11 AWT toolkit
Summary: Disable but not completely remove the XAWT and headless toolkits on Mac OS X
Reviewed-by: dholmes
Contributed-by: david.dehaven at oracle.com
! src/os/bsd/vm/os_bsd.cpp
Changeset: 4a1128861221
Author: cl
Date: 2013-10-24 09:10 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/4a1128861221
Added tag jdk8-b113 for changeset 4589b398ab03
! .hgtags
Changeset: 913a35723a0a
Author: katleman
Date: 2013-10-28 16:02 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/913a35723a0a
Merge
Changeset: d6d8aeb2c2d4
Author: amurillo
Date: 2013-10-19 08:52 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d6d8aeb2c2d4
8026928: new hotspot build - hs25-b56
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: 384c92148c68
Author: amurillo
Date: 2013-10-21 14:38 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/384c92148c68
8023496: [jprt] build and test solaris 64-bits only
Reviewed-by: tbell, jcoomes
! make/jprt.properties
Changeset: f9d4ed6c88dd
Author: dholmes
Date: 2013-10-21 20:51 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f9d4ed6c88dd
8026872: [TESTBUG] Classes OOMCrashClass4000_1.class and OOMCrashClass1960_2.class from runtime/ClassFile/ tests won't run on compact profiles
Reviewed-by: sla, sspitsyn
! test/TEST.groups
Changeset: 8cd1abf3ecab
Author: dholmes
Date: 2013-10-21 21:06 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/8cd1abf3ecab
Merge
- src/share/vm/memory/metablock.cpp
- src/share/vm/memory/metablock.hpp
! test/TEST.groups
- test/compiler/8013496/Test8013496.sh
- test/gc/7168848/HumongousAlloc.java
Changeset: 2036c97e3af0
Author: dholmes
Date: 2013-10-21 22:36 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/2036c97e3af0
Merge
Changeset: 7fe6ef09d242
Author: farvidsson
Date: 2013-10-16 09:20 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/7fe6ef09d242
8025638: jmap returns 0 instead of 1 when it fails.
Summary: Re-factored some code handling return values and fails/errors during tool execution.
Reviewed-by: sla, kevinw
Contributed-by: fredrik.arvidsson at oracle.com
! agent/src/share/classes/sun/jvm/hotspot/tools/ClassLoaderStats.java
! agent/src/share/classes/sun/jvm/hotspot/tools/FinalizerInfo.java
! agent/src/share/classes/sun/jvm/hotspot/tools/FlagDumper.java
! agent/src/share/classes/sun/jvm/hotspot/tools/HeapDumper.java
! agent/src/share/classes/sun/jvm/hotspot/tools/HeapSummary.java
! agent/src/share/classes/sun/jvm/hotspot/tools/JInfo.java
! agent/src/share/classes/sun/jvm/hotspot/tools/JMap.java
! agent/src/share/classes/sun/jvm/hotspot/tools/JSnap.java
! agent/src/share/classes/sun/jvm/hotspot/tools/JStack.java
! agent/src/share/classes/sun/jvm/hotspot/tools/ObjectHistogram.java
! agent/src/share/classes/sun/jvm/hotspot/tools/PMap.java
! agent/src/share/classes/sun/jvm/hotspot/tools/PStack.java
! agent/src/share/classes/sun/jvm/hotspot/tools/StackTrace.java
! agent/src/share/classes/sun/jvm/hotspot/tools/SysPropsDumper.java
! agent/src/share/classes/sun/jvm/hotspot/tools/Tool.java
! agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassDump.java
! agent/src/share/classes/sun/jvm/hotspot/tools/soql/JSDB.java
! agent/src/share/classes/sun/jvm/hotspot/tools/soql/SOQL.java
Changeset: 042cf42c72bd
Author: simonis
Date: 2013-10-16 15:06 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/042cf42c72bd
8026703: Wrongly placed <xsl:import> element in Event-Based JVM Tracing .xsl files
Reviewed-by: sla, kamg
! src/share/vm/trace/traceEventClasses.xsl
! src/share/vm/trace/traceEventIds.xsl
! src/share/vm/trace/traceTypes.xsl
Changeset: d248425bcfe8
Author: hseigel
Date: 2013-10-16 14:32 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d248425bcfe8
8024804: Crash when InterfaceMethodref resolves to Object.registerNatives
Summary: Added check for NULL prior to continuation of method look up to avoid runtime crash during look up of Object's superclass' methods.
Reviewed-by: coleenp, hseigel
Contributed-by: lois.foltan at oracle.com
! src/share/vm/interpreter/linkResolver.cpp
+ test/runtime/8024804/RegisterNatives.java
Changeset: 9e0ef3f02648
Author: hseigel
Date: 2013-10-16 15:26 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/9e0ef3f02648
Merge
Changeset: 1bee3014cf2a
Author: dsamersoff
Date: 2013-10-17 16:08 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/1bee3014cf2a
8025812: tmtools/jmap/heap_config tests fail on Linux-ia32 because it Cant attach to the core file
Summary: Coredump store memsz elf field rounded up to page
Reviewed-by: dholmes, sla
! agent/src/os/linux/ps_core.c
Changeset: ffb471203842
Author: erikj
Date: 2013-10-17 16:11 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/ffb471203842
8026792: HOTSPOT: licensee reports a JDK8 build failure after 8005849/8005008 fixes integrated.
Reviewed-by: dholmes, sla
! make/windows/makefiles/trace.make
Changeset: ad8e901ca2e1
Author: sla
Date: 2013-10-17 12:15 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/ad8e901ca2e1
Merge
Changeset: d2db09f281ca
Author: dsamersoff
Date: 2013-10-17 16:45 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d2db09f281ca
8005810: Update Hotspot Serviceability Agent for Method Parameter Reflection and Generic Type Signature Data
Summary: Hotspot was updated to store method parameter reflection and generic type signature data at runtime. Serviceability agent support was updated for this data
Reviewed-by: coleenp, minqi, sla
Contributed-by: eric.mccorkle at oracle.com
! agent/src/share/classes/sun/jvm/hotspot/oops/ConstMethod.java
! src/share/vm/runtime/vmStructs.cpp
Changeset: b942ac65ac86
Author: dsamersoff
Date: 2013-10-17 17:01 +0000
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/b942ac65ac86
Merge
Changeset: d0453d2fd045
Author: dsamersoff
Date: 2013-10-18 10:37 +0000
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d0453d2fd045
Merge
Changeset: ee99e1a7c5fb
Author: ccheung
Date: 2013-10-18 19:44 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/ee99e1a7c5fb
Merge
! src/share/vm/interpreter/linkResolver.cpp
- src/share/vm/memory/metablock.cpp
- src/share/vm/memory/metablock.hpp
! src/share/vm/runtime/vmStructs.cpp
- test/compiler/8013496/Test8013496.sh
- test/gc/7168848/HumongousAlloc.java
Changeset: 996d1f2f056f
Author: dsamersoff
Date: 2013-10-19 21:29 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/996d1f2f056f
8026930: In ManagementAgent.start it should be possible to set the jdp.name parameter (hotspot part)
Summary: Pass one more property from Agent to JdpController
Reviewed-by: jbachorik, sla
! src/share/vm/services/diagnosticCommand.cpp
! src/share/vm/services/diagnosticCommand.hpp
Changeset: 1327b7f85503
Author: ccheung
Date: 2013-10-21 17:26 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/1327b7f85503
Merge
Changeset: 662c154d2749
Author: hseigel
Date: 2013-10-22 14:47 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/662c154d2749
8026394: Eclipse fails with JDK8 build 111
Summary: If the resolved interface does not itself contain "clone" or "finalize" methods, the method/interface method resolution looks to the interface's super class, java.lang.Object. With the JDK 8 interface method accessability check requirement, since these two methods are declared within Object as protected, they must be special cased in LinkResolver::check_method_accessability() in order to avoid an IAE.
Reviewed-by: acorn, dholmes
Contributed-by: lois.foltan at oracle.com
! src/share/vm/interpreter/linkResolver.cpp
+ test/runtime/8026394/InterfaceObjectTest.java
Changeset: b8860472c377
Author: iklam
Date: 2013-10-22 14:29 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/b8860472c377
8014910: deadlock between JVM/TI ClassPrepare event handler and CompilerThread
Summary: Revert changes in JDK-8008962
Reviewed-by: coleenp, sspitsyn
! src/share/vm/ci/ciEnv.cpp
! src/share/vm/oops/constantPool.cpp
! src/share/vm/oops/constantPool.hpp
! src/share/vm/oops/cpCache.cpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/prims/jvmtiEnv.cpp
Changeset: 28be4c586b70
Author: iklam
Date: 2013-10-22 16:09 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/28be4c586b70
Merge
Changeset: a997d762fa20
Author: hseigel
Date: 2013-10-22 15:54 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/a997d762fa20
8026809: [TESTBUG] Create regression test for JDK-8026041
Summary: Created simple regression test for the bug
Reviewed-by: hseigel, lfoltan, zgu
Contributed-by: mikhailo.seledtsov at oracle.com
+ test/runtime/CommandLine/PrintGCApplicationConcurrentTime.java
Changeset: c183576a2dd1
Author: hseigel
Date: 2013-10-22 22:14 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/c183576a2dd1
Merge
Changeset: b658cfe35857
Author: farvidsson
Date: 2013-10-23 10:24 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/b658cfe35857
8026808: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java failed with unexpected exit value
Summary: Fixes a bug with vmArgs when using JDKToolLauncher
Reviewed-by: sla, dholmes
! test/testlibrary/com/oracle/java/testlibrary/JDKToolLauncher.java
Changeset: b3a4d4279fa3
Author: ccheung
Date: 2013-10-24 17:20 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/b3a4d4279fa3
Merge
Changeset: 74e00b98d5dd
Author: anoll
Date: 2013-10-17 19:47 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/74e00b98d5dd
8026708: guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation
Summary: Increase size for the template interpreter accordingly
Reviewed-by: kvn, twisti
! src/cpu/x86/vm/templateInterpreter_x86.hpp
Changeset: 1856ea98184a
Author: adlertz
Date: 2013-10-18 10:50 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/1856ea98184a
8022783: Nashorn test fails with: assert(!def_outside->member(r))
Summary: Enables private copies of inputs for recent spill copies as well
Reviewed-by: kvn, twisti
! src/share/vm/adlc/formssel.cpp
! src/share/vm/opto/reg_split.cpp
Changeset: e3b736cf4fa3
Author: adlertz
Date: 2013-10-18 09:36 +0000
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e3b736cf4fa3
Merge
Changeset: 252d541466ea
Author: morris
Date: 2013-10-18 12:15 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/252d541466ea
8008242: VerifyOops is broken on SPARC
Summary: Fixed displacement issues in SPARC macroassembler and ensure that getClass intrinsic temporary result is T_METADATA
Reviewed-by: kvn, twisti
! src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp
! src/cpu/sparc/vm/c1_Runtime1_sparc.cpp
! src/cpu/sparc/vm/macroAssembler_sparc.cpp
! src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
! src/share/vm/c1/c1_LIRGenerator.cpp
Changeset: 3213ba4d3dff
Author: roland
Date: 2013-10-19 12:16 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/3213ba4d3dff
8024069: replace_in_map() should operate on parent maps
Summary: type information gets lost because replace_in_map() doesn't update parent maps
Reviewed-by: kvn, twisti
! src/share/vm/opto/c2_globals.hpp
! src/share/vm/opto/callGenerator.cpp
! src/share/vm/opto/callGenerator.hpp
! src/share/vm/opto/compile.cpp
! src/share/vm/opto/compile.hpp
! src/share/vm/opto/doCall.cpp
! src/share/vm/opto/graphKit.cpp
! src/share/vm/opto/ifnode.cpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/loopPredicate.cpp
! src/share/vm/opto/loopnode.cpp
! src/share/vm/opto/loopnode.hpp
! src/share/vm/opto/loopopts.cpp
! src/share/vm/opto/multnode.cpp
! src/share/vm/opto/multnode.hpp
! src/share/vm/opto/parse.hpp
! src/share/vm/opto/parse1.cpp
Changeset: 19c5a042b0b3
Author: iignatyev
Date: 2013-10-19 21:54 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/19c5a042b0b3
8026414: [TESTBUG] Tests for Tiered/NonTiered levels
Reviewed-by: twisti, iveresov
+ test/compiler/tiered/CompLevelsTest.java
+ test/compiler/tiered/NonTieredLevelsTest.java
+ test/compiler/tiered/TieredLevelsTest.java
Changeset: 600c83f8e6a5
Author: iignatyev
Date: 2013-10-19 21:54 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/600c83f8e6a5
8023318: compiler/whitebox tests timeout with enabled TieredCompilation
Reviewed-by: kvn, twisti
! test/compiler/whitebox/CompilerWhiteBoxTest.java
Changeset: e842cc2d2dfb
Author: iveresov
Date: 2013-10-19 22:22 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e842cc2d2dfb
Merge
Changeset: 52575a17a36c
Author: iignatyev
Date: 2013-10-21 09:21 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/52575a17a36c
8026865: [TESTBUG] 'compiler/print/PrintInlining.java' should specify -XX:+UnlockDiagnosticVMOptions
Reviewed-by: twisti, iveresov
! test/compiler/print/PrintInlining.java
Changeset: 4748b3308cda
Author: iveresov
Date: 2013-10-21 17:34 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/4748b3308cda
Merge
Changeset: 5ccbab1c69f3
Author: roland
Date: 2013-10-22 09:51 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/5ccbab1c69f3
8026251: New type profiling points: parameters to methods
Summary: x86 interpreter and c1 type profiling for parameters on method entries
Reviewed-by: kvn, twisti
! src/cpu/x86/vm/bytecodeInterpreter_x86.cpp
! src/cpu/x86/vm/globals_x86.hpp
+ src/cpu/x86/vm/interp_masm_x86.cpp
+ src/cpu/x86/vm/interp_masm_x86.hpp
! src/cpu/x86/vm/interp_masm_x86_32.cpp
! src/cpu/x86/vm/interp_masm_x86_32.hpp
! src/cpu/x86/vm/interp_masm_x86_64.cpp
! src/cpu/x86/vm/interp_masm_x86_64.hpp
! src/cpu/x86/vm/register_definitions_x86.cpp
! src/cpu/x86/vm/templateInterpreter_x86_32.cpp
! src/cpu/x86/vm/templateInterpreter_x86_64.cpp
! src/cpu/x86/vm/vtableStubs_x86_32.cpp
! src/cpu/x86/vm/vtableStubs_x86_64.cpp
! src/share/vm/c1/c1_Compilation.hpp
! src/share/vm/c1/c1_GraphBuilder.cpp
! src/share/vm/c1/c1_GraphBuilder.hpp
! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/c1/c1_LIRGenerator.hpp
! src/share/vm/ci/ciMethodData.cpp
! src/share/vm/ci/ciMethodData.hpp
! src/share/vm/interpreter/abstractInterpreter.hpp
! src/share/vm/interpreter/templateTable.hpp
! src/share/vm/oops/methodData.cpp
! src/share/vm/oops/methodData.hpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/java.cpp
Changeset: 435c7b4577cd
Author: rbackman
Date: 2013-10-21 15:31 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/435c7b4577cd
8026959: assert(!n->pinned() || n->is_MachConstantBase()) failed: only pinned MachConstantBase node is expected here
Reviewed-by: iveresov, roland
! src/share/vm/opto/compile.cpp
Changeset: 36e17466dd39
Author: rbackman
Date: 2013-10-22 14:02 +0000
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/36e17466dd39
Merge
Changeset: 8b4bbba322d3
Author: anoll
Date: 2013-10-23 10:00 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/8b4bbba322d3
8026407: VM crashes on linux-ppc and linux-i586 when there is not enough ReservedCodeCacheSize specified
Summary: Ensure currently required generation of AdapterHandlerLibrary::create_native_wrapper()
Reviewed-by: roland, iveresov
! src/share/vm/compiler/compileBroker.cpp
Changeset: b2ee5dc63353
Author: roland
Date: 2013-10-23 12:40 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/b2ee5dc63353
8024070: C2 needs some form of type speculation
Summary: record unused type profile information with type system, propagate and use it.
Reviewed-by: kvn, twisti
! src/share/vm/ci/ciMethod.cpp
! src/share/vm/ci/ciMethod.hpp
! src/share/vm/ci/ciMethodData.hpp
! src/share/vm/opto/c2_globals.hpp
! src/share/vm/opto/callGenerator.cpp
! src/share/vm/opto/callGenerator.hpp
! src/share/vm/opto/compile.cpp
! src/share/vm/opto/compile.hpp
! src/share/vm/opto/doCall.cpp
! src/share/vm/opto/graphKit.cpp
! src/share/vm/opto/graphKit.hpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/parse.hpp
! src/share/vm/opto/parse1.cpp
! src/share/vm/opto/parse2.cpp
! src/share/vm/opto/parseHelper.cpp
! src/share/vm/opto/phaseX.cpp
! src/share/vm/opto/phaseX.hpp
! src/share/vm/opto/type.cpp
! src/share/vm/opto/type.hpp
! src/share/vm/runtime/arguments.cpp
+ test/compiler/types/TypeSpeculation.java
Changeset: 4c9115774c8e
Author: adlertz
Date: 2013-10-23 10:44 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/4c9115774c8e
8026939: assert(Reachblock != NULL) failed: Reachblock must be non-NULL
Summary: We can reach this state from phi input rematerialization, so pass in the Reaches of the predecessor
Reviewed-by: roland, twisti
! src/share/vm/opto/reg_split.cpp
Changeset: 97d400662426
Author: adlertz
Date: 2013-10-23 19:22 +0000
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/97d400662426
Merge
Changeset: 9acbfe04b5c3
Author: iveresov
Date: 2013-10-23 11:15 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/9acbfe04b5c3
8026495: JVM Crashes when started with -XX:+DTraceMethodProbes on Solaris x86_64
Summary: Fix wrong calling convention in LIR_Assembler::emit_unwind_handler(), T_METADATA support in calling convention generator, C1 register allocator
Reviewed-by: twisti, jrose
! src/cpu/sparc/vm/c1_FrameMap_sparc.cpp
! src/cpu/x86/vm/c1_FrameMap_x86.cpp
! src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
! src/share/vm/c1/c1_LIR.cpp
! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/c1/c1_LinearScan.cpp
Changeset: 1c90f0072f0d
Author: twisti
Date: 2013-10-23 15:44 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/1c90f0072f0d
8026502: java/lang/invoke/MethodHandleConstants.java fails on all platforms
Reviewed-by: iveresov, jrose
! src/share/vm/classfile/systemDictionary.cpp
Changeset: 3a04e444da6d
Author: iveresov
Date: 2013-10-23 16:25 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/3a04e444da6d
Merge
Changeset: 59e8ad757e19
Author: rbackman
Date: 2013-10-18 10:41 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/59e8ad757e19
8026844: Various Math functions needs intrinsification
Reviewed-by: kvn, twisti
! src/cpu/sparc/vm/sparc.ad
! src/cpu/x86/vm/assembler_x86.cpp
! src/cpu/x86/vm/assembler_x86.hpp
! src/cpu/x86/vm/x86_32.ad
! src/cpu/x86/vm/x86_64.ad
! src/share/vm/adlc/archDesc.cpp
! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/opto/classes.hpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/matcher.hpp
! src/share/vm/opto/mathexactnode.cpp
! src/share/vm/opto/mathexactnode.hpp
! src/share/vm/opto/node.hpp
! src/share/vm/opto/type.cpp
! src/share/vm/opto/type.hpp
! src/share/vm/runtime/vmStructs.cpp
+ test/compiler/intrinsics/mathexact/AddExactICondTest.java
+ test/compiler/intrinsics/mathexact/AddExactIConstantTest.java
+ test/compiler/intrinsics/mathexact/AddExactILoadTest.java
+ test/compiler/intrinsics/mathexact/AddExactILoopDependentTest.java
+ test/compiler/intrinsics/mathexact/AddExactINonConstantTest.java
+ test/compiler/intrinsics/mathexact/AddExactIRepeatTest.java
+ test/compiler/intrinsics/mathexact/AddExactLConstantTest.java
+ test/compiler/intrinsics/mathexact/AddExactLNonConstantTest.java
- test/compiler/intrinsics/mathexact/CondTest.java
- test/compiler/intrinsics/mathexact/ConstantTest.java
+ test/compiler/intrinsics/mathexact/DecExactITest.java
+ test/compiler/intrinsics/mathexact/DecExactLTest.java
+ test/compiler/intrinsics/mathexact/IncExactITest.java
+ test/compiler/intrinsics/mathexact/IncExactLTest.java
- test/compiler/intrinsics/mathexact/LoadTest.java
- test/compiler/intrinsics/mathexact/LoopDependentTest.java
+ test/compiler/intrinsics/mathexact/MulExactICondTest.java
+ test/compiler/intrinsics/mathexact/MulExactIConstantTest.java
+ test/compiler/intrinsics/mathexact/MulExactILoadTest.java
+ test/compiler/intrinsics/mathexact/MulExactILoopDependentTest.java
+ test/compiler/intrinsics/mathexact/MulExactINonConstantTest.java
+ test/compiler/intrinsics/mathexact/MulExactIRepeatTest.java
+ test/compiler/intrinsics/mathexact/MulExactLConstantTest.java
+ test/compiler/intrinsics/mathexact/MulExactLNonConstantTest.java
+ test/compiler/intrinsics/mathexact/NegExactIConstantTest.java
+ test/compiler/intrinsics/mathexact/NegExactILoadTest.java
+ test/compiler/intrinsics/mathexact/NegExactILoopDependentTest.java
+ test/compiler/intrinsics/mathexact/NegExactINonConstantTest.java
+ test/compiler/intrinsics/mathexact/NegExactLConstantTest.java
+ test/compiler/intrinsics/mathexact/NegExactLNonConstantTest.java
- test/compiler/intrinsics/mathexact/NonConstantTest.java
- test/compiler/intrinsics/mathexact/RepeatTest.java
+ test/compiler/intrinsics/mathexact/SubExactICondTest.java
+ test/compiler/intrinsics/mathexact/SubExactIConstantTest.java
+ test/compiler/intrinsics/mathexact/SubExactILoadTest.java
+ test/compiler/intrinsics/mathexact/SubExactILoopDependentTest.java
+ test/compiler/intrinsics/mathexact/SubExactINonConstantTest.java
+ test/compiler/intrinsics/mathexact/SubExactIRepeatTest.java
+ test/compiler/intrinsics/mathexact/SubExactLConstantTest.java
+ test/compiler/intrinsics/mathexact/SubExactLNonConstantTest.java
! test/compiler/intrinsics/mathexact/Verify.java
Changeset: 68f07c29521b
Author: anoll
Date: 2013-10-15 08:38 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/68f07c29521b
8025740: Typo. Error line for wrong ReservedCodeCacheSize value is printed twice
Summary: Remove duplicate print
Reviewed-by: kvn, twisti
! src/share/vm/runtime/arguments.cpp
Changeset: d95eca175eff
Author: sspitsyn
Date: 2013-10-23 20:15 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d95eca175eff
8023004: JSR 292: java.lang.RuntimeException: Original target method was called.
Reviewed-by: jrose
! src/share/vm/prims/methodHandles.cpp
Changeset: 0d1661d63d70
Author: vlivanov
Date: 2013-10-23 20:20 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/0d1661d63d70
8012941: JSR 292: too deep inlining might crash compiler because of stack overflow
Reviewed-by: kvn, twisti
! src/share/vm/c1/c1_GraphBuilder.cpp
! src/share/vm/c1/c1_globals.hpp
Changeset: f7d928a3181c
Author: roland
Date: 2013-10-24 19:32 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f7d928a3181c
8026978: JSR292: fatal error: Type profiling not implemented on this platform
Summary: force TypeProfileLevel to 0 on non x86
Reviewed-by: twisti
! src/share/vm/runtime/arguments.cpp
Changeset: 395499125cb0
Author: iveresov
Date: 2013-10-24 16:14 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/395499125cb0
Merge
- test/compiler/intrinsics/mathexact/CondTest.java
- test/compiler/intrinsics/mathexact/ConstantTest.java
- test/compiler/intrinsics/mathexact/LoadTest.java
- test/compiler/intrinsics/mathexact/LoopDependentTest.java
- test/compiler/intrinsics/mathexact/NonConstantTest.java
- test/compiler/intrinsics/mathexact/RepeatTest.java
Changeset: 6b32b911d723
Author: iveresov
Date: 2013-10-24 16:25 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/6b32b911d723
Merge
! src/share/vm/runtime/vmStructs.cpp
- test/compiler/intrinsics/mathexact/CondTest.java
- test/compiler/intrinsics/mathexact/ConstantTest.java
- test/compiler/intrinsics/mathexact/LoadTest.java
- test/compiler/intrinsics/mathexact/LoopDependentTest.java
- test/compiler/intrinsics/mathexact/NonConstantTest.java
- test/compiler/intrinsics/mathexact/RepeatTest.java
Changeset: 1d1ea10fe09f
Author: mgerdin
Date: 2013-10-15 13:56 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/1d1ea10fe09f
8015255: NPG: Don't waste fragment at the end of a VirtualSpaceNode before retiring it.
Summary: Chunk up the last piece of committed memory in a VSN when getting a new one.
Reviewed-by: stefank, jmasa
! src/share/vm/memory/metaspace.cpp
! src/share/vm/prims/jni.cpp
Changeset: 91a88c8450f4
Author: mgerdin
Date: 2013-10-18 09:31 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/91a88c8450f4
8026698: Incorrect error handling in Metaspace::allocate
Reviewed-by: stefank, jwilhelm
! src/share/vm/memory/metaspace.cpp
Changeset: a1b05d4a6fd0
Author: stefank
Date: 2013-10-21 09:34 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/a1b05d4a6fd0
8026781: Add missing test to exercise -XX:+UseLargePagesInMetaspace
Reviewed-by: mgerdin, brutisso
+ test/gc/TestSystemGC.java
Changeset: 3dd24766da44
Author: stefank
Date: 2013-10-21 01:04 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/3dd24766da44
Merge
Changeset: 2fab5b7e6140
Author: ehelin
Date: 2013-10-21 14:20 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/2fab5b7e6140
8025834: NPE in Parallel Scavenge with -XX:+CheckUnhandledOops
Reviewed-by: coleenp, mgerdin, sspitsyn
! src/share/vm/prims/jvmtiImpl.cpp
Changeset: c7f403b05168
Author: sjohanss
Date: 2013-10-22 11:50 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/c7f403b05168
8026848: -XX:+G1SummarizeRSetStats can result in wrong exit code and crash
Summary: Changed the use of %d to SIZE_FORMAT macro in format string when printing size_t values.
Reviewed-by: stefank, ehelin
! src/share/vm/gc_implementation/g1/g1RemSetSummary.cpp
Changeset: 0823c8bac468
Author: jcoomes
Date: 2013-10-22 12:03 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/0823c8bac468
Merge
Changeset: 1b422ef5288a
Author: tschatzl
Date: 2013-10-23 10:23 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/1b422ef5288a
8025728: Missing volatile specifier for field G1AllocRegion::_alloc_region
Summary: The field G1AllocRegion::_alloc_region needs to be declared volatile as it is used with that intention. Otherwise the compiler may generate the code that reloads the value which might have changed in the meantime, leading to spurious crashes.
Reviewed-by: iveresov, simonis, tschatzl
Contributed-by: Axel Siebenborn <axel.siebenborn at sap.com>
! src/share/vm/gc_implementation/g1/g1AllocRegion.hpp
Changeset: 0dcdec729cda
Author: jcoomes
Date: 2013-10-25 08:38 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/0dcdec729cda
Merge
Changeset: 82a9cdbf683e
Author: amurillo
Date: 2013-10-25 13:29 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/82a9cdbf683e
Merge
! src/share/vm/services/diagnosticCommand.cpp
- test/compiler/intrinsics/mathexact/CondTest.java
- test/compiler/intrinsics/mathexact/ConstantTest.java
- test/compiler/intrinsics/mathexact/LoadTest.java
- test/compiler/intrinsics/mathexact/LoopDependentTest.java
- test/compiler/intrinsics/mathexact/NonConstantTest.java
- test/compiler/intrinsics/mathexact/RepeatTest.java
Changeset: bde83ddf920c
Author: amurillo
Date: 2013-10-25 13:29 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/bde83ddf920c
Added tag hs25-b56 for changeset 82a9cdbf683e
! .hgtags
Changeset: 7fd913010dbb
Author: katleman
Date: 2013-10-29 14:56 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/7fd913010dbb
Merge
Changeset: ddc3758f68db
Author: cl
Date: 2013-10-31 12:36 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/ddc3758f68db
Added tag jdk8-b114 for changeset 7fd913010dbb
! .hgtags
Changeset: e39b138b2518
Author: acorn
Date: 2013-10-19 18:32 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e39b138b2518
8026893: Push 8026365 to TL early and add test
Reviewed-by: dcubed, kamg
! src/share/vm/classfile/verifier.cpp
! test/TEST.groups
+ test/runtime/8026365/InvokeSpecialAnonTest.java
Changeset: 0e55a181cb08
Author: lana
Date: 2013-10-28 12:25 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/0e55a181cb08
Merge
- src/share/vm/memory/metablock.cpp
- src/share/vm/memory/metablock.hpp
- test/compiler/8013496/Test8013496.sh
- test/gc/7168848/HumongousAlloc.java
Changeset: ea1b8c643fc8
Author: lana
Date: 2013-10-30 13:43 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/ea1b8c643fc8
Merge
- test/compiler/intrinsics/mathexact/CondTest.java
- test/compiler/intrinsics/mathexact/ConstantTest.java
- test/compiler/intrinsics/mathexact/LoadTest.java
- test/compiler/intrinsics/mathexact/LoopDependentTest.java
- test/compiler/intrinsics/mathexact/NonConstantTest.java
- test/compiler/intrinsics/mathexact/RepeatTest.java
Changeset: 205834867346
Author: lana
Date: 2013-10-31 16:31 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/205834867346
Merge
Changeset: f94a9f0746d8
Author: amurillo
Date: 2013-10-25 13:43 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f94a9f0746d8
8027173: new hotspot build - hs25-b57
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: e64f1fe9756b
Author: farvidsson
Date: 2013-10-24 10:02 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e64f1fe9756b
8024423: JVMTI: GetLoadedClasses doesn't enumerate anonymous classes
Summary: Rewrite of the getLoadedClasses() method implementation to include anonymous classes.
Reviewed-by: coleenp, sspitsyn
! src/share/vm/classfile/classLoaderData.cpp
! src/share/vm/classfile/classLoaderData.hpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/prims/jvmtiGetLoadedClasses.cpp
Changeset: d70a665e25d7
Author: iklam
Date: 2013-10-24 22:19 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d70a665e25d7
8020753: JNI_CreateJavaVM on Mac OSX 10.9 Mavericks corrupts the callers stack size
Summary: Use hard-coded DEFAULT_MAIN_THREAD_STACK_PAGES = 2048 for 10.9
Reviewed-by: dcubed, iveresov
Contributed-by: gerard.ziemski at oracle.com
! src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp
Changeset: e4f478e7781b
Author: jbachorik
Date: 2013-10-25 09:07 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e4f478e7781b
8027294: Prepare hotspot for non TOD based uptime counter
Summary: Use HR timer when available for os::elapsed_counter() on linux/bsd. Add a new counter for the JVM uptime.
Reviewed-by: dholmes, sla
! src/os/bsd/vm/os_bsd.cpp
! src/os/linux/vm/os_linux.cpp
! src/share/vm/services/jmm.h
! src/share/vm/services/management.cpp
Changeset: a6177f601c64
Author: hseigel
Date: 2013-10-25 11:05 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/a6177f601c64
8026822: metaspace/flags/maxMetaspaceSize throws OOM of unexpected type.java.lang.OutOfMemoryError: Compressed class space
Summary: Incorporate chunk size when seeing if OutOfMemoryError was caused by Metaspace or Compressed class space.
Reviewed-by: stefank, coleenp
! src/share/vm/memory/metaspace.cpp
! src/share/vm/memory/metaspace.hpp
! src/share/vm/memory/universe.cpp
Changeset: 634715d59d9e
Author: hseigel
Date: 2013-10-25 11:13 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/634715d59d9e
Merge
Changeset: 209aa13ab8c0
Author: coleenp
Date: 2013-10-25 15:19 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/209aa13ab8c0
8024927: Nashorn performance regression with CompressedOops
Summary: Allocate compressed class space at end of Java heap. For small heap sizes, without CDS, save some space so compressed classes can have the same favorable compression as oops
Reviewed-by: stefank, hseigel, goetz
! src/cpu/sparc/vm/macroAssembler_sparc.cpp
! src/cpu/sparc/vm/sparc.ad
! src/cpu/x86/vm/macroAssembler_x86.cpp
! src/share/vm/memory/metaspace.cpp
! src/share/vm/memory/metaspace.hpp
! src/share/vm/memory/universe.cpp
! src/share/vm/utilities/globalDefinitions.hpp
+ test/runtime/CompressedOops/CompressedClassPointers.java
Changeset: b4aa8fc5d0d5
Author: ccheung
Date: 2013-10-25 22:06 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/b4aa8fc5d0d5
Merge
! src/cpu/sparc/vm/macroAssembler_sparc.cpp
! src/cpu/sparc/vm/sparc.ad
! src/share/vm/memory/metaspace.cpp
- test/compiler/intrinsics/mathexact/CondTest.java
- test/compiler/intrinsics/mathexact/ConstantTest.java
- test/compiler/intrinsics/mathexact/LoadTest.java
- test/compiler/intrinsics/mathexact/LoopDependentTest.java
- test/compiler/intrinsics/mathexact/NonConstantTest.java
- test/compiler/intrinsics/mathexact/RepeatTest.java
Changeset: 1a04de1aaedb
Author: dsamersoff
Date: 2013-10-28 21:41 +0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/1a04de1aaedb
8026950: Nits in agent ps_proc.c file breaks compilation of open hotspot
Summary: Fixed two compilation-breaking nits
Reviewed-by: sla, dholmes
! agent/src/os/bsd/ps_proc.c
Changeset: 85730a185147
Author: ccheung
Date: 2013-10-30 14:02 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/85730a185147
Merge
Changeset: 292050e5d5ea
Author: dholmes
Date: 2013-10-24 00:33 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/292050e5d5ea
8026877: Error in opening JAR file when invalid jar specified with -Xbootclasspath/a on OpenJDK build
Reviewed-by: coleenp, twisti
! src/share/vm/classfile/systemDictionary.hpp
! src/share/vm/runtime/thread.cpp
Changeset: 066778844ed9
Author: jprovino
Date: 2013-10-27 14:11 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/066778844ed9
Merge
Changeset: f2f9139ccde9
Author: jprovino
Date: 2013-10-30 16:06 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f2f9139ccde9
Merge
Changeset: a007575ea726
Author: vladidan
Date: 2013-10-30 16:31 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/a007575ea726
Merge
Changeset: 3b3133d93fb6
Author: brutisso
Date: 2013-10-28 13:27 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/3b3133d93fb6
8027132: Print deprecation warning message for the flags controlling the CMS foreground collector
Reviewed-by: stefank, ehelin, ysr, tschatzl
! src/share/vm/runtime/arguments.cpp
+ test/gc/startup_warnings/TestCMSForegroundFlags.java
Changeset: 6d965678f21e
Author: ehelin
Date: 2013-10-31 21:20 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/6d965678f21e
Merge
Changeset: bd3237e0e18d
Author: twisti
Date: 2013-10-24 16:23 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/bd3237e0e18d
8026328: Setting a breakpoint on invokedynamic crashes the JVM
Reviewed-by: jrose, roland
! src/cpu/sparc/vm/cppInterpreter_sparc.cpp
! src/cpu/sparc/vm/templateInterpreter_sparc.cpp
! src/cpu/sparc/vm/templateTable_sparc.cpp
! src/cpu/x86/vm/cppInterpreter_x86.cpp
! src/cpu/x86/vm/templateInterpreter_x86_32.cpp
! src/cpu/x86/vm/templateInterpreter_x86_64.cpp
! src/cpu/x86/vm/templateTable_x86_32.cpp
! src/cpu/x86/vm/templateTable_x86_64.cpp
! src/cpu/zero/vm/cppInterpreter_zero.cpp
! src/cpu/zero/vm/globals_zero.hpp
! src/share/vm/interpreter/abstractInterpreter.hpp
! src/share/vm/interpreter/cppInterpreter.hpp
! src/share/vm/interpreter/interpreter.cpp
! src/share/vm/interpreter/templateInterpreter.cpp
! src/share/vm/interpreter/templateInterpreter.hpp
! src/share/vm/interpreter/templateInterpreterGenerator.hpp
! src/share/vm/oops/method.cpp
! src/share/vm/runtime/handles.cpp
Changeset: cbe8ba0fb8fc
Author: twisti
Date: 2013-10-24 16:26 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/cbe8ba0fb8fc
Merge
- test/compiler/intrinsics/mathexact/CondTest.java
- test/compiler/intrinsics/mathexact/ConstantTest.java
- test/compiler/intrinsics/mathexact/LoadTest.java
- test/compiler/intrinsics/mathexact/LoopDependentTest.java
- test/compiler/intrinsics/mathexact/NonConstantTest.java
- test/compiler/intrinsics/mathexact/RepeatTest.java
Changeset: f01788f13696
Author: adlertz
Date: 2013-10-25 10:13 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f01788f13696
8026940: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
Summary: Remove input to junk phi if they also become dead during post_allocate_copy_removal
Reviewed-by: roland
! src/share/vm/opto/postaloc.cpp
Changeset: 7ae254fd0b3c
Author: adlertz
Date: 2013-10-25 12:40 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/7ae254fd0b3c
Merge
Changeset: 6c2f07d1495f
Author: roland
Date: 2013-10-28 09:58 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/6c2f07d1495f
8027140: Assertion in compiler when running bigapps/Kitchensink/stability
Summary: filter() code for TypeKlassPtr not moved when permgen removal was introduced
Reviewed-by: twisti, iveresov
! src/share/vm/opto/type.cpp
! src/share/vm/opto/type.hpp
Changeset: bfdb530cdffa
Author: roland
Date: 2013-10-28 12:21 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/bfdb530cdffa
Merge
Changeset: a196f1aaec86
Author: anoll
Date: 2013-10-25 22:57 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/a196f1aaec86
8026949: -Xint flag prints wrong warning: Initialization of C1 thread failed (no space to run compilers)
Summary: Exit compiler threads early during startup so that wrong error message is not printed
Reviewed-by: iveresov, twisti
! src/share/vm/compiler/compileBroker.cpp
+ test/compiler/startup/StartupOutput.java
Changeset: 8c16f426dbb2
Author: iveresov
Date: 2013-10-28 15:16 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/8c16f426dbb2
Merge
Changeset: fc1632f5021a
Author: iveresov
Date: 2013-10-28 17:32 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/fc1632f5021a
Merge
Changeset: a57a165b8296
Author: rbackman
Date: 2013-10-28 08:34 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/a57a165b8296
8027353: Exact intrinsics: assert(n != NULL) failed: must not be null
Reviewed-by: kvn, roland
! src/share/vm/opto/library_call.cpp
! test/compiler/intrinsics/mathexact/SubExactLConstantTest.java
! test/compiler/intrinsics/mathexact/SubExactLNonConstantTest.java
Changeset: 60a32bb8ff99
Author: rbackman
Date: 2013-10-30 13:14 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/60a32bb8ff99
8027444: mathExact: assert(i < _max) failed: oob: i=1, _max=1
Reviewed-by: duke
! src/share/vm/opto/loopTransform.cpp
+ test/compiler/intrinsics/mathexact/NestedMathExactTest.java
Changeset: 4d3575d37a07
Author: iveresov
Date: 2013-10-30 22:55 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/4d3575d37a07
8026735: Stream tests throw java.lang.IncompatibleClassChangeError
Summary: Put a band-aid to disable CHA-based inlining for interfaces with default methods in C1
Reviewed-by: kvn, twisti
! src/share/vm/c1/c1_GraphBuilder.cpp
! src/share/vm/ci/ciInstanceKlass.cpp
! src/share/vm/ci/ciInstanceKlass.hpp
+ test/compiler/inlining/InlineDefaultMethod.java
Changeset: 946a8294ab15
Author: iveresov
Date: 2013-10-31 04:16 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/946a8294ab15
8024919: G1: SPECjbb2013 crashes due to a broken object reference
Summary: Pass correct new value to post_barrer() in Unsafe.getAndSetObject() C1 intrinsic
Reviewed-by: kvn, roland
! src/cpu/x86/vm/c1_LIRGenerator_x86.cpp
Changeset: 2dcd0bd2920d
Author: iveresov
Date: 2013-10-31 14:54 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/2dcd0bd2920d
Merge
Changeset: 0836a3c28c6a
Author: iveresov
Date: 2013-10-31 15:04 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/0836a3c28c6a
Merge
Changeset: 3b32d287da89
Author: amurillo
Date: 2013-11-01 08:26 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/3b32d287da89
Merge
! src/os/bsd/vm/os_bsd.cpp
Changeset: afd012c940e4
Author: amurillo
Date: 2013-11-01 08:26 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/afd012c940e4
Added tag hs25-b57 for changeset 3b32d287da89
! .hgtags
Changeset: 9ebaac78a8a0
Author: amurillo
Date: 2013-11-05 14:06 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/9ebaac78a8a0
Merge
Changeset: 842b6ce4dfb4
Author: cl
Date: 2013-11-07 08:16 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/842b6ce4dfb4
Added tag jdk8-b115 for changeset 9ebaac78a8a0
! .hgtags
Changeset: 5b84039ca739
Author: amurillo
Date: 2013-11-01 08:35 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/5b84039ca739
8027580: new hotspot build - hs25-b58
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: ea79ab313e98
Author: mgerdin
Date: 2013-10-30 15:35 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/ea79ab313e98
8027252: Crash in interpreter because get_unsigned_2_byte_index_at_bcp reads 4 bytes
Summary: Use 2-byte loads to load indexes from the byte code stream to avoid out of bounds reads.
Reviewed-by: coleenp, sspitsyn
! src/cpu/x86/vm/interp_masm_x86_32.cpp
! src/cpu/x86/vm/interp_masm_x86_64.cpp
! src/cpu/x86/vm/templateTable_x86_32.cpp
! src/cpu/x86/vm/templateTable_x86_64.cpp
Changeset: fdd464c8d62e
Author: acorn
Date: 2013-10-30 09:11 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/fdd464c8d62e
8027304: Lambda: inheriting abstract + 1 default -> default, not ICCE
Reviewed-by: hseigel, zgu
! src/share/vm/classfile/defaultMethods.cpp
Changeset: 4fe7815b04f5
Author: acorn
Date: 2013-10-30 09:26 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/4fe7815b04f5
Merge
Changeset: c8fc12209830
Author: coleenp
Date: 2013-10-31 14:11 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/c8fc12209830
8027616: Off by one error in putback for compressed oops nashorn performance improvement
Summary: Should compare bounds greater than or equal 4G when deciding if shift is needed or CDS area + compressed class space are within 4G of each other.
Reviewed-by: stefank, hseigel, zgu
! src/share/vm/memory/metaspace.cpp
Changeset: 910026b800b8
Author: coleenp
Date: 2013-11-01 10:32 -0400
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/910026b800b8
8026946: JvmtiEnv::SetBreakpoint and JvmtiEnv::ClearBreakpoint should use MethodHandle
8026948: JvmtiEnv::SetBreakpoint and JvmtiEnv::ClearBreakpoint might not work with anonymous classes
Summary: Walk methods in breakpoints for marking on stack so they aren't deallocated by redefine classes. Use class_holder rather than class_loader to keep GC from reclaiming class owning the method.
Reviewed-by: sspitsyn, ehelin, sla
! src/share/vm/classfile/metadataOnStackMark.cpp
! src/share/vm/prims/jvmtiImpl.cpp
! src/share/vm/prims/jvmtiImpl.hpp
Changeset: 42790b7e4d48
Author: mgronlun
Date: 2013-11-01 15:56 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/42790b7e4d48
Merge
! src/cpu/x86/vm/templateTable_x86_32.cpp
! src/cpu/x86/vm/templateTable_x86_64.cpp
Changeset: f8b56489e455
Author: mgronlun
Date: 2013-11-01 17:10 +0000
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f8b56489e455
Merge
Changeset: 04df110c8655
Author: mgronlun
Date: 2013-11-02 20:56 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/04df110c8655
Merge
Changeset: 208ebea980f8
Author: roland
Date: 2013-11-04 21:59 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/208ebea980f8
8027445: SIGSEGV at TestFloatingDecimal.testAppendToDouble()I
Summary: String.equals() intrinsic shouldn't use integer length input in pointer arithmetic without an i2l.
Reviewed-by: kvn, twisti
! src/cpu/sparc/vm/sparc.ad
+ test/compiler/intrinsics/stringequals/TestStringEqualsBadLength.java
Changeset: e428d5e768e3
Author: rbackman
Date: 2013-11-04 10:44 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e428d5e768e3
8027622: java.time.Instant.create failing since hs25-b56
Reviewed-by: kvn, iveresov
! src/share/vm/opto/compile.cpp
+ test/compiler/intrinsics/mathexact/CompareTest.java
Changeset: a905d33ce13a
Author: iveresov
Date: 2013-11-05 00:59 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/a905d33ce13a
8027751: C1 crashes in Weblogic with G1 enabled
Summary: Keep T_OBJECT operands in registers for logical operations on x64
Reviewed-by: kvn, roland
! src/share/vm/c1/c1_LinearScan.cpp
+ test/compiler/regalloc/C1ObjectSpillInLogicOp.java
Changeset: 94a83e0f9ce1
Author: iveresov
Date: 2013-11-05 01:57 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/94a83e0f9ce1
8017065: C2 allows safepoint checks to leak into G1 pre-barriers
Summary: Make all raw loads strictly respect control dependencies, make sure RCE doesn't move raw loads, add verification of G1 pre-barriers.
Reviewed-by: kvn, roland
! src/share/vm/opto/compile.cpp
! src/share/vm/opto/compile.hpp
! src/share/vm/opto/loopTransform.cpp
! src/share/vm/opto/memnode.hpp
Changeset: 613e6a6fc328
Author: iveresov
Date: 2013-11-05 02:29 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/613e6a6fc328
Merge
! src/share/vm/opto/compile.cpp
Changeset: be525e91f65b
Author: mikael
Date: 2013-11-06 06:51 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/be525e91f65b
8026775: nsk/jvmti/RedefineClasses/StressRedefine crashes due to EXCEPTION_ACCESS_VIOLATION
Summary: Uncommon trap blob did not bang all the stack shadow pages
Reviewed-by: kvn, twisti, iveresov, jrose
! src/cpu/sparc/vm/macroAssembler_sparc.cpp
! src/cpu/x86/vm/macroAssembler_x86.cpp
! src/share/vm/asm/assembler.cpp
+ test/compiler/uncommontrap/UncommonTrapStackBang.java
Changeset: 53662b2f1d68
Author: drchase
Date: 2013-11-07 10:02 -0500
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/53662b2f1d68
Merge
Changeset: e510dfdec6dd
Author: amurillo
Date: 2013-11-08 07:02 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e510dfdec6dd
Merge
Changeset: 52b076e6ffae
Author: amurillo
Date: 2013-11-08 07:02 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/52b076e6ffae
Added tag hs25-b58 for changeset e510dfdec6dd
! .hgtags
Changeset: aec3226be72d
Author: cl
Date: 2013-11-14 09:04 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/aec3226be72d
Added tag jdk8-b116 for changeset 52b076e6ffae
! .hgtags
Changeset: 20c72bec2707
Author: amurillo
Date: 2013-11-08 07:13 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/20c72bec2707
8028061: new hotspot build - hs25-b59
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: 9d8b29a0548c
Author: mgerdin
Date: 2013-11-08 16:48 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/9d8b29a0548c
8027237: New tests on ReservedSpace/VirtualSpace classes
Summary: Three tests added: 1) test stressing VirtualSpace by resizing it constantly 2) test running unit tests in several threads 3) test checking protected area in ReservedHeapSpace class
Reviewed-by: stefank, zgu
Contributed-by: aleksey.timofeev at oracle.com
! src/share/vm/prims/whitebox.cpp
+ test/runtime/memory/ReadFromNoaccessArea.java
+ test/runtime/memory/RunUnitTestsConcurrently.java
+ test/runtime/memory/StressVirtualSpaceResize.java
! test/testlibrary/whitebox/sun/hotspot/WhiteBox.java
Changeset: 19f8a5d7600b
Author: mgerdin
Date: 2013-11-08 23:49 +0000
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/19f8a5d7600b
Merge
Changeset: fce21ac5968d
Author: acorn
Date: 2013-11-13 07:31 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/fce21ac5968d
8027229: ICCE expected for >=2 maximally specific default methods.
Summary: Need to process defaults for interfaces for invokespecial
Reviewed-by: lfoltan, hseigel, coleenp, jrose
! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/defaultMethods.cpp
! src/share/vm/interpreter/linkResolver.cpp
! src/share/vm/interpreter/linkResolver.hpp
! src/share/vm/oops/klassVtable.cpp
Changeset: 41cb10cbfb3c
Author: coleenp
Date: 2013-11-13 16:42 -0500
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/41cb10cbfb3c
8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
Summary: Create extra constant pool cache entries for invokespecial/InterfaceMethodref to hold the alternate resolution.
Reviewed-by: jrose, lfoltan, hseigel
! src/share/vm/interpreter/rewriter.cpp
! src/share/vm/interpreter/rewriter.hpp
! src/share/vm/oops/cpCache.cpp
! src/share/vm/oops/cpCache.hpp
Changeset: 4288e54fd145
Author: jwilhelm
Date: 2013-10-21 18:51 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/4288e54fd145
8026851: Remove unnecessary code in GenRemSet
Summary: Removed the GenRemSet::rem_set_name() since we only have one remset.
Reviewed-by: stefank, mgerdin, tschatzl
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
! src/share/vm/memory/collectorPolicy.cpp
! src/share/vm/memory/collectorPolicy.hpp
Changeset: 3aee6bc29547
Author: jwilhelm
Date: 2013-10-21 18:52 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/3aee6bc29547
8026852: Use restricted_align_down in collector policy code
Summary: Moved restricted_align_down to globalDefinitions and renamed it align_size_down_bounded
Reviewed-by: stefank, mgerdin, tschatzl
! src/share/vm/memory/collectorPolicy.cpp
! src/share/vm/memory/metaspace.cpp
! src/share/vm/utilities/globalDefinitions.hpp
Changeset: 46d7652b223c
Author: jwilhelm
Date: 2013-10-21 18:56 +0200
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/46d7652b223c
8026853: Prepare GC code for collector policy regression fix
Summary: Cleanup related to the NewSize and MaxNewSize bugs
Reviewed-by: tschatzl, jcoomes, ehelin
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
! src/share/vm/gc_implementation/g1/g1RemSet.cpp
! src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.cpp
! src/share/vm/gc_implementation/parallelScavenge/asPSYoungGen.cpp
! src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp
! src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.cpp
! src/share/vm/memory/collectorPolicy.cpp
! src/share/vm/memory/collectorPolicy.hpp
! src/share/vm/memory/genCollectedHeap.cpp
! src/share/vm/memory/genCollectedHeap.hpp
! src/share/vm/memory/universe.cpp
! src/share/vm/runtime/arguments.cpp
Changeset: 8f07aa079343
Author: jwilhelm
Date: 2013-11-01 17:09 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/8f07aa079343
8016309: assert(eden_size > 0 && survivor_size > 0) failed: just checking
7057939: jmap shows MaxNewSize=4GB when Java is using parallel collector
Summary: Major cleanup of the collectorpolicy classes
Reviewed-by: tschatzl, jcoomes
! src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.hpp
! 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/gc_implementation/g1/heapRegion.cpp
! src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp
! src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.hpp
! src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.cpp
! src/share/vm/gc_implementation/parallelScavenge/asPSYoungGen.cpp
+ src/share/vm/gc_implementation/parallelScavenge/generationSizer.cpp
! src/share/vm/gc_implementation/parallelScavenge/generationSizer.hpp
! src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp
! src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp
! src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.cpp
! src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp
! src/share/vm/gc_implementation/parallelScavenge/psYoungGen.cpp
! src/share/vm/gc_interface/collectedHeap.cpp
! src/share/vm/memory/collectorPolicy.cpp
! src/share/vm/memory/collectorPolicy.hpp
! src/share/vm/memory/defNewGeneration.cpp
! src/share/vm/memory/genCollectedHeap.cpp
! src/share/vm/memory/sharedHeap.cpp
! src/share/vm/memory/universe.cpp
! src/share/vm/prims/whitebox.cpp
! src/share/vm/runtime/arguments.cpp
! test/gc/arguments/TestMaxHeapSizeTools.java
+ test/gc/arguments/TestMaxNewSize.java
Changeset: 610be0309a79
Author: amurillo
Date: 2013-11-02 13:02 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/610be0309a79
Merge
! src/share/vm/memory/metaspace.cpp
! src/share/vm/memory/universe.cpp
! src/share/vm/utilities/globalDefinitions.hpp
Changeset: 28674af341ac
Author: tschatzl
Date: 2013-11-07 15:17 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/28674af341ac
8027756: assert(!hr->isHumongous()) failed: code root in humongous region?
Summary: Change checks for isHumongous() to continuesHumongous() as installing a code root for a humongous object is valid, but not for continuations of humongous objects. Cleaned up asserts.
Reviewed-by: jmasa, tamao
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/heapRegion.cpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp
+ test/gc/g1/TestHumongousCodeCacheRoots.java
Changeset: 40b8c6bad703
Author: jmasa
Date: 2013-10-16 15:14 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/40b8c6bad703
8024954: CMS: CMSClassUnloadingMaxInterval is not implemented correctly. This change is also part of the fix for 8024483.
Reviewed-by: mgerdin, brutisso, tschatzl
Contributed-by: jwha at google.com
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
Changeset: 592d8b01fedd
Author: jmasa
Date: 2013-11-08 06:14 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/592d8b01fedd
8024483: assertion failure: (!mirror_alive || loader_alive) failed:
Reviewed-by: brutisso, tschatzl, mgerdin
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
Changeset: 3ad2b68d107e
Author: jwilhelm
Date: 2013-11-10 00:07 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/3ad2b68d107e
8027911: Assertion in the collector policy when running gc/arguments/TestMaxNewSize.java
Summary: Update NewSize when _initial_gen0_size is changed
Reviewed-by: tschatzl, brutisso
! src/share/vm/memory/collectorPolicy.cpp
Changeset: 236cecd9ec97
Author: jwilhelm
Date: 2013-11-11 13:50 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/236cecd9ec97
8028093: Initial young size is smaller than minimum young size
Summary: Remove min_gen1_size argument from adjust_gen0_sizes()
Reviewed-by: tschatzl, brutisso
! src/share/vm/memory/collectorPolicy.cpp
! src/share/vm/memory/collectorPolicy.hpp
Changeset: bde526e3667e
Author: jwilhelm
Date: 2013-11-11 05:05 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/bde526e3667e
Merge
Changeset: 11b116661830
Author: mgerdin
Date: 2013-11-11 16:20 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/11b116661830
Merge
! src/share/vm/memory/metaspace.cpp
Changeset: ee527493b36d
Author: sjohanss
Date: 2013-11-08 17:46 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/ee527493b36d
8027960: Assertion assert(end >= start) failed during nightly testing on solaris
Summary: Needed to update _space_alignment in generation sizer to ensure correct sizing of spaces.
Reviewed-by: jmasa, tschatzl
! src/share/vm/gc_implementation/parallelScavenge/generationSizer.cpp
Changeset: 755c423791ab
Author: ehelin
Date: 2013-11-14 21:05 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/755c423791ab
Merge
! src/share/vm/prims/whitebox.cpp
Changeset: e2509677809c
Author: vlivanov
Date: 2013-11-08 01:13 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e2509677809c
8023037: Race between ciEnv::register_method and nmethod::make_not_entrant_or_zombie
Reviewed-by: kvn, iveresov
! src/cpu/sparc/vm/sharedRuntime_sparc.cpp
! src/share/vm/ci/ciEnv.cpp
! src/share/vm/code/nmethod.cpp
! src/share/vm/runtime/globals.hpp
Changeset: 83c8f6f4ab09
Author: drchase
Date: 2013-11-08 14:19 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/83c8f6f4ab09
Merge
Changeset: 1dcea64e9f00
Author: kvn
Date: 2013-11-11 11:53 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/1dcea64e9f00
8024830: SEGV in org.apache.lucene.codecs.compressing.CompressingTermVectorsReader.get
Summary: Exclude last input argument's stack slots from vector's spilling masks.
Reviewed-by: iveresov
! src/share/vm/opto/matcher.cpp
Changeset: 78da3894b86f
Author: anoll
Date: 2013-11-12 09:32 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/78da3894b86f
8027593: performance drop with constrained codecache starting with hs25 b111
Summary: Fixed proper sweeping of small code cache sizes
Reviewed-by: kvn, iveresov
! src/share/vm/code/nmethod.cpp
! src/share/vm/compiler/compileBroker.cpp
! src/share/vm/compiler/compileBroker.hpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/sweeper.cpp
! src/share/vm/runtime/sweeper.hpp
Changeset: 144b23411b51
Author: roland
Date: 2013-11-12 13:58 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/144b23411b51
8027632: assert(xtype->klass_is_exact()) failed: Should be exact at graphKit.cpp
Summary: receiver type collected by profiling for default method may be interface
Reviewed-by: kvn, iveresov
! src/share/vm/c1/c1_GraphBuilder.cpp
Changeset: f675976a61e7
Author: rbackman
Date: 2013-11-12 13:47 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f675976a61e7
8028198: SIGSEGV in PhaseIdealLoop::build_loop_late_post
Reviewed-by: iveresov, kvn
! src/share/vm/opto/loopopts.cpp
+ test/compiler/intrinsics/mathexact/SplitThruPhiTest.java
Changeset: b957c650babb
Author: rbackman
Date: 2013-11-12 14:52 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/b957c650babb
8028207: assert(_outcnt==1) failed: not unique in compile.cpp
Reviewed-by: iveresov, kvn
! src/share/vm/opto/mathexactnode.hpp
+ test/compiler/intrinsics/mathexact/GVNTest.java
Changeset: e6ba215af802
Author: roland
Date: 2013-11-13 09:45 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e6ba215af802
8027631: "unexpected profiling mismatch" error with new type profiling
Summary: inlined method handle calls can call methods with different signatures
Reviewed-by: kvn, iveresov
! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/c1/c1_LIRGenerator.hpp
+ test/compiler/profiling/TestUnexpectedProfilingMismatch.java
Changeset: 924c32982a12
Author: roland
Date: 2013-11-13 01:50 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/924c32982a12
Merge
Changeset: 6e1826d5c23e
Author: roland
Date: 2013-11-13 13:45 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/6e1826d5c23e
8027572: assert(r != 0) failed: invalid
Summary: null classes should be expected in profiles with conflicts
Reviewed-by: kvn, iveresov
! src/share/vm/ci/ciMethodData.hpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/methodData.cpp
! src/share/vm/oops/methodData.hpp
+ test/compiler/profiling/unloadingconflict/B.java
+ test/compiler/profiling/unloadingconflict/TestProfileConflictClassUnloading.java
Changeset: e74074c34312
Author: vlivanov
Date: 2013-11-14 09:14 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/e74074c34312
8028159: C2: compiler stack overflow during inlining of @ForceInline methods
Reviewed-by: roland, kvn
! src/share/vm/c1/c1_globals.hpp
! src/share/vm/opto/bytecodeInfo.cpp
! src/share/vm/opto/callGenerator.cpp
! src/share/vm/runtime/globals.hpp
Changeset: df0df745224c
Author: drchase
Date: 2013-11-14 15:58 -0500
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/df0df745224c
Merge
Changeset: 6f206b5d258f
Author: drchase
Date: 2013-11-14 13:38 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/6f206b5d258f
Merge
! src/share/vm/runtime/arguments.cpp
Changeset: c78d517c7ea4
Author: amurillo
Date: 2013-11-15 07:50 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/c78d517c7ea4
Merge
Changeset: f573d00213b7
Author: amurillo
Date: 2013-11-15 07:50 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/f573d00213b7
Added tag hs25-b59 for changeset c78d517c7ea4
! .hgtags
Changeset: 55be5aac78e2
Author: cl
Date: 2013-11-21 09:22 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/55be5aac78e2
Added tag jdk8-b117 for changeset f573d00213b7
! .hgtags
Changeset: 854a42db7069
Author: amurillo
Date: 2013-11-15 07:58 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/854a42db7069
8028444: new hotspot build - hs25-b60
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: 570aaefce624
Author: morris
Date: 2013-11-18 12:26 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/570aaefce624
8028319: ConflictingDefaultsTest.testReabstract spins when running with -mode invoke and -Xcomp
Summary: Change _abstract_method_handler to return AbstractMethodError i2c, c2i and c2iv entries.
Reviewed-by: kvn, vlivanov
! src/share/vm/runtime/sharedRuntime.cpp
! src/share/vm/runtime/sharedRuntime.hpp
Changeset: 938e1e64e28f
Author: anoll
Date: 2013-11-14 19:27 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/938e1e64e28f
8028306: nsk stress tests, CodeCache fills, then safepoint asserts
Summary: Move handle_full_code_cache() out of block that forbids safepoints
Reviewed-by: kvn, iveresov
! src/share/vm/ci/ciEnv.cpp
! src/share/vm/runtime/sweeper.cpp
Changeset: fca8f4799229
Author: roland
Date: 2013-11-20 12:46 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/fca8f4799229
8028308: nsk regression, assert(obj->is_oop()) failed: not an oop
Summary: rbp not restored when stack overflow is thrown from deopt/uncommon trap blobs
Reviewed-by: kvn, iveresov
! src/cpu/x86/vm/sharedRuntime_x86_32.cpp
! src/cpu/x86/vm/sharedRuntime_x86_64.cpp
+ test/compiler/uncommontrap/TestStackBangRbp.java
Changeset: cdf20166ec45
Author: minqi
Date: 2013-11-13 16:24 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/cdf20166ec45
8025632: Remove all references to MagicLambdaImpl from Hotspot
Summary: MagicLambdaImpl was removed from jdk side, this should be done in vm side too
Reviewed-by: coleenp, hseigel, rdurbin
! src/share/vm/classfile/systemDictionary.hpp
! src/share/vm/classfile/verifier.cpp
! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/reflection.cpp
! test/compiler/jsr292/ConcurrentClassLoadingTest.java
Changeset: 3edddbff4865
Author: minqi
Date: 2013-11-13 16:35 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/3edddbff4865
Merge
Changeset: b03f33670080
Author: sla
Date: 2013-11-14 19:30 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/b03f33670080
6606002: jinfo doesn't detect dynamic vm flags changing
Reviewed-by: coleenp, jbachorik, sspitsyn
! agent/src/share/classes/sun/jvm/hotspot/tools/JInfo.java
Changeset: 5280822ddfcd
Author: sla
Date: 2013-11-14 20:03 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/5280822ddfcd
6626412: jstack using SA prints some info messages into err stream
Reviewed-by: coleenp, farvidsson, jbachorik, dsamersoff, sspitsyn
! agent/src/share/classes/sun/jvm/hotspot/tools/Tool.java
Changeset: 438fe38c63c8
Author: mgronlun
Date: 2013-11-15 21:39 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/438fe38c63c8
Merge
! src/share/vm/runtime/globals.hpp
Changeset: d61a1a166f44
Author: coleenp
Date: 2013-11-15 17:20 -0500
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/d61a1a166f44
8028347: Rewriter::scan_method asserts with array oob in RT_Baseline
Summary: Fix reversing rewriting for invokespecial
Reviewed-by: jrose, hseigel
! src/share/vm/interpreter/rewriter.cpp
! src/share/vm/interpreter/rewriter.hpp
Changeset: 0b9ea9a72436
Author: sla
Date: 2013-11-18 10:20 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/0b9ea9a72436
8027630: SIGSEGV in const char*Klass::external_name()
Reviewed-by: coleenp, sspitsyn, mgronlun
! src/share/vm/classfile/metadataOnStackMark.cpp
! src/share/vm/services/threadService.cpp
! src/share/vm/services/threadService.hpp
Changeset: 396564992823
Author: sgabdura
Date: 2013-11-18 08:21 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/396564992823
8028341: PSR:FUNC: SCOPE PARAMETER MISSING FROM THE -XX:+PRINTFLAGSFINAL
Reviewed-by: dcubed, sla
! src/share/vm/runtime/globals.cpp
Changeset: aa933e6b061d
Author: mgronlun
Date: 2013-11-22 20:26 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/aa933e6b061d
Merge
Changeset: abad3b2d905d
Author: amurillo
Date: 2013-11-22 13:34 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/abad3b2d905d
Merge
Changeset: c9f439732b18
Author: amurillo
Date: 2013-11-22 13:34 -0800
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/c9f439732b18
Added tag hs25-b60 for changeset abad3b2d905d
! .hgtags
Changeset: 76a4b85936d8
Author: ihse
Date: 2013-12-03 13:23 +0100
URL: http://hg.openjdk.java.net/build-infra/jdk8/hotspot/rev/76a4b85936d8
Merge
! make/Makefile
! make/bsd/Makefile
! make/bsd/makefiles/buildtree.make
! make/bsd/makefiles/defs.make
! make/bsd/makefiles/dtrace.make
! make/bsd/makefiles/gcc.make
! make/bsd/makefiles/vm.make
! make/defs.make
! make/windows/makefiles/compile.make
! make/windows/makefiles/fastdebug.make
! make/windows/makefiles/sa.make
- src/share/vm/memory/metablock.cpp
- src/share/vm/memory/metablock.hpp
- test/compiler/8013496/Test8013496.sh
- test/compiler/intrinsics/mathexact/CondTest.java
- test/compiler/intrinsics/mathexact/ConstantTest.java
- test/compiler/intrinsics/mathexact/LoadTest.java
- test/compiler/intrinsics/mathexact/LoopDependentTest.java
- test/compiler/intrinsics/mathexact/NonConstantTest.java
- test/gc/7168848/HumongousAlloc.java
More information about the build-infra-dev
mailing list