Alexander Stepanov
7d145a9a12
8133040: docs: replace <tt> tags (obsolete in html5) for java.management
...
Reviewed-by: dfuchs
2015-08-06 13:59:10 +03:00
Alexander Stepanov
321faa7346
8132468: docs: replace <tt> tags (obsolete in html5) for java.io, java.lang, java.math
...
Reviewed-by: lancea, dfuchs, smarks
2015-08-06 13:20:13 +03:00
Jamil Nimeh
e7f31340a0
8046321: OCSP Stapling for TLS
...
Initial feature commit for OCSP stapling in JSSE
Reviewed-by: xuelei, mullan
2015-08-05 12:19:38 -07:00
Joe Darcy
16655aecb0
8133060: Problem list BasicLauncherTest until fix for JDK-8132648 propagates
...
Reviewed-by: dsamersoff
2015-08-05 11:06:49 -07:00
Naoto Sato
3513b81516
8132494: Wrong CLDR resource bundle names for legacy ISO language codes
...
Reviewed-by: okutsu
2015-08-05 07:41:28 -07:00
Alexander Stepanov
ff767bf9f9
8132877: docs: replace <tt> tags (obsolete in html5) for javax.naming
...
Reviewed-by: lancea, dfuchs
2015-08-05 13:40:18 +03:00
Alejandro Murillo
ddb63861a3
Merge
2015-08-04 22:02:12 -07:00
Stuart Marks
e6d9c734ec
8132800: clarify stream package documentation regarding sequential vs parallel modes
...
Reviewed-by: psandoz
2015-08-04 14:45:38 -07:00
Joe Darcy
9c9b37de81
8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
...
Reviewed-by: psandoz
2015-08-04 11:26:51 -07:00
Alejandro Murillo
5a76b5c4e6
Merge
2015-08-04 10:59:31 -07:00
Naoto Sato
9166dacb21
8129881: JDK-8008577 breaks Nashorn test
...
8130845: Change to CLDR Locale data in JDK 9 b71 causes SimpleDateFormat parsing errors
8132125: German (Switzerland) formatting broken if CLDR Locale Data is used
Reviewed-by: tbell, okutsu
2015-08-03 21:47:50 -07:00
Brian Burkhalter
594c515e82
8132652: Java_sun_nio_ch_Net_poll passes a long to an int
...
Clamp long timeout parameter to [-1,INT_MAX].
Reviewed-by: alanb
2015-08-03 10:25:38 -07:00
Weijun Wang
31e49478d4
8132111: Do not request for addresses for forwarded TGT
...
Reviewed-by: mullan
2015-08-03 09:25:02 +08:00
Ivan Gerasimov
f2aa30e173
8131034: Cleanup in j.u.regex.Pattern.quote()
...
Reviewed-by: psandoz, sherman, martin
2015-08-02 01:39:18 +03:00
Joe Darcy
3efa371123
8132500: Add imageio test to tier 3
...
Reviewed-by: prr
2015-07-31 16:03:48 -07:00
Lance Andersen
1b7884d8c1
8132801: Fix typo in javax.sql.RowSet.setBlob
...
Reviewed-by: darcy
2015-07-31 13:47:31 -04:00
Alejandro Murillo
972e5ce0a3
Merge
2015-07-31 10:15:03 -07:00
Brian Burkhalter
8c92994887
8132795: Bug ID accidentally omitted from top level regression test in fix for JDK-8065556
...
Add 8065556 to list of IDs in the @bug tag list.
Reviewed-by: alanb
2015-07-31 07:48:34 -07:00
Brian Burkhalter
8a369f2f2c
8073078: java/nio/file/FileStore/Basic.java sensitive to NFS configuration
...
Ignore NoSuchFileExceptions as the store might have been deleted subsequent to creation of the FileStore iterator which is not dynamic.
Reviewed-by: alanb
2015-07-31 07:15:59 -07:00
Brian Burkhalter
56a927013b
8130274: java/nio/file/FileStore/Basic.java fails when two successive stores in an iteration are determined to be equal
...
Make UnixFileStore.equals() also compare the return values of name(), the names of the mounted filesystems.
Reviewed-by: alanb
2015-07-31 07:12:36 -07:00
Brian Burkhalter
6dbdc160b4
8132505: Signature of Java_sun_nio_ch_Net_socket0 should return jint not int
...
Change return type of Java_sun_nio_ch_Net_socket0 from int to jint
Reviewed-by: alanb
2015-07-31 07:04:48 -07:00
Vinnie Ryan
c1cd222df9
8130850: Support loading a keystore with a custom KeyStore.LoadStoreParameter class
...
Reviewed-by: mullan
2015-07-31 14:29:25 +01:00
Volker Simonis
bc9c07ed47
8132704: [TESTBUG] jdk/internal/jimage/ExecutableTest.java incorrectly asserts all files to be executable
...
Reviewed-by: rriggs, alanb
2015-07-31 15:19:15 +02:00
Alexander Stepanov
48e1903790
8132130: some docs cleanup
...
Some docs cleanup
Reviewed-by: mullan
2015-07-31 15:07:18 +03:00
Paul Sandoz
8856bacb17
8130828: Fix some typos and omissions in the the j.u.stream JavaDoc
...
Reviewed-by: smarks
2015-07-31 12:29:01 +02:00
Stuart Marks
791c9bdc4d
8132745: minor cleanup of java/util/Scanner/ScanTest.java
...
Reviewed-by: darcy, sherman
2015-07-30 22:21:56 -07:00
Lana Steuck
6ac713fc9b
Merge
2015-07-30 15:22:01 -07:00
Roger Riggs
a0824cf9ea
8132705: Refactor SharedSecrets in sun.misc.JavaNetAccess
...
Factor out access for InetAddress
Reviewed-by: chegar, michaelm, alanb
2015-07-30 14:16:58 -04:00
David Katleman
5bd68c7b8c
Added tag jdk9-b75 for changeset cab0727bdb53
2015-07-30 11:15:38 -07:00
Xueming Shen
46d78c85b4
8132459: ExceptionInInitializerError from 'java -version' on Linux under zh_CN.GB18030 locale
...
To add more charsets into base module for linux and solaris
Reviewed-by: alanb, simonis
2015-07-30 08:46:21 -07:00
Steve Drach
81705a9e0c
8062849: Optimize EnumMap.equals
...
In the equals method, if the two EnumMaps are a different size return false since they can't be equal.
Reviewed-by: martin, bchristi, rriggs, psandoz
2015-07-24 15:33:13 -07:00
Katja Kantserova
2df4f67054
8062938: sun/jvmstat/monitor/MonitoredVm/CR6672135.java: java.lang.IllegalArgumentException: Could not map vmid to user name
...
Reviewed-by: jbachorik
2015-07-24 15:28:59 +02:00
Jaroslav Bachorik
aa572f2749
Merge
2015-07-24 20:45:30 +02:00
Harold Seigel
4496a599b2
8081695: Old verifier fails to reject bad access to protected <init> method
...
Remove the class file version check that prevented the proper access check
Reviewed-by: coleenp, gtriantafill, lfoltan
2015-07-24 10:03:58 -04:00
Alejandro Murillo
6f041557c8
Merge
2015-07-24 00:54:07 -07:00
Lana Steuck
101f981a23
Merge
2015-07-23 15:27:58 -07:00
Harold Seigel
78d7217926
Merge
2015-07-23 21:33:57 +02:00
David Katleman
eea9e42b51
Added tag jdk9-b74 for changeset 63fb159920a7
2015-07-23 11:54:29 -07:00
Dmitry Samersoff
ad592d234f
Merge
2015-07-23 15:25:30 +00:00
Dmitry Samersoff
2155377556
8059038: Create new launcher for SA tools
...
Proivide jhsdb command to launch sa based tools
Reviewed-by: sspitsyn, jbachorik
2015-07-23 18:17:02 +03:00
Konstantin Shefov
fdc7b2e85f
8130006: java/lang/invoke/MethodHandles/CatchExceptionTest Fails
...
Reviewed-by: psandoz
2015-07-23 16:46:54 +03:00
Harold Seigel
781e67c86c
8129897: Old verifier fails to reject erroneous cast from boolean[] to byte[]
...
Add ITEM_Boolean enum to differentiate between arrays of booleans and arrays of bytes
Reviewed-by: dholmes, lfoltan
2015-07-23 08:44:37 -04:00
Xueming Shen
3d82fdcaad
8130914: java/util/zip/TestExtraTime.java fails with "java.lang.RuntimeException: setTime should make getLastModifiedTime return the specified instant: 3078282244456 got: 3078282244455"
...
Fixed the 32-bit overflow.
Reviewed-by: rriggs
2015-07-22 21:11:38 -07:00
Steve Drach
31ffde0567
8066013: (prefs) Unused variable in src/java.prefs/share/classes/java/util/prefs/MacOSXPreferences.java
...
Two unused variables in MacOSXPreferences.java were removed
Reviewed-by: cbensen, psandoz, chegar
2015-07-22 14:44:30 -07:00
Yong Jeffrey Huang
7e1ed8f785
8129361: ISO 4217 amendment 160
...
Reviewed-by: naoto
2015-07-29 23:36:51 -07:00
Alejandro Murillo
2135b0eb76
Merge
2015-07-29 20:21:14 -07:00
Stuart Marks
572e30db49
8132206: move ScanTest.java into OpenJDK
...
Reviewed-by: psandoz, sherman
2015-07-29 15:21:12 -07:00
Naoto Sato
0dfdc19faa
8027607: (rb) Provide UTF-8 based properties resource bundles
...
Reviewed-by: okutsu, sherman
2015-07-29 13:36:53 -07:00
Alejandro Murillo
7662ef83e5
Merge
2015-07-29 11:05:02 -07:00
Volker Simonis
520ba7be6c
8132475: The commands in the modular images are executable by the owner only (once again)
...
Reviewed-by: rriggs, alanb
2015-07-29 11:47:19 +02:00