Mikael Vidstedt
|
a9927a8ee9
|
8024087: Remove dead JVM_{Get,Set}PrimitiveFieldValues functions
The two functions were used to support JDK 1.3 but are no longer in use
Reviewed-by: coleenp, ctornqvi, twisti, dsamersoff
|
2013-10-02 09:18:56 -07:00 |
|
Vicente Romero
|
696179bbda
|
8023679: Improve error message for '_' used as a lambda parameter name
Reviewed-by: jjg, dlsmith
|
2013-10-02 17:04:51 +01:00 |
|
Paul Sandoz
|
10a6fcc8a0
|
8025534: Unsafe typecast in java.util.stream.Streams.Nodes
8025538: Unsafe typecast in java.util.stream.SpinedBuffer
8025533: Unsafe typecast in java.util.stream.Streams.RangeIntSpliterator.splitPoint()
8025525: Unsafe typecast in java.util.stream.Node.OfPrimitive.asArray()
Reviewed-by: chegar
|
2013-10-02 16:34:12 +02:00 |
|
Eric McCorkle
|
367fa5ac0e
|
8020981: Update methods of java.lang.reflect.Parameter to throw correct exceptions
Fix behavior of parameter reflection API for malformed class files.
Reviewed-by: darcy
|
2013-10-02 19:13:42 -04:00 |
|
Bradford Wetmore
|
47f46da3fa
|
8025694: Rename getStrongSecureRandom based on feedback
8014838: getStrongSecureRandom() should require at least one implementation
Reviewed-by: mullan, darcy
|
2013-10-02 09:38:57 -07:00 |
|
Mikhailo Seledtsov
|
a97a2ad3c6
|
8025671: Test name changed, test list not updated. Test6878713.sh
Removed the obsolete test from the test group file
Reviewed-by: sla, ctornqvi, dholmes
|
2013-10-02 15:17:20 +02:00 |
|
Vladimir Ivanov
|
02e57a0152
|
8025233: Move sun.invoke.Stable into java.lang.invoke package
Reviewed-by: twisti, iveresov
|
2013-10-02 06:17:10 -07:00 |
|
Erik Joelsson
|
d834c5b854
|
Merge
|
2013-10-02 15:08:29 +02:00 |
|
Erik Joelsson
|
f4bb418d8a
|
Merge
|
2013-10-02 15:08:03 +02:00 |
|
Leonid Romanov
|
33ff5ac952
|
8023994: Right click on the icon added to the system tray for the first time, java.lang.IllegalArgumentException thrown
Reviewed-by: anthony, serb
|
2013-10-02 17:06:09 +04:00 |
|
Petr Pchelko
|
efe326ede9
|
8024158: [macosx] java/awt/EventDispatchThread/LoopRobustness/LoopRobustness still failed after fix JDK-8022247; since jdk8b96
Reviewed-by: art, leonidr
|
2013-10-02 16:58:13 +04:00 |
|
Mikael Gerdin
|
9204842093
|
8012525: gc/metaspace/G1AddMetaspaceDependency.java Test fails a safepoint timeout assertion or hangs
Reviewed-by: brutisso, tschatzl
|
2013-10-02 14:33:32 +02:00 |
|
Petr Pchelko
|
a8abc64da9
|
8024600: [macosx] code prevents use of -Xlint:auxiliaryclass,empty in jdk build
Reviewed-by: anthony, serb
|
2013-10-02 11:50:58 +04:00 |
|
Petr Pchelko
|
d5ec67a6e5
|
8024163: [macosx] NullPointerException at javax.swing.TransferHandler$DropHandler.handleDrag since jdk8b93, 7u40b28
Reviewed-by: anthony, serb
|
2013-10-02 11:32:56 +04:00 |
|
Petr Pchelko
|
195b490063
|
7124363: [macosx] ClassCastException: CFileDialog cannot be cast to LWWindowPeer
Reviewed-by: anthony, serb
|
2013-10-02 11:18:17 +04:00 |
|
Vadim Pakhnushev
|
e5260cc564
|
8024343: Change different color with the "The XOR alternation color" combobox, the color of the image can not shown immediately
Reviewed-by: ceisserer, prr, bae
|
2013-10-02 10:06:28 +04:00 |
|
Alan Bateman
|
fd4113c58e
|
8006843: org.w3c.dom.events.UIEvent.getView is specified to return type that is not in the Java SE specification
Reviewed-by: mduigou, tbell
|
2013-10-02 04:21:42 +01:00 |
|
Phil Race
|
4ff41501d1
|
8007386: On physical machine (video card is Intel Q45) the text is blank
Reviewed-by: prr, jchen
|
2013-10-01 15:36:53 -07:00 |
|
Eric McCorkle
|
d9502c856a
|
8021339: Compile-time error during casting array to intersection
Add ability to have arrays in intersection types.
Reviewed-by: jjg, vromero
|
2013-10-01 17:41:57 -04:00 |
|
David Katleman
|
b4c28b3b28
|
Merge
|
2013-10-01 12:45:47 -07:00 |
|
David Katleman
|
781ece6073
|
Merge
|
2013-10-01 12:43:21 -07:00 |
|
Coleen Phillimore
|
6281e9bd76
|
Merge
|
2013-10-01 15:41:39 -04:00 |
|
Lois Foltan
|
67639e0b1a
|
8025570: Naked oop in test/serviceability/ParserTest
Fix for two naked objArrayOop(s) oops causing test failure
Reviewed-by: coleenp, ctornqvi
|
2013-10-01 14:23:07 -04:00 |
|
Erik Gahlin
|
65580cea43
|
6696975: JTop plugin fails if connected readonly to target JVM
Reviewed-by: mchung, jbachorik, sla, sjiang
|
2013-10-01 17:48:01 +02:00 |
|
Paul Sandoz
|
7ee60c366e
|
8025535: Unsafe typecast in java.util.stream.SortedOps
Reviewed-by: mduigou, chegar
|
2013-10-01 18:20:03 +02:00 |
|
Masayoshi Okutsu
|
f640e20e65
|
8022666: java.util.Calendar.set(int,int,int,int,int,int) documentation typo
Reviewed-by: peytoia
|
2013-10-02 17:57:04 +09:00 |
|
Sean Coffey
|
8d0e77641f
|
8024952: ClassCastException in PlainSocketImpl.accept() when using custom socketImpl
Reviewed-by: chegar
|
2013-10-02 09:21:02 +01:00 |
|
Masayoshi Okutsu
|
824b25cc94
|
6902861: (cal) GregorianCalendar roll WEEK_OF_YEAR is broken for January 1 2010
Reviewed-by: peytoia
|
2013-10-02 15:31:35 +09:00 |
|
Artem Smotrakov
|
54ebd8d42e
|
8025123: SNI support in Kerberos cipher suites
Reviewed-by: weijun, xuelei
|
2013-10-01 20:25:44 -07:00 |
|
Zhengyu Gu
|
876ecd9acf
|
Merge
|
2013-10-01 11:06:35 -04:00 |
|
Anton Nashatyrev
|
70a279fde5
|
8025145: [macosx]: java 7 does not recognize tiff image on clipboard
Reviewed-by: anthony, serb
|
2013-10-01 18:40:35 +04:00 |
|
Zhengyu Gu
|
81d4345cb8
|
Merge
|
2013-10-01 09:21:43 -04:00 |
|
Erik Helin
|
ce8f16808b
|
8025313: MetaspaceMemoryPool incorrectly reports undefined size for max
Reviewed-by: stefank, tschatzl
|
2013-10-01 15:21:14 +02:00 |
|
Aleksei Efimov
|
6c9d2e5e04
|
8024707: TransformerException : item() return null with node list of length != 1
Reviewed-by: joehw, lancea
|
2013-10-01 17:14:08 +04:00 |
|
Magnus Ihse Bursie
|
e5459d3fec
|
8016024: Remove solaris path from FillCacheFind
Reviewed-by: erikj
|
2013-10-01 15:13:16 +02:00 |
|
Alexander Zuev
|
2f3d9d1376
|
7118749: NPE in CreateSymbols caused by bad diagnostic
Reviewed-by: jjg
|
2013-10-01 17:03:31 +04:00 |
|
Zhengyu Gu
|
fb39220608
|
8022187: Missing ResourceMark crash when assertion using FormatBufferResource fails
Uses stack for the format buffer instead of resource memory
Reviewed-by: kvn, coleenp
|
2013-10-01 08:54:05 -04:00 |
|
Karen Kinnear
|
71a3a55630
|
8011311: Private interface methods. Default conflicts:ICCE. no erased_super_default
Reviewed-by: coleenp, bharadwaj, minqi
|
2013-10-01 08:10:42 -04:00 |
|
Vera Akulova
|
f5caf587e7
|
8025707: Frogot to add a file to fix for JDK-8012461
Reviewed-by: serb, alexsch
|
2013-10-01 14:38:47 +04:00 |
|
Vera Akulova
|
c1c753d0f8
|
7133532: [macosx] closed/javax/swing/JScrollBar/bug4202954/bug4202954.java fails on MacOS
Reviewed-by: serb, alexsch
|
2013-10-01 13:47:50 +04:00 |
|
Vera Akulova
|
401b226ad5
|
7133545: [macosx] closed/javax/swing/JSplitPane/4514858/bug4514858.java fails on MacOS
Reviewed-by: serb, alexsch
|
2013-10-01 13:46:53 +04:00 |
|
Vera Akulova
|
920c1d844f
|
8012461: [TEST_BUG] closed/javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java doesn't release mouse button
Reviewed-by: serb, alexsch
|
2013-10-01 13:45:51 +04:00 |
|
Vera Akulova
|
0307ac32a2
|
8004294: [TEST_BUG] javax/swing/JSpinner/4973721/bug4973721.java failed on win2003
Reviewed-by: serb, alexsch
|
2013-10-01 13:40:26 +04:00 |
|
Vera Akulova
|
28fa075d75
|
8012466: [TEST_BUG] javax/swing/JInternalFrame/Test6505027.java doesn't release mouse button
Reviewed-by: serb, alexsch
|
2013-10-01 13:38:07 +04:00 |
|
Vera Akulova
|
c4d57a676d
|
8012468: [TEST_BUG] javax/swing/PopupFactory/6276087/NonOpaquePopupMenuTest.java doesn't release mouse button
Reviewed-by: serb, alexsch
|
2013-10-01 13:30:37 +04:00 |
|
Vera Akulova
|
6d63827a99
|
7125471: [macosx] NofocusListDblClickTest should wait between doublr clicks
Reviewed-by: anthony, serb
|
2013-10-01 13:19:07 +04:00 |
|
Athijegannathan Sundararajan
|
04d4458ef8
|
8025488: Error.captureStackTrace should not format error stack
Reviewed-by: hannesw, attila
|
2013-10-01 14:38:56 +05:30 |
|
Magnus Ihse Bursie
|
91c55cc45e
|
8019219: Fix typo in jdk/makefiles "default" targets
Reviewed-by: erikj
|
2013-10-01 11:08:23 +02:00 |
|
Magnus Ihse Bursie
|
a5369d4610
|
8006661: Use LC_ALL=C instead of LANG=C compare.sh
Reviewed-by: tbell
|
2013-10-01 10:58:24 +02:00 |
|
Bengt Rutisson
|
ac3d344514
|
8025605: G1: Heap expansion logging misleading for fully expanded heap
Reviewed-by: tschatzl, jwilhelm, jmasa
|
2013-10-01 07:52:52 +02:00 |
|