Li Jiang
a2e634345b
8159713: Make the non-translated keywords clear to translator in jar.properties
...
8161183: Need extra newline in the end of for multi-lines strings in jar.properties
Reviewed-by: naoto
2016-08-03 15:18:58 +08:00
Christoph Langer
3673248f32
8163177: Fix for 8152971 breaks builds with VS2010
...
Reviewed-by: simonis, pnarayanan
2016-08-04 15:58:28 +02:00
Brian Burkhalter
3c2ec5319e
8155960: TIFF javadoc contains HTML entities inside {@code} tags
...
Remove from inside @code tags.
Reviewed-by: prr
2016-08-03 17:01:51 -07:00
Laurent Bourgès
d9c6c4744a
8159638: Improve array caches and renderer stats in Marlin renderer
...
Byte/Float/Int ArrayCache (Reference) refactoring + improved cache statistics and tuning settings
Reviewed-by: flar, prr
2016-08-03 22:53:38 +02:00
Nishit Jain
55be447abd
8035133: Locale matching: Weight q=0 isn't handled correctly
...
Reviewed-by: okutsu, peytoia
2016-08-03 09:37:57 +09:00
Naoto Sato
6d70a9e52d
8162797: Code clean-up in IncludeLocalesPlugin
...
Reviewed-by: sundar
2016-08-02 10:58:16 -07:00
Phil Race
0100968f1c
8074843: Resolve disabled warnings for libmlib_image and libmlib_image_v
...
Reviewed-by: vadim, psadhukhan
2016-08-02 10:43:31 -07:00
Athijegannathan Sundararajan
48757f6029
8159487: Add JAVA_VERSION, OS_NAME, OS_ARCH properties in release file
...
Reviewed-by: jlaskey
2016-08-02 17:33:50 +05:30
Jayathirth D V
0a24ae0e00
8160736: KSS : unnecessary class.forName in TIFFJPEGCompressor.java
...
Reviewed-by: prr, bpb, vadim
2016-08-02 16:14:59 +05:30
Jayathirth D V
d375707075
8160943: skipImage() in JPEGImageReader class throws IIOException if we have gaps between markers in Jpeg image
...
Reviewed-by: prr, flar
2016-08-02 15:55:03 +05:30
Rajeev Chamyal
c7f532a83d
8144594: HiDPI: awt.Choice looks improperly (Win 8)
...
Reviewed-by: alexsch, serb
2016-08-02 10:46:08 +05:30
Athijegannathan Sundararajan
15cf9b716f
8162782: jlink ResourcePool.releaseProperties should be removed
...
Reviewed-by: jlaskey, alanb
2016-08-02 07:19:06 +05:30
Nishit Jain
a92810e865
7153347: System read/stat/open calls should be hardened to handle EINTR
...
Reviewed-by: okutsu
2016-08-02 10:31:05 +09:00
Sean Mullan
4130468fcd
Merge
2016-08-01 17:00:26 -04:00
Sean Mullan
dded3f4e47
8162882: Permission merge issue in jdk.crypto.ucrypto module
...
Reviewed-by: valeriep
2016-08-01 16:59:04 -04:00
Claes Redestad
68a5236016
8162439: Runtime.Version.parse needs fast-path for major versions
...
Reviewed-by: psandoz, sdrach, iris
2016-08-01 20:32:10 +02:00
Phil Race
8ab66b8911
Merge
2016-08-01 10:06:09 -07:00
Sean Mullan
df31ad7090
8161506: Deprecate pre-1.2 SecurityManager methods and fields with forRemoval=true
...
Reviewed-by: coleenp, jnimeh, xuelei
2016-08-01 09:58:36 -04:00
Rachna Goel
0eb7344760
8066652: Default TimeZone is GMT not local if user.timezone is invalid on Mac OS
...
Reviewed-by: okutsu
2016-08-01 15:55:54 +09:00
Weijun Wang
3d915b8f78
8162752: keytool -importkeystore should probe srcstoretype if not specified
...
Reviewed-by: mullan
2016-07-31 09:40:17 +08:00
Weijun Wang
dd3b3b2ba5
8159528: Deprivilege java.security.jgss, jdk.security.jgss and jdk.security.auth
...
Reviewed-by: mchung, mullan
2016-07-31 09:37:02 +08:00
Sean Mullan
663f6eb830
8159752: Grant de-privileged module permissions by default with java.security.policy override option
...
Reviewed-by: alanb, chegar, mchung, tbell, weijun
2016-07-29 19:00:54 -04:00
Steve Drach
def15478eb
8158295: Add a multi-release jar validation mechanism to jar tool
...
Reviewed-by: ogb, psandoz
2016-07-29 09:58:28 -07:00
Claes Redestad
0ae20fdfaa
8163476: java/lang/StackWalker/VerifyStackTrace.java fails after JDK-8163369
...
Reviewed-by: igerasim, chegar
2016-08-09 15:02:27 +02:00
Claes Redestad
cdef6ef876
8163369: Enable generating DMH classes at link time
...
Reviewed-by: vlivanov, shade
2016-08-09 10:00:31 +02:00
Tomas Hurka
3be823e0db
8162815: unnecessary object creation in reflection
...
Reviewed-by: psandoz, shade
2016-08-09 09:42:01 +02:00
Athijegannathan Sundararajan
93cbc70d81
8163382: ResourcePoolManager.findEntry has a bug in startsWith call
...
Reviewed-by: jlaskey, redestad
2016-08-09 09:44:25 +05:30
Brian Burkhalter
97b666ee29
8162745: content-types.properties files are missing some modern types
...
Add some content types from HTML5 and Xiph.
Reviewed-by: rriggs, chegar
2016-08-08 13:58:14 -07:00
Brian Burkhalter
522e112b4a
8146215: (fs) java/nio/file/Files/probeContentType/Basic.java failed frequently on Solaris-sparc with Unexpected type: text/plain
...
Append a FileTypeDetector using java.net.FileNameMap as a fallback on all platforms
Reviewed-by: alanb, rriggs, naoto
2016-08-08 13:57:51 -07:00
Alejandro Murillo
a2a5ee0193
Merge
2016-08-08 11:04:57 -07:00
Roger Riggs
e54c445538
8161431: JNI pending exceptions in ProcessHandleImpl_linux.c and ProcessHandleImpl_unix.c
...
Reviewed-by: naoto
2016-08-08 13:55:16 -04:00
Alejandro Murillo
961ca2224c
Merge
2016-08-08 08:12:20 -07:00
Weijun Wang
d418a61b62
8163303: Remove identity scope information from jarsigner -verbose output
...
Reviewed-by: mullan
2016-08-08 21:51:01 +08:00
Felix Yang
9b7097c149
8163149: Typo in java.net.http.AuthenticationFilter
...
Reviewed-by: chegar, rriggs
2016-08-05 18:45:40 -07:00
Claes Redestad
8cf37c5448
8161379: Force inline methods calling Reflection.getCallerClass
...
Reviewed-by: shade, mchung
2016-08-06 00:34:50 +02:00
Alejandro Murillo
83f8829c06
Merge
2016-08-05 09:50:29 -07:00
Markus Grönlund
b152d05787
8162945: HotspotDiagnosticMXBean getFlags erroneously reports OutOfMemory
...
Reviewed-by: egahlin, dcubed
2016-08-02 18:36:47 +02:00
Amit Sapre
c4dce28e8e
8162702: com.sun.management.internal.GcInfoBuilder.getPoolNames should not return reference of it's private member
...
Return clone of array
Reviewed-by: dholmes, hb, dsamersoff
2016-08-01 15:27:07 +03:00
Amit Sapre
496e48d0fb
8162524: src/jdk.management/share/native/libmanagement_ext/Flag.c doesn't handle JNI exceptions
...
Add missed exception check
Reviewed-by: dholmes, hb, dsamersoff
2016-08-01 13:53:55 +03:00
Alejandro Murillo
435f7046be
Merge
2016-07-30 00:11:02 +00:00
Alejandro Murillo
41186dae1b
Merge
2016-07-29 16:11:57 -07:00
Li Jiang
d8180948ff
8161544: JDK9 message drop 20 resource updates - OpenJDK
...
JDK9 message drop 20 resource updates - openjdk
Reviewed-by: peytoia, weijun
2016-07-29 09:34:20 -07:00
Semyon Sadetsky
ae42c4bfa7
8157827: AWT_Desktop/Automated/Exceptions/BasicTest loads incorrect GTK version when jdk.gtk.version=3
...
Reviewed-by: prr
2016-07-29 11:25:59 +03:00
Semyon Sadetsky
0faa49fb23
8160448: Make GTK3 menus appearence similar to native
...
Reviewed-by: alexsch
2016-07-29 11:19:28 +03:00
Paul Sandoz
8dc58ab506
8162458: Buffer view implementations use incorrect offset for Unsafe access
...
Reviewed-by: alanb
2016-07-29 10:18:47 +02:00
Semyon Sadetsky
7c91e56ca7
8161195: Regression: closed/javax/swing/text/FlowView/LayoutTest.java
...
Reviewed-by: alexsch
2016-07-29 11:14:05 +03:00
Semyon Sadetsky
5e8ef54fb0
8016313: java.awt.Headless exception has no spec since its creation
...
Reviewed-by: prr
2016-07-29 11:08:34 +03:00
Semyon Sadetsky
742777a00d
8117886: There is no tooltip while moving the mouse on the tray icon
...
Reviewed-by: alexsch
2016-07-29 11:04:52 +03:00
Semyon Sadetsky
cb959adf02
8161273: [hidpi] The frame insets size is wrong on Linux HiDPI because it is not scaled
...
Reviewed-by: alexsch
2016-07-29 10:59:43 +03:00
Semyon Sadetsky
6ac698e26b
8160246: Regression: 4410243 reproducible with GTK LaF
...
Reviewed-by: alexsch
2016-07-29 10:56:30 +03:00
Semyon Sadetsky
3f59e77645
8161007: GPL header missing comma in year
...
Reviewed-by: alexsch, azvegint
2016-07-29 10:50:49 +03:00
David Dehaven
e5ce918713
Merge
2016-07-28 10:27:46 -07:00
Phil Race
7166a167e1
8056210: Move libawt file to windows directory
...
Reviewed-by: serb, psadhukhan
2016-07-28 09:54:55 -07:00
Phil Race
be7dab7c9a
8148477: Native memory leak in font layout subsystem
...
Reviewed-by: serb
2016-07-28 09:53:08 -07:00
David Dehaven
b6c0aa1261
Merge
2016-07-28 09:29:38 -07:00
Chris Hegarty
97de05e1d1
8134779: (jmod) ZipException is thrown if there are duplicate resources
...
8134847: (jmod) module-info encountered in the cmds, libs or config is not added to jmod file
Reviewed-by: alanb
2016-07-28 17:25:29 +01:00
Bradford Wetmore
8c0b4c0358
8161527: NPE is thrown if exempt application is bundled with specific cryptoPerms
...
Reviewed-by: xuelei
2016-07-28 12:09:07 -07:00
David Dehaven
dd116aa128
Merge
2016-07-28 09:01:30 -07:00
Chris Hegarty
bb50284487
8156824: com.sun.jndi.ldap.pool.PoolCleaner should clear its context class loader
...
Reviewed-by: alanb, dfuchs
2016-07-28 16:15:51 +01:00
Athijegannathan Sundararajan
2ebc9d3c1f
8162538: plugin API should avoid read only pool, have module view separated from resource view and have pool builder to modify
...
Reviewed-by: jlaskey, psandoz
2016-07-28 19:34:58 +05:30
Phil Race
74dbca3167
8149714: [parfait] char array lengths don't match in awt_Font.cpp:1701
...
Reviewed-by: serb, ssadetsky
2016-07-28 06:02:40 -07:00
Chris Hegarty
f06b866cdd
8157570: sun.rmi.transport.GC retains a strong reference to the context class loader
...
Reviewed-by: alanb, dfuchs, msheppar
2016-07-28 13:29:34 +01:00
Nadeesh TV
c47c7d8ccf
8160681: LocalDate.ofEpochDay input validation
...
Change the EpochDay range to [-365243219162L, 365241780471L]
Reviewed-by: rriggs, scolebourne
2016-07-28 11:18:43 +00:00
Nadeesh TV
f7eff31b47
8066806: java.time.format.DateTimeFormatter cannot parse an offset with single digit hour
...
Added support for single digit hour in offset
Reviewed-by: rriggs, scolebourne
2016-07-28 10:28:21 +00:00
Brian Burkhalter
82e9d18d0e
8162624: (fs) Remove FileTypeDetectors based on libgio and libmagic
...
Remove GioFileTypeDetector and MagicFileTypeDetector.
Reviewed-by: alanb
2016-07-27 14:27:46 -07:00
Bradford Wetmore
e2c37e40c6
8161303: Sample NIO Server README needs updating
...
Reviewed-by: xuelei
2016-07-28 10:35:31 -07:00
Martin Walsh
3ed86431ba
8160664: JVM crashed with font manager on Solaris 12
...
Reviewed-by: prr, aivanov
2016-07-27 15:32:25 +03:00
David Holmes
a7960979d9
8140723: Remove source code conditionalized on JAVASE_EMBEDDED
...
Reviewed-by: psandoz, alanb, alexsch
2016-07-26 23:52:29 -04:00
Alejandro Murillo
19e317fe9c
Merge
2016-07-26 16:18:24 -07:00
David Dehaven
dd5b13bacb
Merge
2016-07-26 14:45:11 -07:00
Joe Darcy
085f7a6907
8162539: Test fails because it expects a blank between method signature and throws exception
...
Reviewed-by: coleenp
2016-07-26 12:56:26 -07:00
Phil Race
eae21ed09c
8162488: JDK should be updated to use LittleCMS 2.8
...
Reviewed-by: serb, psadhukhan
2016-07-26 11:50:19 -07:00
Phil Race
a8ce73f840
8074827: Resolve disabled warnings for libjavajpeg
...
Reviewed-by: serb, psadhukhan
2016-07-26 11:30:40 -07:00
Naoto Sato
1c514f5458
8162343: non-ASCII characters in source code comments (.hpp)
...
Reviewed-by: rriggs
2016-07-26 10:53:20 -07:00
Doug Lea
55ee90a475
8161591: Miscellaneous changes imported from jsr166 CVS 2016-07
...
Reviewed-by: martin, psandoz, plevart
2016-07-26 10:06:19 -07:00
Doug Lea
2545e51a0c
8161608: StampedLock should use storeStoreFence when acquiring write lock
...
Reviewed-by: martin, psandoz, plevart
2016-07-26 10:02:05 -07:00
Doug Lea
825edd9274
8160751: Optimize ConcurrentHashMap.keySet().removeAll
...
8161372: ConcurrentHashMap.computeIfAbsent(k,f) locks bin when k present
Reviewed-by: martin, psandoz, plevart
2016-07-26 09:57:51 -07:00
Doug Lea
6db3f79f39
8160402: Garbage retention with CompletableFuture.anyOf
...
Reviewed-by: martin, psandoz, plevart
2016-07-26 09:53:38 -07:00
Doug Lea
b7284ca20e
8162396: j.u.c java.lang.LinkageError
...
Reviewed-by: martin, psandoz, plevart
2016-07-26 09:49:25 -07:00
Vadim Pakhnushev
6632e6c6ca
8162545: Mac build failure
...
Reviewed-by: psadhukhan, prr
2016-07-26 18:45:05 +03:00
Daniel Fuchs
9fb04d6e56
8153082: Update XSLT compiler to generate classes that invoke addReads
...
This fix updates the XSLT compiler to generate Module.addReads statements for external function calls (see FunctionCall.java)
Reviewed-by: alanb, clanger, joehw
2016-07-26 14:30:52 +01:00
Vadim Pakhnushev
964fd1e4e9
8161742: [parfait] Uninitialised memory in isXTestAvailable of awt_Robot.c:65
...
Reviewed-by: serb, ssadetsky
2016-07-26 14:54:26 +03:00
Vadim Pakhnushev
cd67ab9d5b
8161733: [parfait] Memory leak in imageioJPEG.c:2803
...
Reviewed-by: prr, serb
2016-07-26 14:19:40 +03:00
Vadim Pakhnushev
4326770a81
8161740: [parfait] Memory leak in Java_sun_awt_UNIXToolkit_load_1gtk_1icon of awt_UNIXToolkit.c:132
...
Reviewed-by: serb, ssadetsky
2016-07-26 14:19:15 +03:00
Vadim Pakhnushev
ddd0f9e960
8161761: [parfait] 2 JNI exception pending defect groups in GraphicsPrimitiveMgr.c
...
Reviewed-by: prr, serb
2016-07-26 14:18:43 +03:00
Xue-Lei Andrew Fan
4c352f2d46
8161898: Mark the use of deprecated javax.security.cert APIs with forRemoval=true
...
Reviewed-by: vinnie, mullan
2016-07-27 02:47:04 +00:00
Valerie Peng
9a82da0c94
8159488: Deprivilege java.xml.crypto
...
Update java.policy with the necessary permissions and minor code refactoring
Reviewed-by: mullan
2016-07-27 01:24:09 +00:00
Martin Buchholz
0d7e21080e
8162563: Fix double checked locking in System.console()
...
Reviewed-by: rriggs, sherman
2016-07-26 15:41:40 -07:00
Vyom Tewari
620b097690
8161291: Serialization Tests for URLPermission is failing
...
Reviewed-by: dfuchs, chegar
2016-07-26 13:26:12 +05:30
Prasanta Sadhukhan
103caee309
6591280: getting IPP connection causes disabling jar caches
...
Reviewed-by: prr, jdv
2016-07-26 12:37:21 +05:30
Phil Race
599b5149b5
8162097: [PIT] A series of closed tests about SunFontManager throw NPE on Windows
...
Reviewed-by: bpb, serb
2016-07-25 15:09:23 -07:00
Phil Race
a54c362ee8
7175487: Cannot customize font configuration on Linux
...
Reviewed-by: bpb
2016-07-25 11:03:53 -07:00
Alexey Ushakov
164537ebd4
8147542: ClassCastException when repainting after display resolution change
...
Reviewed-by: prr, flar
2016-07-25 10:36:12 -07:00
Rajeev Chamyal
af0977717b
8147648: [hidpi] multiresolution image: wrong resolution variant is used as icon in the Unity panel
...
Reviewed-by: alexsch, ssadetsky
2016-07-25 15:29:24 +05:30
Xueming Shen
e944d9f280
8161942: java.util.zip.ZipEntry.java not covering UpperLimit range of DOS epoch
...
Reviewed-by: redestad
2016-07-22 16:32:48 -07:00
Phil Race
35fbe24e6e
8162429: Clean up obsolete font preferences for JDS
...
Reviewed-by: bpb
2016-07-22 16:09:52 -07:00
Phil Race
4ce22477ac
8162432: Clean up references in font code to old Solaris releases
...
Reviewed-by: bpb
2016-07-22 16:07:45 -07:00
Phil Race
f3b4127564
8140314: Verify IIOMetadataFormat class on loading
...
Reviewed-by: bpb
2016-07-22 15:57:57 -07:00
Brian Burkhalter
13f9c0a307
8148454: [PIT] Failure of ReplaceMetadataTest on TIFF with IllegalStateException
...
Move super.setOutput() to end of setOutput() to avoid setting super.output to null
Reviewed-by: prr
2016-07-22 14:32:49 -07:00
Brian Burkhalter
affafb79f4
8149016: Misleading IllegalArgumentException message when a type that is neither LONG nor IFD pointer is supplied to TIFFField constructor
...
Replace invocation of this() constructor with explicit checks and initializations
Reviewed-by: prr
2016-07-22 11:16:08 -07:00
Alejandro Murillo
9b3ccc70ac
Merge
2016-07-22 10:35:48 -07:00
Vinnie Ryan
149b8bf45d
8161571: Verifying ECDSA signatures permits trailing bytes
...
Reviewed-by: xuelei
2016-07-22 16:05:23 +01:00
Christoph Langer
d585d63b3e
8160174: java.net.NetworkInterface - fixes and improvements for network interface listing
...
Reviewed-by: chegar
2016-07-22 14:38:33 +02:00
Ajit Ghaisas
40c1e2c376
7096375: Swing ignores first click after decreasing system's time
...
Reviewed-by: alexsch, rchamyal
2016-07-22 12:13:24 +05:30
Prasanta Sadhukhan
87b4dabe23
4882305: StreamPrintServ.getSupportedAttributeValues returns null for Orientation attr
...
Reviewed-by: prr, jdv
2016-07-22 10:53:01 +05:30
Masayoshi Okutsu
2d98fa4822
8161203: ResourceBundle.getBundle performance regression
...
Reviewed-by: alanb
2016-07-22 13:31:58 +09:00
Alejandro Murillo
f9685d533c
Merge
2016-07-21 20:09:20 -07:00
Anthony Scarpino
da8486b47a
8060224: Enable SHA-1 CertPath Restrictions
...
Reviewed-by: mullan
2016-07-21 15:08:06 -07:00
Daniil Titov
a7baef3652
8156960: Deprecate JSObject.getWindow(Applet) method
...
Reviewed-by: mchung, kcr, smarks, erikj, alexsch
2016-07-21 12:27:27 -07:00
Rajeev Chamyal
7973c653bd
8158918: setExtendedState(1) for maximized Frame results in state==7
...
Reviewed-by: alexsch, ssadetsky
2016-07-21 20:30:18 +05:30
Iris Clark
89602315a1
8161236: Runtime.Version.{compareTo, equals}IgnoreOpt should be renamed
...
Reviewed-by: alanb, rfield, ksrini
2016-07-21 07:42:05 -07:00
Brent Christian
284de87e36
8161039: System.getProperty("os.version") returns incorrect version number on Mac
...
Omit trailing .0 from os.version when patchVersion is 0
Reviewed-by: alanb
2016-07-21 13:02:35 -07:00
Naoto Sato
2de3b82d9a
8161937: non-ASCII characters in source code comments
...
Reviewed-by: alanb
2016-07-21 09:21:48 -07:00
Jim Laskey
9628408ffe
8158407: jimage: verify should do more extensive test
...
Reviewed-by: alanb
2016-07-21 10:34:59 -03:00
Alan Burlison
7864c70b9b
8161057: Solaris: deprecated/obsolete compiler flags should be removed
...
Reviewed-by: tbell, dcubed, dholmes
2016-07-20 12:53:25 -07:00
Volker Simonis
d17574e8dd
8161951: 8132379 introduced non ANSI C coding
...
Reviewed-by: dholmes
2016-07-20 20:47:42 +02:00
Brent Christian
99b4bd5013
8161718: Copyright/License updates to corba, jdk
...
Reviewed-by: bpb, naoto
2016-07-20 08:32:07 -07:00
Oliver Bendig
0efd8d9c26
4908075: Press shift and another key using robot does not trigger events properly - WinXP
...
Reviewed-by: alexsch, simonis
2016-07-20 17:08:04 +02:00
Steve Drach
fe8757403b
8157524: Revert JarFile methods "entries" and "stream" to Java 8 behavior
...
Reviewed-by: alanb, psandoz, redestad
2016-07-19 10:05:22 -07:00
Sergey Kuksenko
a3f68687bc
8161091: Incorrect HTTP Stream.FlowControl implementation allows to send DataFrame even when window size was exhausted
...
Fix flow control
Reviewed-by: rriggs, chegar
2016-07-19 16:13:01 -07:00
Pete Brunet
799f4aec1e
8145207: [macosx] JList, VO can't access non-visible list items
...
Add support for single/multi select following focus and following VO cursor
Reviewed-by: alexsch, ant
2016-07-18 15:43:30 -05:00
Phil Race
2faf8b22ed
8161407: Provide a javadoc description for java.desktop module
...
Reviewed-by: bpb
2016-07-18 12:52:44 -07:00
Phil Race
2c5d76c8f0
8161531: Provide a javadoc description for the java.datatransfer module
...
Reviewed-by: ssadetsky
2016-07-18 12:21:23 -07:00
Phil Race
94247b22b9
8054991: sun.font.GlyphList uses broken double-checked locking
...
Reviewed-by: psadhukhan, aivanov
2016-07-18 12:15:53 -07:00
Phil Race
dc18887731
Merge
2016-07-18 09:53:59 -07:00
Frederic Parain
ed5f40504b
8161034: GPL header missing comma after year
...
Reviewed-by: alanb
2016-07-18 08:28:32 -07:00
Chris Hegarty
7415063010
8160993: Fix headers in the java/net/http package
...
Reviewed-by: alanb
2016-07-18 15:34:22 +01:00
Pavel Rappo
9118632bbd
8161474: Extract interface from java.net.http.RawChannel
...
Reviewed-by: michaelm
2016-07-18 13:43:49 +01:00
Semyon Sadetsky
b55e203e17
8159587: IOOBE in javax/swing/JFileChooser/7199708/bug7199708.java
...
Reviewed-by: alexsch
2016-07-18 09:44:13 +03:00
Amit Sapre
65e8b4d804
8158350: Table in ThreadInfo.from(CompositeData) may need updates for new stack trace attributes
...
Update table in ThreadInfo.from(CompositeData) for new stack trace attributes
Reviewed-by: alanb, dholmes, dsamersoff
2016-07-15 23:54:37 -07:00
Doug Lea
14d4754bdd
8080603: Replace Unsafe with VarHandle in java.util.concurrent classes
...
8153715: Use Unsafe.weakCompareAndSet in java.util.concurrent
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs, shade
2016-07-15 14:04:09 -07:00
Doug Lea
a09ddefd05
8157522: Performance improvements to CompletableFuture
...
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs
2016-07-15 13:59:58 -07:00
Doug Lea
7fa43fa58f
8157523: Various improvements to ForkJoin/SubmissionPublisher code
...
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs
2016-07-15 13:55:51 -07:00
Doug Lea
aa81d50820
8159924: Various improvements to StampedLock code
...
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs
2016-07-15 13:51:43 -07:00
Brian Burkhalter
9d9145a699
8161455: Missing word in API documentation
...
Change "file has created" to "file has been created" in two places.
Reviewed-by: rriggs, alanb
2016-07-15 13:23:02 -07:00
Brian Burkhalter
d46ee264df
8161413: Math.fma javadoc doesn't have @since 9
...
Add @since tag for float and double versions of fma().
Reviewed-by: rriggs
2016-07-15 12:30:10 -07:00
Daniel D. Daugherty
5bfaf361d1
Merge
2016-07-15 18:09:33 +00:00
Alan Burlison
963af328b0
8160997: Solaris: deprecated <pwd.h> and <gid.h> interfaces should be replaced
...
Use final POSIX 1003.1c versions of getgrgid_r(), getgrnam_r(), getpwnam_r(), and getpwuid_r().
Reviewed-by: alanb, dcubed, simonis, dholmes
2016-07-15 09:37:38 -07:00
Alan Bateman
90e6b1dedd
8161036: Fix copyright header
...
Reviewed-by: mchung
2016-07-15 17:31:30 +01:00
Alejandro Murillo
088da8eae6
Merge
2016-07-15 09:10:36 -07:00
Alejandro Murillo
2bff7015a6
Merge
2016-07-15 09:05:36 -07:00
Paul Sandoz
2446e48a5f
8151163: All Buffer implementations should leverage Unsafe unaligned accessors
...
Reviewed-by: shade, aph
2016-07-15 12:36:15 +02:00
Vyom Tewari
4b1893fad9
8144692: HttpServer API: use of non-existant method in example in package Javadoc
...
Reviewed-by: chegar, prappo
2016-07-15 13:59:03 +05:30
Vyom Tewari
05b3d5c63f
8151788: NullPointerException from ntlm.Client.type3
...
Reviewed-by: chegar, prappo, weijun
2016-07-15 14:06:50 +05:30
Valerie Peng
99cea12e90
8136459: MessageDigest.isEqual is not a "simple byte compare"
...
Update the corresponding javadoc with @implNote and clarification.
Reviewed-by: mullan, darcy
2016-07-15 01:24:22 +00:00
Volker Simonis
d09561f8c6
8160564: TEST: Add a test to check the implementation of VersionProps.versionNumbers()
...
Reviewed-by: mchung, redestad
2016-07-14 16:49:30 +02:00
Weijun Wang
e883900ac7
8161354: policytool fails if it needs to show an error dialog before the main window appears
...
Reviewed-by: mullan
2016-07-14 19:31:43 +08:00
Steve Drach
0062a02e07
8150680: JarFile.Release enum needs reconsideration with respect to it's values
...
Reviewed-by: alanb, psandoz
2016-07-13 11:43:45 -07:00
Rachna Goel
4e8a2de21a
8154797: Localization data for "GMT"
...
Reviewed-by: naoto, okutsu
2016-07-14 10:30:23 +09:00
Xueming Shen
47c84f9fe6
7031075: GZIPInputStream's available() reports 1, but read() gives -1
...
Reviewed-by: bpb
2016-07-13 16:37:24 -07:00