hg: hsx/hotspot-comp/hotspot: 27 new changesets

alejandro.murillo at oracle.com alejandro.murillo at oracle.com
Fri Mar 8 14:28:53 PST 2013


Changeset: fbda7e1dee9a
Author:    katleman
Date:      2013-03-07 11:17 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/fbda7e1dee9a

Added tag jdk8-b80 for changeset 4a198b201f3c

! .hgtags

Changeset: 1f9994892f89
Author:    stefank
Date:      2013-02-21 17:22 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/1f9994892f89

8008549: NPG: SystemDictionary::find(...) unnecessarily keeps class loaders alive
Summary: SystemDictionary::find(...) should not create and register ClassLoaderData objects for class loaders.
Reviewed-by: coleenp, acorn
Contributed-by: Stefan Karlsson <stefan.karlsson at oracle.com>, Erik Helin <erik.helin at oracle.com>

! src/share/vm/classfile/classLoaderData.hpp
! src/share/vm/classfile/classLoaderData.inline.hpp
! src/share/vm/classfile/dictionary.cpp
! src/share/vm/classfile/systemDictionary.cpp

Changeset: 3c9db54c2660
Author:    mikael
Date:      2013-02-26 08:54 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/3c9db54c2660

8008081: Print outs do not have matching arguments
Summary: Corrected formatted prints to have matching arguments, removed dead print_frame_layout function
Reviewed-by: sla, dholmes

! src/share/vm/c1/c1_FrameMap.cpp
! src/share/vm/c1/c1_FrameMap.hpp
! src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp
! src/share/vm/memory/cardTableModRefBS.cpp
! src/share/vm/memory/cardTableRS.cpp
! src/share/vm/prims/jvmtiEnter.xsl
! src/share/vm/services/memReporter.cpp
! src/share/vm/utilities/numberSeq.cpp

Changeset: 05f2fc6b4ea7
Author:    dholmes
Date:      2013-02-27 04:58 -0500
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/05f2fc6b4ea7

Merge


Changeset: 96bd4772ec62
Author:    kevinw
Date:      2013-02-27 14:02 +0000
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/96bd4772ec62

8008807: SA: jstack crash when target has mismatched bitness (Linux)
Reviewed-by: rbackman, sla, poonam

! agent/src/os/linux/LinuxDebuggerLocal.c

Changeset: 698b615a1cde
Author:    kevinw
Date:      2013-02-27 16:40 +0000
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/698b615a1cde

Merge


Changeset: 651919d134f7
Author:    kevinw
Date:      2013-02-27 22:40 +0000
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/651919d134f7

7178741: SA: jstack -m produce UnalignedAddressException in output (Linux)
Reviewed-by: poonam, sla

! agent/src/share/classes/sun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/linux/x86/LinuxX86CFrame.java

Changeset: 5ee250974db9
Author:    dcubed
Date:      2013-02-27 15:00 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/5ee250974db9

8007476: assert(the_owner != NULL) failed: Did not find owning Java thread for lock word address
Summary: Make deadlock detection a little more robust in the case of being unable to find the JavaThread associated with an object lock.
Reviewed-by: sla, acorn

! src/share/vm/prims/jvmtiEnvBase.cpp
! src/share/vm/runtime/synchronizer.cpp
! src/share/vm/runtime/thread.cpp
! src/share/vm/services/threadService.cpp

Changeset: a140cd925462
Author:    dcubed
Date:      2013-02-28 05:55 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/a140cd925462

Merge


Changeset: 63e54c37ac64
Author:    simonis
Date:      2013-02-27 09:40 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/63e54c37ac64

8008959: Fix non-PCH build on Linux, Windows and MacOS X
Summary: Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files.
Reviewed-by: coleenp, stefank, dholmes

! src/os/bsd/vm/os_bsd.cpp
! src/os/bsd/vm/os_bsd.hpp
! src/os/bsd/vm/os_bsd.inline.hpp
! src/os/linux/vm/os_linux.cpp
! src/os/linux/vm/os_linux.hpp
! src/os/linux/vm/os_linux.inline.hpp
! src/os/solaris/vm/os_solaris.inline.hpp
! src/os/windows/vm/decoder_windows.cpp
! src/os/windows/vm/os_windows.inline.hpp
! src/os_cpu/bsd_x86/vm/atomic_bsd_x86.inline.hpp
! src/os_cpu/bsd_x86/vm/orderAccess_bsd_x86.inline.hpp
! src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp
! src/os_cpu/linux_sparc/vm/atomic_linux_sparc.inline.hpp
! src/os_cpu/linux_x86/vm/atomic_linux_x86.inline.hpp
! src/os_cpu/linux_x86/vm/orderAccess_linux_x86.inline.hpp
! src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp
! src/os_cpu/solaris_sparc/vm/atomic_solaris_sparc.inline.hpp
! src/os_cpu/solaris_sparc/vm/orderAccess_solaris_sparc.inline.hpp
! src/os_cpu/solaris_x86/vm/atomic_solaris_x86.inline.hpp
! src/os_cpu/solaris_x86/vm/orderAccess_solaris_x86.inline.hpp
! src/os_cpu/windows_x86/vm/atomic_windows_x86.inline.hpp
! src/os_cpu/windows_x86/vm/orderAccess_windows_x86.inline.hpp
! src/share/vm/memory/allocation.inline.hpp
! src/share/vm/oops/symbol.cpp
! src/share/vm/oops/symbol.hpp

Changeset: a506ac816f14
Author:    coleenp
Date:      2013-02-27 07:35 -0500
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/a506ac816f14

Merge


Changeset: 143973ced9ab
Author:    coleenp
Date:      2013-02-28 18:37 -0500
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/143973ced9ab

Merge


Changeset: 3e83d69c19db
Author:    dcubed
Date:      2013-03-01 15:59 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/3e83d69c19db

Merge


Changeset: a252e688abcf
Author:    jmasa
Date:      2013-02-01 17:02 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/a252e688abcf

7189971: Implement CMSWaitDuration for non-incremental mode of CMS
Reviewed-by: jmasa, johnc, ysr
Contributed-by: michal at frajt.eu

! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp
! src/share/vm/runtime/globals.hpp

Changeset: 0624b9d81255
Author:    ehelin
Date:      2013-03-04 13:01 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/0624b9d81255

8004172: Update jstat counter names to reflect metaspace changes
Reviewed-by: stefank, jmasa

! src/share/vm/memory/metaspaceCounters.cpp
! src/share/vm/memory/metaspaceCounters.hpp

Changeset: 27714220e50e
Author:    johnc
Date:      2013-03-04 12:42 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/27714220e50e

8007036: G1: Too many old regions added to last mixed GC
Summary: Stop adding old regions to collection set when the remaining reclaimable bytes reaches, or goes below, G1HeapWastePercent. Changes were also reviewed by Vitaly Davidovich <vitalyd at gmail.com>.
Reviewed-by: brutisso

! src/share/vm/gc_implementation/g1/collectionSetChooser.cpp
! src/share/vm/gc_implementation/g1/collectionSetChooser.hpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp

Changeset: d778bb46a9a5
Author:    erikj
Date:      2013-03-04 22:39 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/d778bb46a9a5

8008451: Make mac builds on 10.8 work on 10.7
Reviewed-by: jcoomes, ohair

! make/bsd/makefiles/gcc.make

Changeset: c71e15057f1d
Author:    stefank
Date:      2013-03-07 14:29 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/c71e15057f1d

Merge


Changeset: 7369298bec7e
Author:    collins
Date:      2013-02-27 20:36 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/7369298bec7e

7115383: TEST_BUG: some jtreg tests fail because they explicitly specify -server option
Summary: Small changes to hotspot tests to remove  "-server" and replace with ${TESTVMOPTS}
Reviewed-by: kvn

! test/compiler/6431242/Test.java
! test/compiler/6589834/Test_ia32.java
! test/compiler/6636138/Test1.java
! test/compiler/6636138/Test2.java
! test/compiler/6795161/Test.java
! test/compiler/6946040/TestCharShortByteSwap.java
! test/compiler/7068051/Test7068051.sh
! test/compiler/8000805/Test8000805.java

Changeset: 5cf033ff06c4
Author:    bpittore
Date:      2013-03-01 14:06 -0500
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/5cf033ff06c4

Merge


Changeset: af5ac43f06e9
Author:    jprovino
Date:      2013-03-07 10:46 -0500
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/af5ac43f06e9

Merge


Changeset: 0b8f9c8d2617
Author:    jiangli
Date:      2013-03-07 10:39 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/0b8f9c8d2617

Merge


Changeset: bdb602473679
Author:    morris
Date:      2013-03-07 14:46 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/bdb602473679

Merge

! src/os/bsd/vm/os_bsd.cpp

Changeset: b5bd25d55994
Author:    morris
Date:      2013-03-07 18:03 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/b5bd25d55994

Merge


Changeset: dd6350b4abc4
Author:    amurillo
Date:      2013-03-08 08:10 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/dd6350b4abc4

Merge


Changeset: 65b797426a3b
Author:    amurillo
Date:      2013-03-08 08:10 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/65b797426a3b

Added tag hs25-b22 for changeset dd6350b4abc4

! .hgtags

Changeset: 8196357e95b5
Author:    amurillo
Date:      2013-03-08 08:22 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/8196357e95b5

8009688: new hotspot build - hs25-b23
Reviewed-by: jcoomes

! make/hotspot_version



More information about the hotspot-compiler-dev mailing list