David Katleman
c1a8187d76
7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
...
Reviewed-by: ohair, trims
2011-05-25 13:31:02 -07:00
Vladimir Kozlov
65530c9100
7048030: is_scavengable changes causing compiler to embed more constants
...
CiObject::can_be_constant() and should_be_constant() should use is_perm() instead of !is_scavengable()
Reviewed-by: never, jrose
2011-05-24 20:24:11 -07:00
Thomas Salter
da271b804e
7046893: LP64 problem with double_quadword in c1_LIRAssembler_x86.cpp
...
Fixed invalid casts in address computation
Reviewed-by: kvn, never
2011-05-24 15:30:05 -07:00
Mark Reinhold
45e6d77e4d
7048009: Update .jcheck/conf files for JDK 8
...
Reviewed-by: jjh
2011-05-24 15:28:43 -07:00
Mark Reinhold
80e464755e
7048009: Update .jcheck/conf files for JDK 8
...
Reviewed-by: jjh
2011-05-24 15:28:39 -07:00
Mark Reinhold
60efa7c218
7048009: Update .jcheck/conf files for JDK 8
...
Reviewed-by: jjh
2011-05-24 15:28:38 -07:00
Mark Reinhold
44af04a583
7048009: Update .jcheck/conf files for JDK 8
...
Reviewed-by: jjh
2011-05-24 15:28:35 -07:00
Mark Reinhold
79f6d8076c
7048009: Update .jcheck/conf files for JDK 8
...
Reviewed-by: jjh
2011-05-24 15:28:32 -07:00
Mark Reinhold
24b47ab2e8
7048009: Update .jcheck/conf files for JDK 8
...
Reviewed-by: jjh
2011-05-24 15:28:26 -07:00
Mark Reinhold
d418cb71c2
7048009: Update .jcheck/conf files for JDK 8
...
Reviewed-by: jjh
2011-05-24 15:28:18 -07:00
Sean Mullan
360343c8ed
Merge
2011-05-24 14:32:10 -07:00
Deepak Bhole
b49a7d2768
7044443: Permissions resolved incorrectly for jar protocol (Patch from bugs.openjdk.java.net)
...
Reviewed-by: alanb, chegar
2011-05-24 14:15:14 -07:00
Erik Trimble
52a398ceb4
Merge
2011-05-24 14:11:38 -07:00
Erik Trimble
8826c8bf9f
Merge
2011-05-24 14:07:12 -07:00
Erik Trimble
88f5cae01f
Added tag hs21-b13 for changeset c59e039b8a59
2011-05-24 14:02:47 -07:00
Vladimir Kozlov
69bcf41540
7047300: VM crashes with assert(_base == InstPtr) failed: Not an object pointer
...
The code incorrectly used is_instptr() instead of is_oopptr() to get const_oop.
Reviewed-by: never
2011-05-24 12:54:51 -07:00
Abhijit Saha
5d483c81f7
Merge
2011-05-24 11:12:40 -07:00
Abhijit Saha
ba7ff766e3
Merge
2011-05-24 11:11:27 -07:00
Pavel Porvatov
266d3c9585
7045593: Possible Regression : JTextfield cursor placement behavior algorithm has changed
...
Reviewed-by: peterz
2011-05-24 11:37:09 +04:00
Y. Srinivas Ramakrishna
ed15a87975
7042740: CMS: assert(n> q) failed: Looping at: ... blockOffsetTable.cpp:557
...
Do a one-step look-ahead, when sweeping free or garbage blocks, to avoid overstepping sweep limit, which may become a non-block-boundary because of a heap expansion delta coalescing with a previously co-terminal free block.
Reviewed-by: brutisso, tonyp
2011-05-23 16:42:14 -07:00
Maurizio Cimadamore
fa196116c7
7046348: Regression: javac complains of missing classfile for a seemingly unrelated interface
...
Types.implementation forces unnecessary symbol completion on superinterfaces of a given type
Reviewed-by: jjg
2011-05-23 11:55:55 +01:00
Coleen Phillimore
57769e3600
7033141: assert(has_cp_cache(i)) failed: oob
...
Unrewrite bytecodes for OOM error allocating the constant pool cache.
Reviewed-by: dcubed, acorn, never
2011-05-21 15:39:54 -07:00
Vladimir Kozlov
800a1a0611
7045506: assert(!can_reshape || !new_phi) failed: for igvn new phi should be hooked
...
Replace the assert in PhiNode::Ideal with check to avoid transformation of new phi.
Reviewed-by: never
2011-05-21 13:59:55 -07:00
Vladimir Kozlov
0aff6e35b8
7045693: java/util/EnumSet/EnumSetBash.java still failing intermittently
...
New limit for unrolled loop should be set only for zero trip guard and loop iteration test.
Reviewed-by: never
2011-05-21 11:44:31 -07:00
John Coomes
8b76becfe7
Merge
2011-05-20 22:27:48 -07:00
Lana Steuck
04c1ea3f9f
Merge
2011-05-20 21:00:06 -07:00
Suchen Chien
94128d3cf0
Added tag jdk7-b143 for changeset 1eab738591a7
2011-05-20 16:04:23 -07:00
Suchen Chien
44f7c58593
Added tag jdk7-b143 for changeset d2ab47373680
2011-05-20 16:04:09 -07:00
Suchen Chien
fa13db19b5
Added tag jdk7-b143 for changeset 2917db2e1e91
2011-05-20 16:04:03 -07:00
Suchen Chien
3d8755bc34
Added tag jdk7-b143 for changeset 9fcad86579e6
2011-05-20 16:04:02 -07:00
Suchen Chien
0b8be06024
Added tag jdk7-b143 for changeset c59e039b8a59
2011-05-20 16:03:55 -07:00
Suchen Chien
a0b94c4dc8
Added tag jdk7-b143 for changeset 9f1dca42bec3
2011-05-20 16:03:49 -07:00
Suchen Chien
0432476b6e
Added tag jdk7-b143 for changeset 83db8167c9f6
2011-05-20 16:03:44 -07:00
Vladimir Kozlov
8d44d62173
7046096: SEGV IN C2 WITH 6U25
...
Missing fail flag set in strings concatenation code.
Reviewed-by: never
2011-05-20 12:46:20 -07:00
Erik Trimble
81013a98d0
7040781: Bump the HS21 build number to 14
...
Update the HS21 build number to 14
Reviewed-by: jcoomes
2011-05-20 05:24:46 -07:00
Erik Trimble
0840b597d1
Merge
2011-05-20 05:24:32 -07:00
Kelly O'Hair
a3b2fd358d
7044493: Incorrectly formated GPL headers in JDK7 JAXP source drop
...
Reviewed-by: joehw
2011-05-19 08:38:13 -07:00
Lana Steuck
cef72337b1
Merge
2011-05-18 18:18:04 -07:00
Lana Steuck
02261d9dd8
Merge
2011-05-18 17:18:52 -07:00
Joe Darcy
250f88282b
7045138: OutOfMemoryError thrown without stack trace in jdk7-b142
...
Reviewed-by: dholmes, mchung
2011-05-18 16:49:20 -07:00
Suchen Chien
fdf41bb6d1
Merge
2011-05-18 16:32:05 -07:00
Tom Rodriguez
b95e28d25a
Merge
2011-05-18 11:45:06 -07:00
Keith McGuigan
33cd8e7aa0
Merge
2011-05-18 10:12:31 -04:00
Bengt Rutisson
5417807e7a
Merge
2011-05-18 13:19:32 +02:00
John R Rose
8bb387d77e
7044892: JSR 292: API entry points sometimes throw the wrong exceptions or doesn't throw the expected one
...
Point-fixes for 7038847, 7038860, 7042656, 7042829, 7041853, and several other reports
Reviewed-by: never, kvn
2011-05-17 19:48:19 -07:00
John R Rose
4b011923e2
7032850: MethodHandle.invokeGeneric throws unspecified RuntimeException if parameterized method is called
...
Implement invocation corner cases, including correct type conversions and interface type enforcement.
Reviewed-by: never
2011-05-17 19:48:14 -07:00
Tom Rodriguez
f5e5b2b6e2
Merge
2011-05-17 19:15:34 -07:00
Tom Rodriguez
c2f2cb75fc
7045513: JSR 292 inlining causes crashes in methodHandleWalk.cpp
...
Reviewed-by: jrose
2011-05-17 19:11:51 -07:00
John R Rose
807e4b3dcf
7044892: JSR 292: API entry points sometimes throw the wrong exceptions or doesn't throw the expected one
...
Fix to 7042656: JSR292: invokeExact/Generic doesn't throw UnsupportedOperationException if invoked via Method.invoke
Reviewed-by: never
2011-05-17 15:43:46 -07:00
Erik Trimble
282881dd84
Merge
2011-05-17 14:29:59 -07:00