Sergey Bylokhov
a23de88885
8132973: @BeanProperty: what is the correct output in case of repeating annotations?
...
Reviewed-by: alexsch, avstepan
2016-05-26 16:12:12 +03:00
David Dehaven
a5e0e96acb
Merge
2016-05-25 13:38:38 -07:00
Alan Bateman
bfb7fba79b
8156142: ModuleReader instances don't always throw NPE for passed null args
...
Reviewed-by: chegar, mchung
2016-05-25 20:12:32 +01:00
Alan Bateman
53e204dc49
8150668: Layer.defineModulesXXX with a Configuration containing java.base throws undocumented exception
...
Reviewed-by: chegar, mchung
2016-05-25 19:58:03 +01:00
Bhanu Prakash Gopularam
a94e9c4d1b
8156718: Need tests for IsoFields getFrom for unsupported non-Iso Temporal fields
...
Reviewed-by: rriggs, scolebourne
2016-05-25 09:14:55 +00:00
Hamlin Li
f86a99352f
8151904: test/java/lang/StackWalker/VerifyStackTrace.java needs to handle update releases
...
Reviewed-by: dfuchs, mchung
2016-05-24 18:41:31 -07:00
Vyom Tewari
af7a591d39
8016521: InetAddress should not always re-order addresses returned from name service
...
Reviewed-by: chegar
2016-05-24 20:15:18 +01:00
Doug Lea
27a77176a6
8153768: Miscellaneous changes imported from jsr166 CVS 2016-05
...
Reviewed-by: martin, psandoz, chegar, shade
2016-05-24 10:14:41 -07:00
Vyom Tewari
6bd865a6b4
8143923: java.net socket supportedOptions set depends on call order
...
Reviewed-by: chegar
2016-05-24 12:31:30 +01:00
Alan Bateman
fe609fd3cb
8157598: ModuleReader find returns incorrect URI when modular JAR is a multi-release JAR
...
Reviewed-by: chegar, mchung
2016-05-24 11:31:25 +01:00
Prem Balakrishnan
282908c590
8057574: inconsistent behavior for setBackground (Windows/Linux)
...
Reviewed-by: serb, arapte
2016-05-24 14:19:53 +05:30
Chris Hegarty
4d950890f2
8155086: Replace usage of -Djdk.launcher.limitmods in tests with -limitmods
...
Reviewed-by: alanb
2016-05-24 09:18:40 +01:00
Amy Lu
a74cd0321d
8157499: Mark several tests from jdk_net as intermittently failing
...
Reviewed-by: chegar
2016-05-24 11:28:29 +08:00
Sergey Bylokhov
a73a3830ee
8155103: [TEST_BUG] @BeanProperty: unwanted "declaringClass" descriptor when annotating an enum
...
Reviewed-by: ssadetsky, alexsch, avstepan
2016-05-23 17:43:45 +03:00
Michael McMahon
998f8f5911
8153142: Cannot resolve multiple values from one response header
...
Reviewed-by: rriggs
2016-05-23 12:57:40 +01:00
Michael McMahon
ab880cb4af
8157105: HTTP/2 client hangs in blocking mode if an invalid frame has been received
...
Reviewed-by: rriggs
2016-05-23 12:38:48 +01:00
Alan Bateman
ce04e9d9a2
8152650: ModuleFinder.compose should accept varargs
...
Reviewed-by: mchung
2016-05-21 08:01:03 +01:00
Sergey Bylokhov
a279dc035c
8156579: Two JavaBeans tests failed
...
Reviewed-by: alanb
2016-05-21 02:53:37 +03:00
Prasanta Sadhukhan
5fdb08818d
6509729: javax.print.ServiceUI.printDialog Border/Margin Evaluation is bugged
...
Reviewed-by: prr, jdv
2016-05-19 16:32:38 +05:30
Phil Race
d4b2e45898
Merge
2016-05-18 12:04:26 -07:00
Phil Race
3546becf91
Merge
2016-05-18 09:57:35 -07:00
Paul Sandoz
0bad445941
8157152: Atomic add for VarHandle byte[]/ByteBuffer views is incorrect for endian conversion
...
Reviewed-by: fyuan, shade, vlivanov
2016-05-18 18:46:14 +02:00
Artem Smotrakov
5cf7ba5687
8157107: HTTP/2 client may fail with NPE if additional logging enabled
...
Reviewed-by: michaelm
2016-05-18 16:39:08 +01:00
Alexandre Iline
b67da697df
8156972: java/lang/reflect/Layer/LayerAndLoadersTest.java test requires jdk.compiler
...
Reviewed-by: alanb
2016-05-18 11:56:24 +01:00
Michael Haupt
c4976196f5
8156915: introduce MethodHandle factory for array length
...
Reviewed-by: sundar
2016-05-18 10:42:29 +02:00
Prasanta Sadhukhan
c0fd256a5e
6529030: Java Printing: Print range > Selection gets enabled
...
Reviewed-by: prr, jgodinez
2016-05-18 11:33:04 +05:30
Aleksey Shipilev
33bb9220fc
8157171: Hook up Unsafe.weakCompareAndSetVolatile to VarHandles
...
Reviewed-by: psandoz, redestad
2016-05-17 22:28:00 +03:00
Dmitry Markov
e28bb07a3d
8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
...
Reviewed-by: ant, denis
2016-05-13 14:25:29 +03:00
Phil Race
413ba627fd
Merge
2016-05-12 11:03:07 -07:00
Michael McMahon
6ce3711133
8156801: java/net/httpclient/security/Driver.java failed with RuntimeException: Non zero return value
...
Reviewed-by: chegar
2016-05-12 16:06:17 +01:00
Roger Riggs
82ae26a9a8
8155978: Remove HTTP proxy implementation and tests from RMI
...
Reviewed-by: smarks
2016-05-11 14:01:29 -04:00
Daniel Fuchs
172839f24f
8156153: java/lang/System/LoggerFinder/jdk/DefaultLoggerBridgeTest/DefaultLoggerBridgeTest.java fails with java.lang.RuntimeException
...
Runs each scenario in its own VM to avoid unwanted interaction and start from a clean slate.
Reviewed-by: mchung
2016-05-11 19:23:58 +02:00
Alexandre Iline
114e7f30f7
8156695: Fix @modules in tests in java/lang/management
...
As part of JDK-8155993, tests are updated to declare dependencies on jdk.management.
Reviewed-by: mchung
2016-05-10 14:51:29 -07:00
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
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
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
Jaroslav Kamenik
553aa43136
8155795: Optimize Integer/Long.reverse by using reverseBytes
...
Reviewed-by: redestad, shade
2016-05-10 13:28:00 +02: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
Pavel Rappo
b962e07463
8087113: Websocket API and implementation
...
Reviewed-by: chegar
2016-05-09 23:33:09 +01: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
Amy Lu
6f57005359
8156512: Mark several tests from java/nio as intermittently failing
...
Reviewed-by: alanb
2016-05-09 18:06:57 +08: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
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
Serguei Spitsyn
55e2b30835
Merge
2016-05-06 20:36:12 +00: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
Ambarish Rapte
b1cc5f555f
8154328: [TEST_BUG] java/awt/TrayIcon/ActionEventTest/ActionEventTest.java
...
Reviewed-by: serb, rchamyal
2016-05-06 17:43:36 +03:00