Ajit Ghaisas
e1726f30e8
8158356: SIGSEGV when attempting to rotate BufferedImage using AffineTransform by NaN degrees
...
Reviewed-by: flar, prr
2016-08-25 14:12:13 +05:30
Avik Niyogi
93fe235cf7
8163161: [PIT][TEST_BUG] increase timeout in javax/swing/plaf/nimbus/8057791/bug8057791.java
...
Reviewed-by: alexsch, rchamyal
2016-08-25 13:46:17 +05:30
Phil Race
b9b87f5a33
8139176: [macosx] java.awt.TextLayout does not handle correctly the bolded logical fonts
...
Reviewed-by: serb, vadim
2016-08-24 13:36:46 -07:00
Phil Race
1e96a6f24b
8164752: Extraneous debugging printf in hb-jdk-font.cc
...
Reviewed-by: bpb
2016-08-24 12:56:51 -07:00
Brian Burkhalter
60eccdede5
8149562: TIFFField#createFromMetadataNode javadoc should provide information about sibling/child nodes that should be part of parameter node
...
Add a throws clause to the TIFFField.createFromMetadataNode method specification stating that the supplied Node parameter must adhere to the TIFFField element structure defined by the TIFF native image metadata DTD.
Reviewed-by: prr, darcy, serb
2016-08-24 10:59:17 -07:00
Yuka Kamiya
21d1580782
8164628: update copyright header in java.awt.font.JavaAWTFontAccessImpl class
...
Reviewed-by: prr, iris
2016-08-24 09:45:20 +09:00
Alexander Scherbatiy
494e502e0c
8129854: Remove reflection from AWT/Swing classes
...
Reviewed-by: serb
2016-08-24 00:23:49 +04:00
Sergey Bylokhov
201065a6ba
8160217: JavaSound should clean up resources better
...
Reviewed-by: prr
2016-08-23 20:45:35 +03:00
Alexander Zvegintsev
17cd11bc15
8162840: Desktop. enableSuddenTermination() has no effect
...
Reviewed-by: serb
2016-08-23 18:15:27 +03:00
Prahalad Kumar Narayanan
5a41e81056
8158524: Adding a test case to compare the rendered output of VolatileImage with that of BufferedImage
...
Reviewed-by: serb, psadhukhan
2016-08-23 14:47:53 +05:30
Rachna Goel
f423e1290f
8163362: Reconsider reflection usage in java.awt.font.JavaAWTFontAccessImpl class
...
Reviewed-by: naoto, okutsu, prr
2016-08-23 15:35:44 +09:00
Prasanta Sadhukhan
82a6f08720
8163922: Print-to-file is disabled for SERVICE_FORMATTED docflavor in linux
...
Reviewed-by: prr, jdv
2016-08-23 10:27:47 +05:30
David Dehaven
d540704400
Merge
2016-08-22 10:02:10 -07:00
Phil Race
5935292ae0
8145901: Printed content is overlapping
...
Reviewed-by: serb, psadhukhan
2016-08-22 10:35:16 -07:00
Manajit Halder
66b521e8a9
8156099: [macosx] Drag and drop of link from web browser, DataFlavor types application/x-java-url and text/uri-list, getTransferData returns null
...
Reviewed-by: mcherkas, serb
2016-08-22 18:23:46 +05:30
Sean Mullan
ffafa6e0c8
8164397: Provide javadoc descriptions for the jdk.security.auth and jdk.security.jgss modules
...
Reviewed-by: weijun, xuelei
2016-08-22 08:50:40 -04:00
Claes Redestad
86a27697b7
8164525: Re-examine zero form link time pre-generation
...
Reviewed-by: vlivanov, forax
2016-08-22 12:57:43 +02:00
Peter Levart
4d94193435
Merge
2016-08-22 13:36:33 +02:00
Peter Levart
b0aa08888c
8164547: Make java.lang.reflect.ClassLoaderValue public for internal use
...
Move it to jdk.internal.loader and make it public
Reviewed-by: shade, alanb
2016-08-22 13:16:51 +02:00
Lance Andersen
3337ddec8d
8164515: Add back javadoc module description for java.se.ee
...
Reviewed-by: tbell
2016-08-22 06:52:58 -04:00
Rajeev Chamyal
f149873fe6
8163160: [PIT][TEST_BUG] Some issues in java/awt/image/multiresolution/MultiResolutionIcon/IconTest.java
...
Reviewed-by: serb, yan
2016-08-22 14:41:36 +05:30
Rachna Goel
b19bd0a798
8135055: java.util.Date.after(java.sql.Timestamp ) does not return correct results
...
Reviewed-by: okutsu
2016-08-22 15:17:11 +09:00
Rachna Goel
97f26b2097
8163350: LocaleProviderAdapter Preference list retrieved is wrong, when -Djava.locale.providers=COMPAT
...
Reviewed-by: naoto, okutsu
2016-08-22 14:55:11 +09:00
Yuka Kamiya
86bb2f51cd
7094818: closed/java/text/Format/DateFormat tests failed on Hindi
...
8132861: java/text/Format/DateFormat/Bug4845901.java failed in Thai locale
8134733: java/util/Calendar/CalendarRegression.java failed in ar locale
Reviewed-by: okutsu
2016-08-22 14:24:46 +09:00
Sergey Bylokhov
6781443555
8164104: Cleanup of javaclient related mapfiles
...
Reviewed-by: prr
2016-08-22 01:35:40 +03:00
Sergey Bylokhov
a5e760b81c
8148109: [SWT] Provide a supported mechanism to use EmbeddedFrame
...
Reviewed-by: alanb, prr
2016-08-20 18:35:37 +03:00
Weijun Wang
f4ec2171f2
8164437: Test for JDK-8042900
...
GSSContext is of a different type when jdk.security.jgss is not loaded
Reviewed-by: xuelei
2016-08-20 17:10:17 +08:00
Valerie Peng
55b1ffa690
8078661: [SunPKCS11] Fails to cast into RSAPrivateCrtKey after RSA KeyPair Generation
...
Changed to check all components instead of only the public exponent for RSA CRT key determination
Reviewed-by: vinnie
2016-08-19 23:24:23 +00:00
Vinnie Ryan
17e5e3f34b
8164494: SunPKCS11 requires a non-empty PBE password
...
Reviewed-by: valeriep
2016-08-19 22:15:32 +01:00
Brian Burkhalter
13f73f71eb
8164432: java/nio/file/Files/probeContentType/Basic.java fails on windows for Content type: audio/vnd.dlna.adts
...
Add audio/vnd.dlna.adts as an allowed MIME type for the aac extension.
Reviewed-by: darcy
2016-08-19 13:38:12 -07:00
Claes Redestad
069573f635
8164485: Zero forms not properly generated
...
Reviewed-by: psandoz
2016-08-19 17:46:44 +02:00
Artem Smotrakov
f86257fff9
8164100: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with java.util.concurrent.TimeoutException
...
Reviewed-by: valeriep
2016-08-19 10:57:44 -07:00
David Dehaven
353a8c13d0
Merge
2016-08-19 10:41:29 -07:00
Chris Hegarty
2f2de77c1d
8156841: sun.security.pkcs11.SunPKCS11 poller thread retains a strong reference to the context class loader
...
Reviewed-by: dfuchs, jnimeh, valeriep
2016-08-19 18:06:46 +01:00
David Dehaven
9c8bd63007
Merge
2016-08-19 08:47:12 -07:00
Alexander Scherbatiy
966cbcfce3
8151303: [macosx] [hidpi] JButton's low-res. icon is visible when clicking on it
...
8156182: [macosx] HiDPI/Retina icons do not work for disabled JButton/JMenuItem etc
Reviewed-by: flar, prr
2016-08-19 16:48:53 +04:00
Claes Redestad
4316d705f2
8164451: Generate all zero and identity forms at link time
...
Reviewed-by: shade, mhaupt, vlivanov
2016-08-19 13:50:03 +02:00
Michael Haupt
22e95f995a
8164102: MethodHandles.countedLoop/4 works incorrect for start/end = Integer.MAX_VALUE
...
Reviewed-by: redestad
2016-08-19 10:03:43 +02:00
Yasumasa Suenaga
a5859015a8
8164326: jrtfsviewer.js and jrtls.js does not work
...
Reviewed-by: sherman, sundar
2016-08-19 16:29:41 +09:00
Jayathirth D V
5390af7c2b
8163258: Getting NullPointerException from ImageIO.getReaderWriterInfo due to failure to check for null
...
Reviewed-by: prr, psadhukhan
2016-08-19 12:22:23 +05:30
Valerie Peng
c846a862ee
8130181: Deprecate java.security.Provider(String, double, String), add Provider(Strin
...
Added Provider constructor which uses version String and use sun.security.util.PROVIDER_VER
Reviewed-by: weijun
2016-08-19 06:27:54 +00:00
Tagir F. Valeev
d7fd2d9166
8164189: Collectors.toSet() parallel performance improvement
...
Reviewed-by: shade, psandoz
2016-08-18 17:30:49 -07:00
Ivan Gerasimov
de29b8a394
8153438: Avoid repeated "Please insert a smart card" popup windows
...
Reviewed-by: vinnie, valeriep
2016-08-19 01:41:54 +03:00
Lance Andersen
07e13d14af
8164394: Minor correction in Java API doc for DataSource
...
Reviewed-by: darcy, jjg, tbell
2016-08-18 17:51:40 -04:00
Lana Steuck
591154e8ac
Merge
2016-08-18 21:34:03 +00:00
Lana Steuck
66b3dac5b0
Added tag jdk-9+132 for changeset 5542e4584972
2016-08-18 21:01:22 +00:00
J. Duke
1c1ec9a26e
Merge
2017-07-05 22:05:29 +02:00
J. Duke
db6474227a
Merge
2017-07-05 22:05:22 +02:00
J. Duke
5aac6d6f96
Merge
2017-07-05 22:05:10 +02:00
J. Duke
49c4a53abf
Merge
2017-07-05 22:05:03 +02:00