Jeff Dinkins
d862169f36
7045697: JDK7 THIRD PARTY README update
...
Reviewed-by: lana
2011-05-27 14:58:44 -07:00
Jeff Dinkins
0be1027a42
7045697: JDK7 THIRD PARTY README update
...
Reviewed-by: lana
2011-05-27 14:57:01 -07:00
Phil Race
991abaa069
7046587: Outlines in OTF/CFF fonts are misclassified as quadratic curves
...
Reviewed-by: igor
2011-05-27 13:25:54 -07:00
Vladimir Kozlov
c3a7796068
7047069: Array can dynamically change size when assigned to an object field
...
Fix initialization of a newly-allocated array with arraycopy
Reviewed-by: never
2011-05-27 12:47:48 -07:00
Y. Srinivas Ramakrishna
8a46284b54
7048342: CMS: eob == _limit || fc->isFree() failed: Only a free chunk should allow us to cross over the limit
...
The freeness bit was being cleared in debug code when it shouldn't have been. Also removed unused FreeChunk methods linkAfterNonNull and clearPrev.
Reviewed-by: brutisso
2011-05-27 10:23:03 -07:00
Oleg Pekhovskiy
df0aefd4ae
7045174: Most of the tests in awt area fails with jdk 7b142 on windows with -Xcheck:jni
...
Reviewed-by: art, denis
2011-05-27 11:45:08 +04:00
Abhijit Saha
e6d4bdec07
Merge
2011-05-26 21:51:15 -07:00
Abhijit Saha
2cc05fd360
Merge
2011-05-26 21:42:19 -07:00
Abhijit Saha
cfdb3ec24b
Merge
2011-05-26 21:37:40 -07:00
Abhijit Saha
386ffdedf1
Merge
2011-05-26 21:36:58 -07:00
Michael Fang
5d0ffc65f8
7045184: GTK L&F doesn't have hotkeys in jdk7 b141, while b139 has
...
Reviewed-by: yhuang, ogino
2011-05-26 20:32:20 -07:00
Suchen Chien
8e987420b4
Added tag jdk7-b144 for changeset 3e48977e539d
2011-05-26 20:20:16 -07:00
Suchen Chien
abca89ba92
Added tag jdk7-b144 for changeset b33a24d77590
2011-05-26 20:20:03 -07:00
Suchen Chien
43da98bcd5
Added tag jdk7-b144 for changeset 1a67669453f3
2011-05-26 20:19:56 -07:00
Suchen Chien
40eff40fbf
Added tag jdk7-b144 for changeset 57cd6696ddb0
2011-05-26 20:19:55 -07:00
Suchen Chien
cfe68c847e
Added tag jdk7-b144 for changeset 6fcd25d0c401
2011-05-26 20:19:42 -07:00
Suchen Chien
e0a36096f2
Added tag jdk7-b144 for changeset a0d1548bb83d
2011-05-26 20:19:37 -07:00
Mandy Chung
f0d2f69eed
7048466: Move sun.misc.JavaxSecurityAuthKerberosAccess to sun.security.krb5 package
...
Reviewed-by: weijun, alanb
2011-05-27 09:01:33 +08:00
John R Rose
025d0aead8
7032323: code changes for JSR 292 EG adjustments to API, through Public Review
...
API code changes and javadoc changes following JSR 292 Public Review comments, through PFD
Reviewed-by: never
2011-05-26 17:37:36 -07:00
Abhijit Saha
e1bd798f84
Merge
2011-05-26 17:26:13 -07:00
Abhijit Saha
795971940c
Merge
2011-05-26 17:25:35 -07:00
Tom Rodriguez
382a3145b9
Merge
2011-05-26 16:39:34 -07:00
Tom Rodriguez
7cf200bd15
7047961: JSR 292 MethodHandleWalk swap args doesn't handle T_LONG and T_DOUBLE properly
...
Reviewed-by: kvn, jrose
2011-05-26 14:44:41 -07:00
Igor Veresov
193c0ac698
7047491: C1: registers saved incorrectly when calling checkcast_arraycopy stub
...
Save and restore the argument registers around the call to checkcast_arraycopy
Reviewed-by: never, roland
2011-05-26 13:15:01 -07:00
Miroslaw Niemiec
45f53b91f1
7046882: Regression : JDK 7b123 : Enum exchanged as parameters using CORBA call results in Exception
...
Reviewed-by: raginip
2011-05-26 13:05:36 -07:00
Vladimir Kozlov
a1e18b9ed3
7048332: Cadd_cmpLTMask doesn't handle 64-bit tmp register properly
...
Use ins_encode %{ %} form to encode cadd_cmpLTMask() instruction and remove unused code.
Reviewed-by: never
2011-05-25 21:17:07 -07:00
Phil Race
6b60f787a4
7044394: TrueTypeFont inner class DirectoryEntry should be static
...
Reviewed-by: bae, jgodinez
2011-05-25 19:53:08 -07:00
Tom Rodriguez
f6d95d906a
7046732: JSR 292 assert(result == cpce->f1()) failed: expected result for assembly code
...
Reviewed-by: kvn, iveresov, jrose
2011-05-25 16:04:09 -07:00
David Katleman
170844d307
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:32:36 -07:00
David Katleman
f1744917be
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:32:10 -07:00
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