hg: jdk8/build/hotspot: 12 new changesets

2013-12-24 Thread david . katleman
Changeset: 990e920dcec7
Author:katleman
Date:  2013-12-19 17:23 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/990e920dcec7

Added tag jdk8-b121 for changeset 5f07ec8bb982

! .hgtags

Changeset: 7469c9ca967a
Author:amurillo
Date:  2013-12-13 09:48 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/7469c9ca967a

8030062: new hotspot build - hs25-b64
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 9ecf408d4568
Author:iveresov
Date:  2013-12-12 11:25 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/9ecf408d4568

8029668: Kithcensink crashed with guarantee(Assembler::is_simm13(disp)) failed: 
Do not match large constant offsets
Summary: Bailout if we try to reference a stack location that we can't encode
Reviewed-by: kvn, twisti

! src/cpu/sparc/vm/sparc.ad

Changeset: 68ec0a75ee22
Author:iignatyev
Date:  2013-12-13 00:34 +0400
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/68ec0a75ee22

8026941: [TESTBUG] java.lang.ClassNotFoundException: 
java.lang.invoke.InvokeGeneric
Reviewed-by: kvn, vlivanov

! test/compiler/jsr292/ConcurrentClassLoadingTest.java

Changeset: 8beff993531a
Author:iignatyev
Date:  2013-12-12 18:57 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/8beff993531a

Merge


Changeset: 00bcb186fc5a
Author:drchase
Date:  2013-12-12 15:11 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/00bcb186fc5a

8029351: assert(bt != T_OBJECT) failed: Guard is incorrect in VM:defmeth
Summary: replace test condition with reference to the proper predicate, encode 
folk wisdom into an assert
Reviewed-by: twisti, coleenp

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

Changeset: b00c6d846a0a
Author:drchase
Date:  2013-12-12 18:00 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/b00c6d846a0a

Merge


Changeset: ddcb2ac2900d
Author:drchase
Date:  2013-12-12 20:55 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/ddcb2ac2900d

Merge


Changeset: 22c88c127fa4
Author:roland
Date:  2013-12-13 09:25 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/22c88c127fa4

8029383: assert(counter_changed) failed: failed dependencies, but counter 
didn't change
Summary: no call to SystemDictionary::notice_modification() when class is 
defined through Unsafe.defineAnonymousClass() can caused missed dependency 
change.
Reviewed-by: kvn, twisti

! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/prims/jvmtiRedefineClasses.cpp

Changeset: a632dd6ef1f9
Author:anoll
Date:  2013-12-16 00:44 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/a632dd6ef1f9

Merge


Changeset: 61ee6bab0763
Author:amurillo
Date:  2013-12-20 08:43 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/61ee6bab0763

Merge


Changeset: adcc814f792a
Author:amurillo
Date:  2013-12-20 08:43 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/adcc814f792a

Added tag hs25-b64 for changeset 61ee6bab0763

! .hgtags



hg: jdk8/build/hotspot: 12 new changesets

2012-02-29 Thread kelly . ohair
Changeset: 0ed0960af27d
Author:katleman
Date:  2012-02-23 12:03 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/0ed0960af27d

Added tag jdk8-b27 for changeset 3b24e7e01d20

! .hgtags

Changeset: 4ab89de75552
Author:amurillo
Date:  2012-02-17 15:11 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/4ab89de75552

7146700: new hotspot build - hs24-b01
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 86ce3208eb18
Author:dcubed
Date:  2012-02-17 15:55 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/86ce3208eb18

7145798: System.loadLibrary does not search current working directory
Summary: Append . to java.library.path on MacOS X to ease migration from 
Apple's Java6 to OpenJDK7.
Reviewed-by: phh, jmelvin, coleenp

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

Changeset: 0368109684cb
Author:sla
Date:  2012-02-19 13:11 +0100
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/0368109684cb

7132070: Use a mach_port_t as the OSThread thread_id rather than pthread_t on 
BSD/OSX
Summary: Change OSThread to use mach thread_t
Reviewed-by: phh, dcubed

! src/cpu/x86/vm/vm_version_x86.cpp
! src/os/bsd/vm/osThread_bsd.cpp
! src/os/bsd/vm/osThread_bsd.hpp
! src/os/bsd/vm/os_bsd.cpp
! src/os_cpu/bsd_x86/vm/vmStructs_bsd_x86.hpp
! src/share/vm/utilities/globalDefinitions_gcc.hpp

Changeset: 38fd165da001
Author:poonam
Date:  2012-02-20 21:27 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/38fd165da001

7145358: SA throws ClassCastException for partially loaded ConstantPool
Summary: In printValueOn() in ConstantPool.java check if the poolHolder is a 
valid Klass and only then print it.
Reviewed-by: sla, sspitsyn
Contributed-by: Krystal Mok sa...@taobao.com

! agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPool.java

Changeset: 1a4e5feb63c4
Author:fparain
Date:  2012-02-22 08:19 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/1a4e5feb63c4

Merge


Changeset: d9b93445a67c
Author:vladidan
Date:  2012-02-15 20:26 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/d9b93445a67c

7129401: PPC: runtime/7100935/TestShortArraycopy.java fails
Summary: pass assembler switches for PPC
Reviewed-by: dholmes

! make/linux/makefiles/ppc.make

Changeset: d79f8393df2b
Author:bpittore
Date:  2012-02-22 14:00 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/d79f8393df2b

Merge


Changeset: 701a83c86f28
Author:jiangli
Date:  2012-02-21 13:14 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/701a83c86f28

7120481: storeStore barrier in constructor with final field
Summary: Issue storestore barrier before constructor return if the constructor 
write final field.
Reviewed-by: dholmes, jrose, roland, coleenp
Contributed-by: Jiangli Zhou jiangli.z...@oracle.com

! src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp
! src/cpu/x86/vm/c1_LIRAssembler_x86.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_IR.cpp
! src/share/vm/c1/c1_IR.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_LIR.cpp
! src/share/vm/c1/c1_LIR.hpp
! src/share/vm/c1/c1_LIRAssembler.cpp
! 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_ValueMap.hpp

Changeset: 398c5d0fb0ae
Author:bpittore
Date:  2012-02-23 21:10 -0500
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/398c5d0fb0ae

Merge


Changeset: 975c4105f1e2
Author:amurillo
Date:  2012-02-24 18:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/975c4105f1e2

Merge


Changeset: b183b0863611
Author:amurillo
Date:  2012-02-24 18:08 -0800
URL:   http://hg.openjdk.java.net/jdk8/build/hotspot/rev/b183b0863611

Added tag hs24-b01 for changeset 975c4105f1e2

! .hgtags