14632 Commits

Author SHA1 Message Date
Bhanu Prakash Gopularam
f2dabbdb6a 8062804: IsoFields WEEK_BASED_YEAR and QUARTER_OF_YEAR too lenient
Addded the necessary chck in IsoFields WEEK_BASED_YEAR and QUARTER_OF_YEAR

Reviewed-by: rriggs, scolebourne
2016-05-11 10:28:23 +00:00
Vladimir Ivanov
53bbc353d4 Merge 2016-05-10 21:38:46 +00:00
Vladimir Ivanov
9f65bd0bf9 Merge 2016-05-11 00:38:26 +03:00
Vladimir Ivanov
f1ce1322c5 Merge 2016-05-11 00:30:33 +03:00
Alexandre Iline
e7e64ceea3 8151914: java/util/jar/JarFile/MultiReleaseJar* tests do not declare module dependences
Reviewed-by: chegar
2016-05-10 13:48:07 -07:00
Xue-Lei Andrew Fan
9c17407e9e 8156716: Incorrect condition in test SupportedDHKeys.java
Reviewed-by: weijun
2016-05-11 05:02:20 +00:00
Weijun Wang
7df23eb45e 8154523: SHA1PRNG output should change after setSeed
Reviewed-by: xuelei
2016-05-11 12:32:00 +08:00
Xueming Shen
b45ea8903e 6328855: String: Matches hangs at short and easy Strings containing \r \n
6192895: java.util.regex.Matcher: Performance issue
6345469: java.util.regex.Matcher utilizes 100% of the CPU
6988218: RegEx matcher loops
6693451: RegEx matcher goes into infinite delay
7006761: Matcher.matches() has infinite loop
8140212: Slow performance of Matcher.find
8151481: j.u.regex.Pattern cleanup
6609854: Regex does not match correctly for negative nested character classes
4916384: CANON_EQ supports only combining character sequences with non-spacing marks
4867170: Pattern doesn't work with composite character in CANON_EQ mode
6995635: CANON_EQ pattern flag is buggy
6728861: ExceptionInInitializerError is caught when the pattern has precomposed character
6736245: A character in Composition Exclusion Table does not match itself
7080302: the normalization in java regex pattern may have flaw

Reviewed-by: rriggs, okutsu, alanb
2016-05-10 21:19:25 -07:00
Weijun Wang
772322c6fa 8156709: Cannot call setSeed on NativePRNG on Mac if EGD is /dev/urandom
Reviewed-by: wetmore
2016-05-11 08:39:36 +08:00
Ivan Gerasimov
fcf085c678 8156661: Handful of typos in javadoc
Reviewed-by: prappo, rriggs
2016-05-10 17:16:55 +03:00
Claes Redestad
967a686e70 8156561: Remove makeClasslist.js
Reviewed-by: erikj, chegar
2016-05-10 14:52:31 +02:00
Claes Redestad
91cb8b5fc8 8156560: Remove AddJsum
Reviewed-by: alanb, erikj
2016-05-10 13:33:31 +02:00
Jaroslav Kamenik
553aa43136 8155795: Optimize Integer/Long.reverse by using reverseBytes
Reviewed-by: redestad, shade
2016-05-10 13:28:00 +02:00
Prem Balakrishnan
12675924fc 6421058: When calls JSpinner.setEditor() the font in a JSpinner become is a bold
Reviewed-by: serb, alexsch
2016-05-10 16:08:21 +05:30
Yuri Nesterenko
d338c44a68 8156128: Tests for [AWT/Swing] Conditional support for GTK 3 on Linux
Reviewed-by: prr
2016-05-10 12:15:07 +03:00
Hamlin Li
26ba99921f 8156002: java/nio/channels/SocketChannel/AdaptSocket.java Fails in Mesos on OSX
Reviewed-by: dfuchs
2016-05-10 15:12:04 +08:00
Robbin Ehn
d0b67fecb3 8154985: Add the ability to use main class as lookup (as jcmd) to jinfo, jmap, jstack
Reviewed-by: sla, dsamersoff
2016-05-10 06:52:40 +02:00
Xue-Lei Andrew Fan
155e6796dd 8154344: sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java fails on solaris
Reviewed-by: weijun
2016-05-10 00:44:28 +00:00
Pavel Rappo
b962e07463 8087113: Websocket API and implementation
Reviewed-by: chegar
2016-05-09 23:33:09 +01:00
Dmitry Samersoff
ae4d032d41 8155091: Remove SA related functions from tmtools
Remove options that enables support for non-cooperative mode

Reviewed-by: alanb, mchung, sla
2016-05-09 23:41:59 +03:00
Phil Race
35d36c1c10 8155682: Get rid of legacy Windows Flags for DX
Reviewed-by: serb, jgodinez
2016-05-09 09:53:55 -07:00
Mandy Chung
36b0cdb85a 8153912: Reconsider StackFrame::getFileName and StackFrame::getLineNumber
Add StackFrame::getByteCodeIndex method. Revised getFileName and getLineNumber method.

Reviewed-by: dfuchs, bchristi
2016-05-09 09:35:57 -07:00
Phil Race
7dd38808b9 Merge 2016-05-09 08:50:20 -07:00
Vladimir Ivanov
8b0b5c0fc4 Merge 2016-05-09 13:12:48 +03:00
Amy Lu
cff84c09fa 8156529: Problem list java/nio/file/WatchService/DeleteInterference.java
Reviewed-by: alanb
2016-05-09 18:11:02 +08:00
Amy Lu
6f57005359 8156512: Mark several tests from java/nio as intermittently failing
Reviewed-by: alanb
2016-05-09 18:06:57 +08:00
Sergey Bylokhov
6b75dd6668 8155071: AppletViewer should print the deprecation warning that the Applet API is deprecated
Reviewed-by: prr, smarks
2016-05-09 12:55:03 +03:00
Vladimir Ivanov
8761e88b55 Merge 2016-05-09 12:39:41 +03:00
Michael McMahon
1eae872553 8155888: java/net/httpclient/QuickResponses.java intermittently failed with java.util.ConcurrentModificationException
Reviewed-by: chegar
2016-05-09 10:28:24 +01:00
Nishit Jain
880dc078b3 8154295: Currency iso code is int and hence looses the preceeding zero
Reviewed-by: naoto, okutsu, peytoia
2016-05-09 17:46:28 +09:00
Xue-Lei Andrew Fan
5df499dd0b 8156502: Use short name of SupportedEllipticCurvesExtension.java
Reviewed-by: vinnie
2016-05-08 23:02:23 +00:00
Jan Lahoda
50a7fba4de 8147984: WindowsTerminal should support function keys
Reviewed-by: smarks
2016-05-08 22:15:25 +02:00
Serguei Spitsyn
bc867f9705 Merge 2016-05-08 08:25:10 +00:00
Nadeesh TV
4900a83203 8079628: java.time: DateTimeFormatter containing "DD" fails on 3-digit day-of-year value`
Change the definition of 'DD' to match with CLDR

Reviewed-by: rriggs, scolebourne
2016-05-08 07:46:19 +00:00
Volker Simonis
9ef9b485e3 8156020: 8145547 breaks AIX and and uses RTLD_NOLOAD incorrectly
Reviewed-by: prr, serb
2016-05-07 08:44:48 +02:00
Yasumasa Suenaga
529e462363 8156033: jhsdb jmap cannot set heapdump name
Reviewed-by: dsamersoff
2016-05-07 10:32:56 +09:00
Serguei Spitsyn
6e143907d4 Merge 2016-05-07 00:54:38 +00:00
Claes Redestad
f7d10247be Merge 2016-05-07 02:53:07 +02:00
Thomas Stuefe
92274ea496 8155211: Ucrypto Library leaks native memory
Free the memory allocated by calloc(0, x) calls

Reviewed-by: valeriep, igerasim
2016-05-07 00:26:02 +00:00
Claes Redestad
bd9a9d93fc 8150044: Generate classlists at build-time
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: alanb, mchung, iklam
2016-05-07 01:49:18 +02:00
Serguei Spitsyn
9b65ce9388 Merge 2016-05-06 23:14:50 +00:00
Mikael Vidstedt
2b1fdef17a 8150921: Update Unsafe getters/setters to use double-register variants
Reviewed-by: dholmes, shade, psandoz, jrose
2016-05-06 15:59:27 -07:00
Xueming Shen
d3f1fdbc0b 8150496: (zipfs) Fix performance issues in zip-fs
8150366: (zipfs) lastAccessTime and createTime returned as null instead of default value

Reviewed-by: alanb, redestad, shade
2016-05-06 14:03:08 -07:00
Serguei Spitsyn
55e2b30835 Merge 2016-05-06 20:36:12 +00:00
Brian Burkhalter
144b4fb478 8156459: SimpleCMYKColorSpace serialVersionUID is inappropriate
Generate an appropriate value using the 'serialver' command.

Reviewed-by: prr
2016-05-06 12:57:37 -07:00
Serguei Spitsyn
427a2549f6 8156147: NPE in InstrumentationImpl.transform when loading classes from -Xbootclasspath/a
Use the jdk.internal.loader.Bootloader if the loader argument is null

Reviewed-by: alanb
2016-05-06 12:45:04 -07:00
Stuart Marks
b4192cdebc 8139233: add initial compact immutable collection implementations
Reviewed-by: plevart, forax, dfuchs, chegar, alanb, scolebourne
2016-05-06 11:33:32 -07:00
Vladimir Ivanov
c8104ec617 Merge 2016-05-06 19:35:34 +03:00
Vladimir Ivanov
905fb139d7 Merge 2016-05-06 18:21:41 +03:00
Aleksey Shipilev
85f537701c 8155965: Unsafe.weakCompareAndSetVolatile entry points and intrinsics
Reviewed-by: psandoz, vlivanov
2016-05-06 17:59:49 +03:00