Joe Darcy
538f99f6ca
8074977: Constructor.getAnnotatedParameterTypes returns wrong value
...
Additional comments from plevart and forax
Reviewed-by: mchung, alanb
2017-05-23 14:34:45 -07:00
Michael McMahon
92ce207628
8180498: Remove httpclient internal APIs which supply ByteBuffers to read calls
...
Reviewed-by: chegar, dfuchs
2017-05-22 17:31:07 +01:00
Brent Christian
3e4d9a5132
8180633: Remove intermittent key from java/lang/ClassLoader/Assert.java
...
Reviewed-by: darcy, mchung
2017-05-19 09:41:28 -07:00
Brian Burkhalter
3080f4509d
8180431: Remove intermittent keyword from some no longer failing NIO tests
...
Remove "intermittent" keyword from @key tag,
Reviewed-by: alanb
2017-05-16 14:11:48 -07:00
Brent Christian
310f127406
8177328: java/lang/ClassLoader/securityManager/ClassLoaderTest.java times out with -Xcomp
...
Remove unneeded automatic module tests; refactor into multiple @runs
Reviewed-by: mchung
2017-05-12 10:11:42 -07:00
Michael McMahon
412db99011
8180303: Remove technote doc link from ProxySelector/B8035158.java test
...
Reviewed-by: chegar
2017-05-12 17:38:30 +01:00
Brian Burkhalter
a5deccf860
8180085: (ch) java/nio/channels/SocketChannel/VectorIO.java: add debug instrumentation
...
Add some print statements potentially useful in solving JDK-8177801.
Reviewed-by: alanb
2017-05-11 07:43:36 -07:00
Mark Sheppard
a83a070a03
7155591: test/java/net/MulticastSocket/SetOutgoingIf.java fails on macOS
...
Reviewed-by: chegar, bpb
2017-05-11 15:05:32 +01:00
Pavel Rappo
c74eb4302e
8179021: Latest bugfixes to WebSocket/HPACK from the sandbox repo
...
Reviewed-by: dfuchs
2017-05-10 12:36:14 +01:00
Mandy Chung
2acf66bce5
8179950: Custom system class loader using Enum.valueOf in its initialization triggers java.lang.InternalError
...
Reviewed-by: alanb, dfuchs, lancea
2017-05-09 10:34:13 -07:00
Magnus Ihse Bursie
97df63049c
8179889: Fix typographic errors in copyright headers
...
Reviewed-by: erikj, dholmes
2017-05-09 12:57:30 +02:00
Mandy Chung
429e4ac085
8020801: Apply the restriction of invoking MethodHandles.lookup to j.l.r.Method.invoke
...
Reviewed-by: plevart, psandoz
2017-05-08 21:21:39 -07:00
Phil Race
4098d419e8
Merge
2017-05-05 08:34:22 -07:00
Mandy Chung
53460df056
8179645: java.util.jar.Packer.newPacker and newUnpacker fails when running with security manager
...
Reviewed-by: alanb, ksrini
2017-05-04 15:39:09 -07:00
Amy Lu
295faa8f79
8023897: Replace/update/rename executeAndCatch in various tests to assertThrows
...
Reviewed-by: dfuchs, prappo, psandoz, rriggs
2017-05-04 20:24:12 +08:00
Alan Bateman
853c626781
Merge
2017-05-04 09:43:09 +01:00
Alan Bateman
4c0e26e374
8178380: Module system implementation refresh (5/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Reviewed-by: mchung, alanb, sspitsyn
2017-05-04 07:26:55 +00:00
Lance Andersen
24f4f83ebc
8078267: Add test to verify that a module based JDBC driver via the service-provider loading mechanism
...
Reviewed-by: joehw
2017-05-03 12:58:17 -04:00
Phil Race
18bd522b75
Merge
2017-05-02 11:24:21 -07:00
Semyon Sadetsky
9fe1a3b3e0
8160530: [TEST-BUG] Consistent failure of java/awt/dnd/MissingEventsOnModalDialog/MissingEventsOnModalDialogTest.java
...
Reviewed-by: yan, prr, serb
2017-05-01 10:24:07 -07:00
Doug Simon
1e4314a638
8179434: test/java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java fails due to JDK-8177845
...
Reviewed-by: mchung
2017-04-28 12:22:53 -07:00
Ron Pressler
b8116f74c0
8177146: MethodHandles.Lookup::bind allows illegal protected access
...
Reviewed-by: psandoz, vlivanov, redestad
2017-05-01 10:43:40 -07:00
Brian Burkhalter
db8bc54f61
8179452: Remove intermittent key from some tests which appear no longer to fail
...
Remove "intermittent" key
Reviewed-by: alanb, lancea, darcy
2017-04-28 16:14:57 -07:00
Stuart Marks
cb05e8ea85
8150488: Scanner.findAll() can return infinite stream if regex matches zero chars
...
Reviewed-by: sherman
2017-04-28 12:16:30 -07:00
Michael McMahon
b0ddb372f0
8175814: Update default HttpClient protocol version and optional request version
...
Reviewed-by: chegar, dfuchs
2017-04-28 14:16:33 +01:00
Brian Burkhalter
0f54324cd4
8179247: java/util/zip/TestExtraTime.java: add some instrumentation which might illuminate the failure of 2016-09-14
...
Add some instrumentation to help diagnosing 8166060
Reviewed-by: amlu, dfuchs, rriggs
2017-04-26 14:03:02 -07:00
Mandy Chung
b52f472fcf
8179025: Exclude deployment modules from FieldSetAccessibleTest.java and VerifyJimage.java
...
Reviewed-by: alanb
2017-04-25 09:09:19 -07:00
Chris Hegarty
c122be4029
8158270: MulticastSendReceiveTests.java failed with "Expected message not received"
...
Reviewed-by: alanb
2017-04-25 14:46:43 +01:00
Amy Lu
ffed03c6d9
8174171: Move spliterator testing of BitSet into big memory tests BitSetStreamTest
...
Reviewed-by: mli, psandoz
2017-04-24 13:43:34 +08:00
Pavel Rappo
83ca4d9575
8177738: Runtime.Version must be a value-based class
...
8148822: (spec) Regex in Runtime.Version and JEP 223 should match
8160954: (spec) Runtime.Version regex and $PRE/$OPT issues
8148877: (spec) Specify when an empty '+' is required in a version string
Co-authored-by: Iris Clark <iris.clark@oracle.com>
Reviewed-by: psandoz, rriggs
2017-04-21 19:13:47 +01:00
Naoto Sato
e4e2e277fc
8178823: Unable to initialize HijrahCalendar: Hijrah-umalqura when running with a security manager
...
Reviewed-by: lancea, rriggs
2017-04-20 14:09:35 -07:00
Phil Race
7aa3cba238
Merge
2017-04-20 10:00:32 -07:00
Semyon Sadetsky
74a79f79a1
8081454: [TESTBUG]Some java/awt/Mixing tests fail in OEL 7 only
...
Reviewed-by: yan
2017-04-20 08:38:15 -07:00
Phil Race
99fc31d5c9
Merge
2017-04-20 08:27:30 -07:00
Phil Race
8fbe9c5865
8178708: Regtest failure: java/awt/Color/LoadProfileWithSM.java
...
Reviewed-by: serb, alanb, mchung
2017-04-17 09:08:38 -07:00
Hamlin Li
e01f0e3580
8145163: Test Task for Platform Logging API and Service -- for moduralization
...
Reviewed-by: dfuchs
2017-04-14 04:07:26 -07:00
Chris Hegarty
fdb24eea0b
8177536: Avoid Apple Peer-to-Peer interfaces in networking tests
...
Reviewed-by: michaelm, rriggs
2017-04-14 10:47:08 +01:00
Tim Du
2fab0a6db0
8178083: Remove intermittent key from java/security/SignedObject/Chain.java
...
Reviewed-by: xuelei
2017-04-14 00:05:54 -07:00
Phil Race
e1256b4559
Merge
2017-04-13 10:01:46 -07:00
Roger Riggs
19215787f8
8178347: Process and ProcessHandle getPid method name inconsistency
...
Reviewed-by: alanb, bpb
2017-04-11 14:18:22 -04:00
Daniel Fuchs
4288d68f08
8178147: Race conditions in timeout handling code in http/2 incubator client
...
Timeout handling code (in particular cancel(IOException)) is modified to take into account cancellation arising before exchange implementation is established or response completable future is created. TimeoutEvent::compareTo method is modified to be consistent with TimeoutEvent::equals.
Reviewed-by: prappo, chegar, michaelm
2017-04-11 16:32:38 +01:00
Weijun Wang
54b221f867
8177969: Faster FilePermission::implies by avoiding the use of Path::relativize
...
Reviewed-by: rriggs, mullan
2017-04-11 10:12:27 +08:00
Phil Race
e7b27e28bd
Merge
2017-04-10 09:05:24 -07:00
Phil Race
dbf777504b
Merge
2017-04-10 08:31:37 -07:00
Semyon Sadetsky
cd75832796
8164469: [TEST_BUG] Unity, java/awt/MouseInfo/JContainerMousePositionTest.java
...
Reviewed-by: yan, serb
2017-04-10 08:30:12 -07:00
Rahul Singh
0653224fe3
8177386: [TESTBUG] The "Undo" menu item in the context menu is disable
...
Reviewed-by: serb, aghaisas
2017-04-10 16:20:40 +05:30
Brian Burkhalter
06164475de
8178074: (ch) java/nio/channels/etc/AdaptorCloseAndInterrupt.java: add instrumentation
...
Add some print statements to indicate state at strategic points
Reviewed-by: chegar
2017-04-07 11:31:57 -07:00
Alan Bateman
edcaebfcce
Merge
2017-04-07 10:53:42 +01:00
Alan Bateman
02cfdc2061
8177530: Module system implementation refresh (4/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Reviewed-by: mchung, alanb
2017-04-07 08:05:54 +00:00
Mandy Chung
c7743f7698
8177980: ResourceBundle.getBundle throws NoClassDefFoundError when fails to define a class
...
Reviewed-by: naoto, lancea
2017-04-05 10:55:31 -07:00