Michael Wilkerson
34af62642f
Added tag jdk7-b97 for changeset c537acdc6dba
2010-06-10 13:59:04 -07:00
Michael Wilkerson
7a9d90b336
Added tag jdk7-b97 for changeset 3a1d6e247019
2010-06-10 13:58:59 -07:00
Michael Wilkerson
b52450cf40
Added tag jdk7-b97 for changeset 75aee3dfd68e
2010-06-10 13:58:56 -07:00
Michael Wilkerson
6d42ebc2f2
Added tag jdk7-b97 for changeset 96c2ff3f0865
2010-06-10 13:58:55 -07:00
Vladimir Kozlov
9c7b430e11
6730276: JDI_REGRESSION tests fail with "Error: count must be non-zero" error on x86
...
Modify assembler code to check for 0 count for all copy routines.
Reviewed-by: never, ysr, jcoomes
2010-06-10 13:04:20 -07:00
Jon Masamitsu
428d02d5d7
Merge
2010-06-10 08:27:35 -07:00
Maurizio Cimadamore
875dc24cfc
6945418: Project Coin: Simplified Varargs Method Invocation
...
Add new mandatory warning for unsafe vararg method declaration. Warning can be suppressed as usual (@SuppressWarnings("varargs")/-Xlint:-varargs)
Reviewed-by: jjg, darcy
2010-06-10 09:29:23 +01:00
Michael Wilkerson
443e06c93e
Merge
2010-06-09 18:56:41 -07:00
Michael Wilkerson
50e2ef6309
Merge
2010-06-09 18:56:22 -07:00
John R Rose
1f4cfb029b
6939203: JSR 292 needs method handle constants
...
Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType; extend 'ldc' bytecode.
Reviewed-by: twisti, never
2010-06-09 18:50:45 -07:00
Coleen Phillimore
b82f9f3c1e
Merge
2010-06-09 13:53:58 -04:00
Alan Bateman
3c05d51ed6
6935563: (dc) Improve connection reset/port unreachable handling [win]
...
Reviewed-by: chegar
2010-06-09 18:51:32 +01:00
John R Rose
4df63bafc0
6939203: JSR 292 needs method handle constants
...
Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType to verifier; put in runtime support upcall.
Reviewed-by: twisti
2010-06-08 23:08:56 -07:00
Joe Darcy
bc95863f7d
6935997: Please add a nested throwable constructor to AssertionError
...
Reviewed-by: martin, forax, wetmore
2010-06-08 18:52:17 -07:00
Andrew John Hughes
aafc1e13c0
6959123: Remove use of obsolete png_check_sig function in splashscreen_png.c
...
Avoid use of deprecated libpng macro (removed in some 1.4.x releases)
Reviewed-by: prr
2010-06-08 17:52:47 +01:00
Chris Hegarty
2f408651fb
6957375: java/net/ResponseCache getResponseCode and ResponseCacheTest fail after rebranding
...
Reviewed-by: ohair, wetmore, alanb
2010-06-08 10:46:14 +01:00
John Cuthbertson
6d8002eb26
6953058: G1: A bigapp crashes with SIGSEGV in compiled code
...
In C2's G1 post write barrier, the loads of the buffer and index fields from the DirtyCardQueue structure may be moved across a safepoint. Use the current value of "control" in the C2 IR to limit how far these loads can move.
Reviewed-by: never, iveresov, kvn
2010-06-07 17:46:04 -07:00
Lana Steuck
ff7f1b9999
Merge
2010-06-07 17:09:52 -07:00
Lana Steuck
27a539e27c
Merge
2010-06-07 17:08:26 -07:00
Lana Steuck
9655243972
Merge
2010-06-07 16:15:35 -07:00
Lana Steuck
17a997cfe3
6888130: SwingSet2: Demo is not launching and throwing NPE
...
Reviewed-by: prr
2010-06-07 15:35:36 -07:00
Tom Rodriguez
154ae789ef
6958485: fix for 6879921 was insufficient
...
Reviewed-by: kvn
2010-06-07 14:17:01 -07:00
Kelly O'Hair
44c72be43e
6959116: Fix regression in make/jdk_generic_profile.sh (PROCESSOR_IDENTIFIER)
...
Reviewed-by: alanb
2010-06-07 12:22:21 -07:00
Jonathan Gibbons
aa58d21213
6958802: cleanup and doc langtools build.xml file
...
Reviewed-by: ohair
2010-06-04 17:33:25 -07:00
Jonathan Gibbons
c8cce21323
6958391: add vizant support to langtools build
...
Reviewed-by: mcimadamore
2010-06-04 14:54:54 -07:00
Coleen Phillimore
d64aeff387
Merge
2010-06-04 17:44:51 -04:00
Erik Trimble
ed94c35f61
Merge
2010-06-04 11:54:35 -07:00
Erik Trimble
c0ec10188d
Added tag hs19-b02 for changeset 95a32517326e
2010-06-04 11:43:53 -07:00
Igor Veresov
00b75f8353
6958292: C1: Enable parallel compilation
...
Enable parallel compilation in C1
Reviewed-by: never, kvn
2010-06-04 11:18:04 -07:00
Weijun Wang
2d9fcecd29
6951366: kerberos login failure on win2008 with AD set to win2000 compat mode
...
Reviewed-by: valeriep, xuelei
2010-06-04 19:28:53 +08:00
Joe Darcy
da823fbf44
6519115: MirroredTypeException thrown but should be MirroredTypesException
...
Reviewed-by: jjg
2010-06-03 19:56:12 -07:00
Erik Trimble
51ba3f9981
6958458: Bump the HS19 build number to 03
...
Update the HS19 build number to 03
Reviewed-by: jcoomes
2010-06-03 18:18:56 -07:00
Jonathan Gibbons
3bc126336f
6955264: add option to suppress Abort in Check.completionError
...
Reviewed-by: mcimadamore
2010-06-03 17:14:20 -07:00
Vladimir Kozlov
36f8c82970
6958254: -XX:+VerifyOops is broken on x86
...
Save and restore r10 in verify_oop().
Reviewed-by: never
2010-06-03 14:20:27 -07:00
Michael Wilkerson
324e5b7fcc
Added tag jdk7-b96 for changeset 766529b3422f
2010-06-03 13:30:30 -07:00
Michael Wilkerson
2a64946cbb
Added tag jdk7-b96 for changeset ba0f3e4fc590
2010-06-03 13:30:19 -07:00
Michael Wilkerson
23a0b1cf51
Added tag jdk7-b96 for changeset 28ba1ea472b9
2010-06-03 13:30:13 -07:00
Michael Wilkerson
f52bff6fde
Added tag jdk7-b96 for changeset 4d5b1beafffc
2010-06-03 13:30:13 -07:00
Michael Wilkerson
e5cdaaa612
Added tag jdk7-b96 for changeset 95a32517326e
2010-06-03 13:30:08 -07:00
Michael Wilkerson
a32689f43a
Added tag jdk7-b96 for changeset 43de3ab7df33
2010-06-03 13:30:04 -07:00
Michael Wilkerson
f08a79d783
Added tag jdk7-b96 for changeset 1496a9cbeac4
2010-06-03 13:30:03 -07:00
Andrew John Hughes
c45d80a0a2
6958257: Add support for alpha
...
Allow the Zero port to be built on alpha architectures
Reviewed-by: ohair
2010-06-03 19:37:48 +01:00
Andrew John Hughes
93283bd962
6958257: Add support for alpha
...
Allow the Zero port to be built on alpha architectures
Reviewed-by: ohair
2010-06-03 18:49:35 +01:00
Karen Kinnear
f8b167cccd
Merge
2010-06-03 13:34:47 -04:00
Karen Kinnear
9934e0af8e
6852873: Reduce safepoint cleanup time
...
New optional flags to reduce inflated monitor cleanup times
Reviewed-by: chrisphi, dice
2010-06-03 13:21:47 -04:00
John R Rose
d6a9b93b5a
Merge
2010-06-02 22:45:42 -07:00
Tom Rodriguez
3cf74e191f
6930994: Code cache is full warning should be visible in product
...
Reviewed-by: kvn, twisti, ysr
2010-06-02 20:15:33 -07:00
Joe Darcy
fa91c4b435
6933147: Provided new utility visitors supporting SourceVersion.RELEASE_7
...
Reviewed-by: jjg
2010-06-02 19:08:47 -07:00
Martin Buchholz
72ec2d876a
6955840: ThreadLocalRandom bug - overriden setSeed(long) method is not invoked for java.util.Random(long)
...
Allow setSeed only during construction
Reviewed-by: dl, dholmes
2010-06-02 17:53:54 -07:00
Michael Wilkerson
369af2edbe
Merge
2010-06-02 15:40:01 -07:00