Dmitry Samersoff
|
d95f70f9d3
|
8009213: sun/management/jdp/JdpTest.sh fails with exit code 1
There's no guarantee that the java process has executed far enough to be found by jps when we try to obtain it's pid.
Reviewed-by: sla
|
2013-10-03 16:54:55 +04:00 |
|
Oleg Pekhovskiy
|
cea15b4dee
|
8013553: [macosx] java.awt.FileDialog removes file extensions
Reviewed-by: leonidr, serb
|
2013-10-03 16:51:56 +04:00 |
|
Igor Veresov
|
51a9303c03
|
Merge
|
2013-10-03 16:38:21 +04:00 |
|
Jesper Wilhelmsson
|
ed022aded1
|
8025855: Simplify GenRemSet code slightly
Remove a few redundant switch-statements
Reviewed-by: jcoomes, tschatzl
|
2013-10-03 13:19:19 +02:00 |
|
Erik Joelsson
|
0d88315d61
|
8024522: java.time packages missing from src.zip
Reviewed-by: tbell
|
2013-10-03 11:27:16 +02:00 |
|
Magnus Ihse Bursie
|
46ad112b4d
|
8008944: Correct typos
Reviewed-by: tbell, erikj
|
2013-10-03 11:26:11 +02:00 |
|
Paul Sandoz
|
1604846c44
|
8025567: Mark relevant public stream tests as serialization hostile
Reviewed-by: alanb
|
2013-10-03 10:59:51 +02:00 |
|
Roland Westrelin
|
59adc04ee5
|
8024067: Missing replace_in_map() calls following null checks
Add replace_in_map() calls following some null checks in type checks
Reviewed-by: kvn
|
2013-10-03 10:55:07 +02:00 |
|
Christian Thalinger
|
619948a8f1
|
8025566: EXCEPTION_ACCESS_VIOLATION in compiled by C1 String.valueOf method
Reviewed-by: kvn
|
2013-10-07 10:41:56 -07:00 |
|
Dmitry Samersoff
|
13b13b1aed
|
8022616: u4 should not be used as a type for thread_id
Usage of u4 as a type for thread_id cause a compilation error on platform, where thread_id is a pointer
Reviewed-by: sla, sspitsyn, minqi
|
2013-10-03 12:39:58 +04:00 |
|
Andrew Brygin
|
88a74de88a
|
8022632: Reading a PNG file fails because of WBMPImageReaderSpi.canDecodeInput()
Reviewed-by: prr, jgodinez
|
2013-10-03 11:28:37 +04:00 |
|
Dmitry Samersoff
|
ae3d003298
|
Merge
|
2013-10-03 04:42:57 +02:00 |
|
Dmitry Samersoff
|
d71ad98145
|
Merge
|
2013-10-03 01:12:27 +02:00 |
|
David Katleman
|
62f7e57e93
|
Added tag jdk8-b110 for changeset 95df1088d4af
|
2013-10-02 13:26:56 -07:00 |
|
David Katleman
|
31995e22ba
|
Added tag jdk8-b110 for changeset f5f4ff5ce376
|
2013-10-02 13:26:54 -07:00 |
|
David Katleman
|
78e2738c5a
|
Added tag jdk8-b110 for changeset e78392f8a04b
|
2013-10-02 13:26:45 -07:00 |
|
David Katleman
|
844ccf771b
|
Added tag jdk8-b110 for changeset f5f4a0ff651d
|
2013-10-02 13:26:41 -07:00 |
|
David Katleman
|
dcf803b6fe
|
Added tag jdk8-b110 for changeset 8bf1be227a28
|
2013-10-02 13:26:39 -07:00 |
|
David Katleman
|
360b472d7f
|
Added tag jdk8-b110 for changeset 5feed41054de
|
2013-10-02 13:26:31 -07:00 |
|
David Katleman
|
b6c2a8b135
|
Added tag jdk8-b110 for changeset 14f8ce49437e
|
2013-10-02 13:26:26 -07:00 |
|
David Katleman
|
dd6a63a087
|
Added tag jdk8-b110 for changeset 6766207925ff
|
2013-10-02 13:26:25 -07:00 |
|
Coleen Phillimore
|
eb84a65af0
|
Merge
|
2013-10-02 15:06:38 -04:00 |
|
Christine Lu
|
e32c2618aa
|
8025409: Fix javadoc comments errors and warning reported by doclint report
Reviewed-by: anthony, yan
|
2013-10-02 11:28:07 -07:00 |
|
Dmitry Samersoff
|
5a67ff2d74
|
8025250: SA: Sync linux and bsd versions of ps_core file
Linux/ps_core.c and bsd/ps_core.c share most of code, but it has different formatting, comments etc.
Reviewed-by: sla, minqi
|
2013-10-02 22:27:23 +04:00 |
|
Phil Race
|
e43112a8ad
|
7179526: xrender : closed/sun/java2d/volatileImage/LineClipTest.java failed since jdk8b36
Reviewed-by: prr, jchen
|
2013-10-02 11:22:07 -07:00 |
|
Phil Race
|
d7d6a07617
|
8025837: Extraneous changes in the fix for 8007386
Reviewed-by: jgodinez, jchen
|
2013-10-02 11:16:07 -07:00 |
|
Lois Foltan
|
cc862a249a
|
8025569: -XX:+CheckUnhandledOops crashes on Windows
Disable CHECK_UNHANDLED_OOPS in fastdebug builds for JDK 8 on WIndows 32 & 64 bit machines
Reviewed-by: coleenp, ctornqvi, zgu
|
2013-10-02 13:02:40 -04:00 |
|
Sergey Bylokhov
|
12a7707961
|
8013563: Memory leak in JFrame on Linux
Reviewed-by: anthony, art
|
2013-10-02 21:02:04 +04:00 |
|
Dmitry Samersoff
|
259468dd26
|
8025283: Nits in os_bsd file breaks compilation of open hotspot
Couple of nits in os_bsd.cpp brake compilation of open hotspot on non-apple platforms
Reviewed-by: sla, sspitsyn
|
2013-10-02 20:58:44 +04:00 |
|
Erik Helin
|
ac15ca0d6a
|
Merge
|
2013-10-02 18:24:58 +02:00 |
|
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 |
|