Eric McCorkle
ab1b9a9cf1
8029012: parameter_index for type annotation not updated after outer.this added
...
Fix javac's handling of type annotations when synthetic parameters are added
Reviewed-by: jjg, mcimadamore
2014-11-07 07:54:35 -05:00
Eric McCorkle
aca235b121
8062245: Test executes incorrect class
...
Fix issue with test executing incorrect class, and trivial test failure linked to different subclasses of CharSequance.
Reviewed-by: jjg
2014-11-06 17:39:57 -05:00
Sergey Bylokhov
71ae76123c
7154054: [macosx] Can't distinguish the focus move to next cell
...
Reviewed-by: azvegint, alexsch
2014-10-24 11:41:08 +04:00
Joel Borggrén-Franck
0149333fb8
8054448: (ann) Cannot reference field of inner class in an anonymous class
...
Reviewed-by: jlahoda, mcimadamore
2014-10-24 08:34:51 +02:00
Maurizio Cimadamore
535317c6f8
8061778: Wrong LineNumberTable for default constructors
...
Synthetic empty blocks generated by Lower are erroneously picked up by Gen
Reviewed-by: jjg
2014-10-24 10:54:04 +01:00
Chris Plummer
5306f2430a
6191224: (reflect) Misleading detail string in IllegalArgumentException thrown by Array.get<Type>
...
The test case shows that an exception is thrown with the message "Argument is not an array", when in fact the argument is an array, but an array of a primitive type is actually what was expected. Fixed by differentiating between failing because an array was expected and failing because an array of a primitive type was expected.
Reviewed-by: dholmes, ctornqvi, lfoltan
2014-10-23 14:43:08 -07:00
Lana Steuck
2b17ef8a7a
Merge
2014-10-23 13:45:30 -07:00
Lana Steuck
4b4e46f1fb
Merge
2014-10-23 13:45:22 -07:00
Lana Steuck
88ecaa471d
Merge
2014-10-23 13:44:59 -07:00
Lana Steuck
59b49d1f0e
Merge
2014-10-23 13:44:28 -07:00
Lana Steuck
e163976e11
Merge
2014-10-23 13:43:56 -07:00
Kim Barrett
8f8d87ece5
8061748: Remove check_ct_logs_at_safepoint()
...
Remove unused function and related closure class
Reviewed-by: jwilhelm, mgerdin
2014-10-23 16:19:32 -04:00
David Katleman
8d400b3ced
Added tag jdk9-b36 for changeset bed94e5e4a68
2014-10-23 11:19:29 -07:00
David Katleman
a2809ad3eb
Added tag jdk9-b36 for changeset d1480cb49283
2014-10-23 11:19:28 -07:00
David Katleman
0d39a08e17
Added tag jdk9-b36 for changeset f470dec57bab
2014-10-23 11:19:25 -07:00
David Katleman
93ec887d47
Added tag jdk9-b36 for changeset 2a65d9f1c324
2014-10-23 11:19:17 -07:00
David Katleman
c809c6a329
Added tag jdk9-b36 for changeset 28c10766cfac
2014-10-23 11:19:12 -07:00
David Katleman
94c271fa96
Added tag jdk9-b36 for changeset 1f97f4f1b7d9
2014-10-23 11:19:10 -07:00
David Katleman
771acd9407
Added tag jdk9-b36 for changeset c05fb0c4c181
2014-10-23 11:19:04 -07:00
Vicente Romero
96941c8951
8057800: Method reference with generic type creates NPE when compiling
...
Reviewed-by: mcimadamore, dlsmith
2014-10-23 10:42:44 -07:00
Vicente Romero
503cf15f62
8059710: javac, the same approach used in fix for JDK-8058708 should be applied to Code.closeAliveRanges
...
Reviewed-by: jjg
2014-10-23 10:40:02 -07:00
Calvin Cheung
1aa3da1067
8038268: VM Crashes in MetaspaceShared::generate_vtable_methods while creating CDS archive with limiting SharedMiscCodeSize
...
Estimate the minimum required size for the misc code region and check if the specified misc code region size meets the minimum size requirement
Reviewed-by: jiangli, dholmes
2014-10-23 10:08:02 -07:00
Sergey Bylokhov
302bc3438c
8059941: [D3D] The fix for JDK-8029253 should be ported to d3d pipeline
...
Reviewed-by: bae, prr
2014-10-23 19:59:27 +04:00
Jesper Wilhelmsson
84aecba04d
Merge
2014-10-23 17:36:30 +02:00
Jesper Wilhelmsson
5c52a46b60
Merge
2014-10-23 17:36:30 +02:00
Hannes Wallnöfer
02308fac34
8059813: Type Info Cache flag must must be documented
...
Reviewed-by: attila, jlaskey
2014-10-23 17:25:39 +02:00
Dmitry Samersoff
a04c2ed2f5
8029465: warnings from b118 for jdk.src.share.native.sun.management: JNI exception pending
...
Added missed exception check
Reviewed-by: dholmes, sspitsyn, fparain
2014-10-23 04:57:00 -07:00
Marcus Lagergren
5f5c28bf63
8061391: concat as a builtin optimistic form, had to remove NoTypedArrayData and replace it, as we throw away a lot of optimistic link opportunities with NoTypedArrayData not being Continuous
...
Reviewed-by: attila, hannesw
2014-10-23 15:19:00 +04:00
Erik Helin
3a3e45ab40
8061630: G1 iterates over JNIHandles two times
...
Reviewed-by: mgerdin, brutisso
2014-10-23 11:43:29 +02:00
Jaroslav Bachorik
53a4f4cd62
8058506: ThreadMXBeanStateTest throws exception
...
Reviewed-by: egahlin, dholmes
2014-10-23 11:42:20 +02:00
Weijun Wang
2d97b4eecf
8061826: Part of JDK-8060474 should be reverted
...
Reviewed-by: mullan, ahgross
2014-10-23 07:07:16 +08:00
Karen Kinnear
397e42b775
Merge
2014-10-22 22:37:06 +00:00
Karen Kinnear
0e1283a811
8043275: Fix interface initialization for default methods
...
Initialize interfaces that declare concrete instance methods.
Reviewed-by: kamg, coleenp, psandoz
2014-10-22 15:24:37 -07:00
Brent Christian
42def03716
8049373: All compact profiles builds fail following JDK-8044473
...
Update compact profile contents
Reviewed-by: mchung
2014-10-22 14:42:14 -07:00
Miroslav Kos
55f5a6fc4b
8054367: More references for endpoints
...
Reviewed-by: mullan, skoivu
2014-10-22 20:14:25 +02:00
Daniel Fuchs
59ca72f0eb
8059767: FileHandler should allow 'long' limits and handle overflow of MeteredStream.written
...
FileHandler now uses 'long' for limit and MeteredStream.written. It also reads a long for limit from the configuration, and has a new constructor allowing to pass a 'long' for limit.
Reviewed-by: alanb, igerasim, mchung
2014-10-22 17:23:14 +02:00
Jesper Wilhelmsson
27e9dd8a8d
8061805: BACKOUT - Remove the generations array
...
Backing out the change due to non-trivial test problems in nightly testing.
Reviewed-by: jwilhelm, mgerdin
2014-10-22 16:40:43 +02:00
Andreas Eriksson
ea48bceb5e
8057043: Type annotations not retained during class redefine / retransform
...
Reviewed-by: coleenp, sspitsyn, jfranck
2014-10-22 13:59:56 +02:00
Pavel Rappo
023d824a43
8042888: Remove extcheck tool
...
Reviewed-by: alanb, chegar
2014-10-22 10:41:07 +01:00
Rohit Agrawal
d177331172
8058197: AWT fails on generic non-reparenting window managers
...
Reviewed-by: azvegint, serb
2014-10-22 13:39:33 +04:00
Frederic Parain
209ffcd9a5
8061618: Removed unused networking functions from os class
...
Reviewed-by: lfoltan, hseigel, dholmes
2014-10-22 02:31:25 -07:00
Sergey Bylokhov
066947c324
8061456: [OGL] Incorrect clip is used during sw->surface blit in xor mode
...
Reviewed-by: bae, prr
2014-10-22 12:33:28 +04:00
Jonathan Gibbons
5074c6ed36
8061723: 8060056 breaks tests on Windows
...
Reviewed-by: darcy
2014-10-21 17:50:13 -07:00
Joe Wang
a3b952a84d
8061686: Size limits in BufferAllocator should have been final
...
Reviewed-by: lancea, chegar
2014-10-21 13:17:32 -07:00
Jonathan Gibbons
0e0e189bf6
8060056: replace java.io.File with java.nio.file.Path
...
Reviewed-by: ksrini, jlahoda
2014-10-21 13:08:20 -07:00
Weijun Wang
3b44ba662d
8060474: Resolve more parsing ambiguity
...
Reviewed-by: mullan, ahgross
2014-10-21 22:37:17 +08:00
Erik Osterlund
a324ff0f31
8058255: Native jbyte Atomic::cmpxchg for supported x86 platforms
...
Use the native cmpxchgb instruction on x86.
Reviewed-by: dholmes, kbarrett, phh
2014-10-21 15:07:25 +02:00
Bengt Rutisson
a5d4521aa1
Merge
2014-11-18 12:33:47 +00:00
Erik Helin
491a4a8ea6
Merge
2014-11-18 11:10:02 +00:00
Bengt Rutisson
2da855a259
8064865: Remove the debug funciontality RotateCMSCollectionTypes for CMS
...
Reviewed-by: jmasa, kbarrett, ysr
2014-11-18 10:39:16 +01:00