Commit Graph

15156 Commits

Author SHA1 Message Date
Sharath Ballal
994bbbb9c9 8160817: Add jsadebugd functionality to jhsdb
Add jsadebugd functionality to jhsdb

Reviewed-by: dsamersoff
2016-08-01 15:39:10 +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
Sharath Ballal
b7eda654ab 8158050: Remove SA-JDI
Remove SA-JDI

Reviewed-by: alanb, dsamersoff
2016-08-01 10:51:32 +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
Paul Sandoz
8dc58ab506 8162458: Buffer view implementations use incorrect offset for Unsafe access
Reviewed-by: alanb
2016-07-29 10:18:47 +02: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
Joe Darcy
c7fed55b1d 8162746: VersionCheck.java failure after change for JDK-8160921
Reviewed-by: tbell
2016-07-28 16:16:38 -07: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
Martin Buchholz
da7a66e347 8160605: java/util/SplittableRandom/SplittableRandomTest.java failed with timeout
Reviewed-by: psandoz, darcy
2016-07-27 10:34:10 -07:00
Bradford Wetmore
e2c37e40c6 8161303: Sample NIO Server README needs updating
Reviewed-by: xuelei
2016-07-28 10:35:31 -07:00
Alejandro Murillo
8a05f12710 Merge 2016-07-28 16:43:37 +00:00
Alejandro Murillo
50e8e355a0 Added tag jdk-9+129 for changeset 8190c004acbd 2016-07-28 16:08:16 +00: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
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
Karen Kinnear
9be5fdfe94 Merge 2016-07-27 13:33:55 +00:00
Karen Kinnear
201f2252c2 8162340: Better class stream parsing
Check package validity

Reviewed-by: lfoltan, coleenp, dholmes
2016-07-27 08:33:15 -04: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
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
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
Ramanand Patil
20477f85e7 8159684: (tz) Support tzdata2016f
Reviewed-by: okutsu
2016-07-26 13:48:29 +05:30
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
Sibabrata Sahoo
1e34f70a1d 8151654: Additional modular test for "auth.login.defaultCallbackHandler"
Reviewed-by: mchung, weijun
2016-07-26 09:53:35 +08:00
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
Xue-Lei Andrew Fan
d39fdb1811 8161106: Improve SSLSocket test template
Reviewed-by: weijun, jnimeh, asmotrak
2016-07-25 05:39:05 +00:00
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
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
Chris Hegarty
91e8d57d26 8078568: java/net/URLPermission/URLTest.java fails intermittently with BindException
Reviewed-by: dfuchs
2016-07-22 11:12:02 +01:00
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
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