hg: jdk8u/jdk8u/hotspot: 17 new changesets
lana.steuck at oracle.com
lana.steuck at oracle.com
Tue Sep 2 18:21:25 UTC 2014
Changeset: 514c03fe3a35
Author: simonis
Date: 2014-07-18 19:56 +0200
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/514c03fe3a35
8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
Reviewed-by: kvn
! src/os/aix/vm/os_aix.cpp
Changeset: d3f9faa4caa4
Author: coffeys
Date: 2014-07-22 17:28 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/d3f9faa4caa4
Merge
Changeset: ebb120474275
Author: jeff
Date: 2014-07-21 21:46 +0000
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/ebb120474275
8051005: Third Party License Readme update for 8u20
Reviewed-by: coffeys
! THIRD_PARTY_README
Changeset: 42ddd0bbcb66
Author: coffeys
Date: 2014-07-22 20:52 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/42ddd0bbcb66
Merge
Changeset: 90b2ae0b131d
Author: amurillo
Date: 2014-07-24 10:29 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/90b2ae0b131d
8051908: new hotspot build - hs25.20-b23
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: 00cf2b6f51b9
Author: goetz
Date: 2014-07-18 09:04 +0200
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/00cf2b6f51b9
8050978: Fix bad field access check in C1 and C2
Summary: JCK8 test vm/constantpool/accessControl/accessControl004/accessControl00402m3/accessControl00402m3.html fails with -Xbatch -Xcomp due to bad field access check in C1 and C2. Fix: In ciField::ciField(), just before the canonical holder is stored into the _holder variable (and which is used by ciField::will_link()) perform an additional access check with the holder declared in the class file. If this check fails, store the declared holder instead and ciField::will_link() will bail out compilation for this field later on. Then, the interpreter will throw an PrivilegedAccessException at runtime.
Reviewed-by: kvn, vlivanov
Contributed-by: andreas.schoesser at sap.com
! src/share/vm/ci/ciField.cpp
Changeset: 19408d5fd31c
Author: amurillo
Date: 2014-07-24 11:43 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/19408d5fd31c
Added tag hs25.20-b23 for changeset 00cf2b6f51b9
! .hgtags
Changeset: deecfa50d5f2
Author: tbell
Date: 2014-07-28 07:23 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/deecfa50d5f2
Added tag jdk8u20-b25 for changeset 19408d5fd31c
! .hgtags
Changeset: c2f02c05a99e
Author: coffeys
Date: 2014-07-30 03:42 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c2f02c05a99e
Added tag jdk8u20-b24 for changeset 42ddd0bbcb66
! .hgtags
Changeset: eaa4074a7e39
Author: coffeys
Date: 2014-07-30 03:51 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/eaa4074a7e39
Merge
! .hgtags
Changeset: f06c7b654d63
Author: coffeys
Date: 2014-07-31 09:58 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/f06c7b654d63
Added tag jdk8u20-b26 for changeset eaa4074a7e39
! .hgtags
Changeset: 03c5d509a811
Author: coffeys
Date: 2014-08-19 20:41 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/03c5d509a811
Merge
! .hgtags
! make/hotspot_version
! src/os/aix/vm/os_aix.cpp
Changeset: 2fd0fd493045
Author: rbackman
Date: 2014-06-04 10:01 +0200
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/2fd0fd493045
8031994: java/lang/Character/CheckProp test times out
Reviewed-by: iveresov, roland
! src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp
! src/cpu/x86/vm/c1_LIRGenerator_x86.cpp
! src/share/vm/c1/c1_GraphBuilder.cpp
! src/share/vm/c1/c1_Instruction.hpp
! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/c1/c1_LIRGenerator.hpp
Changeset: f933a15469d4
Author: jwilhelm
Date: 2014-07-28 22:43 +0200
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/f933a15469d4
8055006: Store original value of Min/MaxHeapFreeRatio
Summary: Store the value set by the user and some makefile changes required to change the flags.
Reviewed-by: sla, mchung, bchristi, jmasa, dholmes
! make/bsd/makefiles/vm.make
! make/linux/makefiles/vm.make
! make/solaris/makefiles/vm.make
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/arguments.hpp
Changeset: 28b4223e2ea7
Author: jwilhelm
Date: 2014-08-22 13:24 +0200
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/28b4223e2ea7
8055744: 8u-dev nightly solaris builds failed on 08/20
Summary: Fixed makefiles on solaris to allow build with extra symbols.
Reviewed-by: dcubed, erikj
! make/solaris/Makefile
! make/solaris/makefiles/buildtree.make
Changeset: 3374ec4c4448
Author: amurillo
Date: 2014-08-26 13:38 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/3374ec4c4448
Merge
! .hgtags
! make/hotspot_version
! src/share/vm/runtime/arguments.cpp
Changeset: 77878c021b8d
Author: lana
Date: 2014-08-28 16:11 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/77878c021b8d
Merge
! .hgtags
More information about the jdk8u-changes
mailing list