Daniel Fuchs
96bb069a2d
8224865: Replace wildcard address with loopback or local host in tests - part 13
...
Fixes intermittent failures observed in some network tests
Reviewed-by: chegar
2019-06-10 11:17:57 +01:00
Alan Bateman
7e14aeb133
8221481: Reimplement the Legacy Socket API
...
Reviewed-by: michaelm, chegar
2019-05-30 07:19:19 +01:00
Daniel Fuchs
5461726dcc
8224761: Replace wildcard address with loopback or local host in tests - part 12
...
Fixes a batch of intermittent failures.
Reviewed-by: chegar, vtewari
2019-05-27 19:24:42 +01:00
Weijun Wang
764258a114
6682540: Incorrect SASL DIGEST-MD5 behavior
...
Reviewed-by: jnimeh
2019-05-25 08:30:53 +08:00
Daniel Fuchs
ee040e4be2
8224603: Replace wildcard address with loopback or local host in tests - part 11
...
Fixes a batch of tests that were observed failing intermittently.
Reviewed-by: chegar, vtewari
2019-05-24 15:34:14 +01:00
Daniel Fuchs
cd9e3c1b13
8223856: Replace wildcard address with loopback or local host in tests - part 8
...
Fixes some intermittent test failures by replacing wildcard with loopback - or retrying once.
Reviewed-by: aefimov, chegar
2019-05-20 12:37:40 +01:00
Alex Menkov
e18cecafb9
8184770: JDWP support for IPv6
...
Reviewed-by: sspitsyn, chegar
2019-05-15 11:06:33 -07:00
Daniel Fuchs
7d4520c109
8223145: Replace wildcard address with loopback or local host in tests - part 1
...
Replaces binding to wildacard with alternative less susceptible to intermittent failure in some intermittently failing tests.
Reviewed-by: chegar, msheppar
2019-05-02 11:55:16 +01:00
Daniil Titov
5c928d29fb
8222821: com/sun/jdi/ExceptionEvents.java failed
...
Reviewed-by: dlong, sspitsyn, jcbeyler, cjplummer
2019-04-30 16:11:42 -07:00
Rob McKenna
88303d1c60
8139965: Hang seen when using com.sun.jndi.ldap.search.replyQueueSize
...
Reviewed-by: dfuchs
2019-04-25 05:54:54 -07:00
Coleen Phillimore
6ebf2ce655
8192936: RI does not follow the JVMTI RedefineClasses spec that is too strict in the definition
...
Introduce new flag fo compatibility: -XX:AllowRedefinitionToAddOrDeleteMethods
Reviewed-by: jcbeyler, sspitsyn
2019-04-19 21:49:54 -07:00
Arthur Eubanks
0c2b7c4fc3
8220575: Replace hardcoded 127.0.0.1 in URLs with new URI builder
...
Reviewed-by: dfuchs, chegar
2019-03-27 09:06:43 -07:00
Alan Bateman
c306e3f059
8220738: (sc) Move ServerSocketChannelImpl remaining native method to Net
...
Reviewed-by: bpb
2019-03-16 12:31:31 +00:00
Gary Adams
5ea96c5f29
8218166: com/sun/jdi/SimulResumerTest.java failure
...
Reviewed-by: dlong, jcbeyler
2019-03-14 10:58:53 -04:00
Arthur Eubanks
ef9ce3be1e
8220083: Use InetAddress.getLoopbackAddress() in place of 127.0.0.1 for some tests
...
Tests that hardcode "127.0.0.1" fail in an environment where only IPv6 is available and IPv4 is not.
Reviewed-by: chegar, dfuchs, michaelm
2019-02-27 13:34:40 -08:00
Anthony Scarpino
5250aaafdb
8220165: Encryption using GCM results in RuntimeException- input length out of bound
...
Reviewed-by: valeriep
2019-03-07 19:35:02 -08:00
Chris Plummer
2e9427d223
8220030: JdbStopThreadidTest.java failed due to "Unexpected IO error while writing command 'quit' to jdb stdin stream"
...
Use contToExit(1) for safer approach to test exit.
Reviewed-by: gadams, amenkov
2019-03-05 13:40:05 -08:00
Xue-Lei Andrew Fan
25f0d60a58
8215430: Remove the internal package com.sun.net.ssl
...
Reviewed-by: chegar, mullan, wetmore
2019-03-01 08:35:14 -08:00
Goetz Lindenmaier
62dd12b386
8219714: [testbug] com/sun/jdi/RedefineNestmateAttr/TestNestmateAttr.java must pass classpath to subprocess
...
Reviewed-by: dholmes, dcubed
2019-02-28 13:53:38 +01:00
Alex Menkov
f16ddb2c3d
8181383: com/sun/jdi/OptionTest.java fails intermittently with bind failed: Address already in use
...
Reviewed-by: sspitsyn, cjplummer
2019-02-26 15:29:08 -08:00
Chris Plummer
b0eedd125f
8219143: jdb should support breakpoint thread filters
...
Add thread filter to stop command.
Reviewed-by: sspitsyn, amenkov
2019-02-25 18:54:40 -08:00
Goetz Lindenmaier
29021027db
8219095: [testbug] Add @key headful to com/sun/java/swing/plaf/windows/AltFocusIssueTest.java
...
Reviewed-by: prr, serb
2019-02-13 13:27:17 +01:00
Alex Menkov
f03805c4ef
8214582: BasicJDWPConnectionTest.java: RuntimeException: Could not detect port from ''
...
Reviewed-by: sspitsyn, dtitov
2019-02-13 11:08:51 -08:00
Alex Menkov
46d9b91d80
8218702: [TESTBUG] com/sun/jdi/RepStep.java does not report debuggee errors
...
Reviewed-by: sspitsyn, dtitov
2019-02-13 11:04:03 -08:00
Daniel Fuchs
6d98f3c4d7
8218554: HttpServer: allow custom handlers to request that the connection be closed after the exchange
...
Custom handler code can supply `Connection: close` to response headers in order to force connection close after the exchange terminates.
Reviewed-by: chegar
2019-02-11 18:41:24 +01:00
Daniil Titov
aa39ea1b55
8163127: Debugger classExclusionFilter does not work correctly with method references
...
Reviewed-by: cjplummer, jcbeyler
2019-01-29 16:48:20 -08:00
Gary Adams
b979952d62
8158066: SourceDebugExtensionTest fails to rename file
...
Reviewed-by: dcubed, dholmes
2019-01-18 05:33:28 -05:00
Goetz Lindenmaier
084f0b75bd
8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests
...
Also cleanup some switches over OSes and use File.pathSeparator.
Reviewed-by: dholmes, mdoerr
2019-01-14 00:00:00 +01:00
Ralf Schmelter
8c4f51f666
8214892: Delayed starting of debugging via jcmd
...
Reviewed-by: cjplummer, clanger
2018-12-12 11:34:08 +00:00
Hamlin Li
9ed40ce6c5
8214431: tests failed because can't find jdk.testlibrary.* in test directory or libraries
...
Reviewed-by: chegar, ctornqvi, dholmes
2018-11-29 07:40:45 +08:00
Richard Reingruber
e310d296e2
8213902: com/sun/jdi/SetLocalWhileThreadInNative.java times out
...
Reviewed-by: dholmes, jcbeyler
2018-11-16 15:51:29 +01:00
Rob McKenna
d3ccf8a0ca
8160768: Add capability to custom resolve host/domain names within the default JNDI LDAP provider
...
Reviewed-by: alanb, dfuchs, chegar, mchung, vtewari
2018-11-12 08:33:59 -08:00
Richard Reingruber
e8fd8147a3
8212928: Assertion too strict in compiledVFrame::update_deferred_value on SPARC
...
Reviewed-by: kvn
2018-11-08 09:04:00 -08:00
Gary Adams
426873751c
8206330: Revisit com/sun/jdi/RedefineCrossEvent.java
...
Reviewed-by: cjplummer, sspitsyn, amenkov
2018-10-23 11:51:03 -04:00
Alex Menkov
b4cb7d6fc7
8212151: jdi/ExclusiveBind.java times out due to "bind failed: Address already in use" on Solaris-X64
...
Reviewed-by: sspitsyn, jcbeyler
2018-10-25 11:48:18 -07:00
Jayathirth D V
66dc9c8301
Merge
2018-10-24 13:35:18 +05:30
Daniil Titov
c2bc749866
8211736: jdb doesn't print prompt when breakpoint is hit and suspend policy is STOP_EVENT_THREAD
...
Reviewed-by: cjplummer, amenkov, gadams, jcbeyler
2018-10-23 07:57:26 -07:00
Jayathirth D V
cfaf92f28b
Merge
2018-10-23 15:29:10 +05:30
Alex Menkov
fd8d1cd6bf
8212665: com/sun/jdi/DeferredStepTest.java: jj1 (line 57) - unexpected. lastLine=52, minLine=52, maxLine=55
...
Reviewed-by: jcbeyler, gadams, sspitsyn
2018-10-22 14:41:51 -07:00
Chris Yin
c4c6a0773b
8210339: Add 10 JNDI tests to com/sun/jndi/dns/FedTests/
...
Reviewed-by: vtewari, rriggs
2018-10-22 14:08:07 +08:00
Chris Yin
68a24bc4f1
8208542: Add 4 JNDI tests to com/sun/jndi/dns/ListTests/
...
Reviewed-by: vtewari, rriggs
2018-10-22 14:03:06 +08:00
Chris Yin
b2ce7f9ec6
8200151: Add 8 JNDI tests to com/sun/jndi/dns/ConfigTests/
...
Reviewed-by: vtewari, rriggs
2018-10-22 13:53:39 +08:00
Alex Menkov
7fcee43b13
8212629: [TEST] wrong breakpoint in test/jdk/com/sun/jdi/DeferredStepTest
...
Reviewed-by: cjplummer, jcbeyler
2018-10-19 09:31:52 -07:00
Jayathirth D V
3e85467bc6
Merge
2018-10-16 23:21:05 +05:30
Prasanta Sadhukhan
b64e7fc2bd
8211987: Menu bar gets input focus even if Alt-released event is consumed
...
Reviewed-by: serb
2018-10-19 12:50:25 +05:30
John Jiang
4fe2edae59
8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary
...
Move SimpleSSLContext.java and testkeys to test/lib/jdk/test/lib/net
Reviewed-by: chegar
2018-10-15 22:47:03 +08:00
Alex Menkov
24fb839864
8195703: BasicJDWPConnectionTest.java: 'App exited unexpectedly with 2'
...
Reviewed-by: sspitsyn, jcbeyler
2018-10-12 10:08:11 -07:00
Daniil Titov
f2d02897e1
8193879: Java debugger hangs on method invocation
...
Reviewed-by: sspitsyn, amenkov, gadams
2018-10-09 19:11:09 -07:00
Alex Menkov
8891582e9f
8211292: [TEST] convert com/sun/jdi/DeferredStepTest.sh test
...
Reviewed-by: sspitsyn, jcbeyler
2018-10-09 12:26:29 -07:00
Michael McMahon
e8f90125d2
8211420: com.sun.net.httpserver.HttpServer returns Content-length header for 204 response code
...
Reviewed-by: chegar
2018-10-05 11:28:23 +01:00
Mikael Vidstedt
8e53d1b5dc
8211350: Remove jprt support
...
Reviewed-by: dholmes, erikj, mchung, alanb, jjg
2018-10-02 22:36:08 -07:00
Alex Menkov
07815d0139
8209332: [TEST] test/jdk/com/sun/jdi/CatchPatternTest.sh is incorrect
...
Reviewed-by: jcbeyler, dtitov, cjplummer
2018-10-02 12:08:51 -07:00
Alex Menkov
d5062c82af
8203928: [Test] Convert non-JDB scaffolding serviceability shell script tests to java
...
Reviewed-by: jcbeyler, cjplummer
2018-10-02 12:06:29 -07:00
Daniil Titov
57d74285b0
8163083: SocketListeningConnector does not allow invocations with port 0
...
Reviewed-by: sspitsyn, amenkov, gadams, jcbeyler
2018-09-28 12:04:47 -07:00
Phil Race
f605407e30
Merge
2018-09-24 10:59:26 -07:00
Sergey Bylokhov
00e4c5b778
8210692: The "com.sun.awt.SecurityWarning" class can be dropped
...
Reviewed-by: prr, mullan, mchung
2018-09-22 20:31:45 -07:00
Chris Yin
46159b4d04
8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
...
Reviewed-by: vtewari, dfuchs, chegar
2018-09-17 13:49:55 +08:00
Igor Ignatyev
8b28ad6efe
8210732: remove jdk.testlibrary.Utils
...
Reviewed-by: alanb, jcbeyler
2018-09-14 14:02:57 -07:00
Igor Ignatyev
82ed2a5fc0
8210894: remove jdk/testlibrary/Asserts
...
Reviewed-by: serb
2018-09-21 14:50:06 -07:00
Alex Menkov
450675ba81
8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4
...
Reviewed-by: jcbeyler, sspitsyn, cjplummer
2018-09-21 11:28:14 -07:00
Alex Menkov
b0a7fa474f
8210725: com/sun/jdi/RedefineClearBreakpoint.java fails with waitForPrompt timed out after 60 seconds
...
8210748: [TESTBUG] lib.jdb.Jdb.waitForPrompt() should clarify which output is the pending reply after a timeout
Reviewed-by: jcbeyler, gadams, sspitsyn
2018-09-21 10:18:12 -07:00
Gary Adams
f2b9a3e5b9
8210252: com/sun/jdi/DebuggerThreadTest.java fails with NPE
...
Reviewed-by: cjplummer, sspitsyn
2018-09-13 07:54:38 -04:00
Igor Ignatyev
3521fc392e
8210779: 8182404 and 8210732 haven't updated copyright years
...
Reviewed-by: bchristi
2018-09-17 11:50:39 -07:00
Alex Menkov
0b3f46efe1
8210560: [TEST] convert com/sun/jdi redefineClass-related tests
...
Reviewed-by: jcbeyler, sspitsyn
2018-09-12 12:29:40 -07:00
Igor Ignatyev
21a0458422
8210112: remove jdk.testlibrary.ProcessTools
...
Reviewed-by: alanb, sspitsyn, jcbeyler
2018-09-07 14:01:52 -07:00
Alex Menkov
cbac17e494
8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3
...
Reviewed-by: jcbeyler, cjplummer, sspitsyn
2018-09-05 10:39:16 -07:00
Igor Ignatyev
315e71f87e
8210039: move OSInfo to top level testlibrary
...
Reviewed-by: serb, chegar, alanb, dfuchs
2018-09-04 14:35:59 -07:00
Alex Menkov
3a37a5d219
8067354: com/sun/jdi/GetLocalVariables4Test.sh failed
...
Reviewed-by: jcbeyler, sspitsyn
2018-08-31 09:53:37 -07:00
Alex Menkov
091aff1178
8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2
...
Reviewed-by: jcbeyler, sspitsyn, cjplummer
2018-08-30 11:53:49 -07:00
Igor Ignatyev
370abe471f
8210022: remove jdk.testlibrary.ProcessThread, TestThread and XRun
...
Reviewed-by: sspitsyn, jcbeyler
2018-08-27 21:50:52 -07:00
Alex Menkov
1e6c19b381
8203393: com/sun/jdi/JdbMethodExitTest.sh and JdbExprTest.sh fail due to timeout
...
Reviewed-by: sspitsyn, cjplummer
2018-08-27 16:45:18 -07:00
Sean Coffey
50ec35819d
8209129: Further improvements to cipher buffer management
...
Reviewed-by: weijun, igerasim
2018-08-23 11:37:14 +01:00
Alex Menkov
1b39447545
8209605: com/sun/jdi/BreakpointWithFullGC.java fails with ZGC
...
Reviewed-by: sspitsyn, dholmes
2018-08-22 10:28:34 -07:00
Alex Menkov
d2a9e11aeb
8209517: com/sun/jdi/BreakpointWithFullGC.java fails with timeout
...
Reviewed-by: dcubed, mikael
2018-08-16 10:20:00 -07:00
Alex Menkov
5b6a90e007
8209109: [TEST] rewrite com/sun/jdi shell tests to java version - step1
...
Reviewed-by: sspitsyn, jcbeyler
2018-08-14 11:56:32 -07:00
Chris Yin
4e2b462116
8208483: Add 5 JNDI tests to com/sun/jndi/dns/FactoryTests/
...
Reviewed-by: vtewari, rriggs
2018-08-10 13:07:21 +08:00
Chris Yin
a00eff193f
8208279: Add 8 JNDI tests to com/sun/jndi/dns/EnvTests/
...
Reviewed-by: vtewari, rriggs
2018-08-08 10:21:23 +08:00
Phil Race
1387c87093
Merge
2018-07-26 10:00:40 -07:00
Chris Yin
30f22170ef
8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
...
Reviewed-by: vtewari, rriggs
2018-07-25 11:03:07 +08:00
Volker Simonis
3b002460a1
8205608: Fix 'frames()' in ThreadReferenceImpl.c to prevent quadratic runtime behavior
...
Reviewed-by: sspitsyn, cjplummer
2018-07-23 15:17:14 +02:00
Goetz Lindenmaier
9dcc8b4a96
8207766: [testbug] Adapt tests for Aix
...
Reviewed-by: clanger, mbaesken
2018-07-20 09:33:49 +02:00
Jesper Wilhelmsson
dafb3af62d
Merge
2018-07-11 21:41:43 +02:00
David Holmes
466ccfe781
8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc
...
Reviewed-by: mikael, sspitsyn
2018-07-08 20:00:46 -04:00
John Jiang
a2a0138612
8203007: Address missing block coverage for ChaCha20 and Poly1305 algorithms
...
Add unit tests for ChaCha20Cipher, ChaCha20Poly1305Parameters and Poly1305
Reviewed-by: xuelei, jnimeh
2018-07-10 10:59:57 +08:00
Weijun Wang
7ca2af2492
8198352: java.util.MissingResourceException: sun.security.util.AuthResources when trying to use com.sun.security.auth.module.UnixLoginModule
...
Reviewed-by: xuelei
2018-07-09 12:20:56 +08:00
David Holmes
d24f9d4c13
8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc
...
Reviewed-by: mikael, sspitsyn
2018-07-08 20:00:46 -04:00
Joe Darcy
e56162b43d
8205615: Start of release updates for JDK 12
...
8205621: Increment JDK version for JDK 12
8193292: Add SourceVersion.RELEASE_12
8193290: Add source 12 and target 12 to javac
8205619: Bump maximum recognized class file version to 56 for JDK 12
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Mikael Vidstedt <mikael.vidstedt@oracle.com>
Reviewed-by: alanb, smarks, jjg, mr, erikj, psandoz, dholmes
2018-06-27 21:01:12 -07:00
Phil Race
bd7d1af092
Merge
2018-06-27 10:06:03 -07:00
Phil Race
b6dba38ce4
Merge
2018-06-25 10:21:50 -07:00
Sergey Bylokhov
38131ccda6
8205153: Delete "standard instructions" machinery in the open automated tests
...
Reviewed-by: prr
2018-06-24 16:35:21 -07:00
Xue-Lei Andrew Fan
87c6761704
8196584: TLS 1.3 Implementation
...
Co-authored-by: Adam Petcher <adam.petcher@oracle.com>
Co-authored-by: Amanda Jiang <amanda.jiang@oracle.com>
Co-authored-by: Anthony Scarpino <anthony.scarpino@oracle.com>
Co-authored-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Co-authored-by: Jamil Nimeh <jamil.j.nimeh@oracle.com>
Co-authored-by: John Jiang <sha.jiang@oracle.com>
Co-authored-by: Rajan Halade <rajan.halade@oracle.com>
Co-authored-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Reviewed-by: ascarpino, coffeys, dfuchs, jjiang, jnimeh, mullan, rhalade, ssahoo, valeriep, weijun, wetmore, xuelei
2018-06-25 13:41:39 -07:00
Chris Yin
ffb2d0984e
8187069: The case auto failed with the java.lang.ClassNotFoundException: IPv6NameserverPlatformParsingTest exception
...
Reviewed-by: vtewari, dfuchs
2018-07-04 16:49:34 +08:00
Per Lidén
e7af7a4aef
8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
...
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Mikael Gerdin <mikael.gerdin@oracle.com>
Co-authored-by: Kim Barrett <kim.barrett@oracle.com>
Co-authored-by: Nils Eliasson <nils.eliasson@oracle.com>
Co-authored-by: Rickard Backman <rickard.backman@oracle.com>
Co-authored-by: Roland Westrelin <rwestrel@redhat.com>
Co-authored-by: Coleen Phillimore <coleen.phillimore@oracle.com>
Co-authored-by: Robbin Ehn <robbin.ehn@oracle.com>
Co-authored-by: Gerard Ziemski <gerard.ziemski@oracle.com>
Co-authored-by: Hugh Wilkinson <hugh.wilkinson@intel.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Co-authored-by: Bill Wheeler <bill.npo.wheeler@intel.com>
Co-authored-by: Vinay K. Awasthi <vinay.k.awasthi@intel.com>
Co-authored-by: Yasumasa Suenaga <yasuenag@gmail.com>
Reviewed-by: pliden, stefank, eosterlund, ehelin, sjohanss, rbackman, coleenp, ihse, jgeorge, lmesnik, rkennke
2018-06-12 17:40:28 +02:00
Vladimir Kozlov
42e75b8c79
8202611: [GRAAL] Exclude CMS GC testing from runs with Graal
...
Reviewed-by: iignatyev, kbarrett
2018-06-07 17:38:34 -07:00
John Jiang
ef6e99081d
8199388: Test development for ChaCha20 and Poly1305 algorithms
...
Add test for ChaCha20KeyGenerator
Reviewed-by: mullan
2018-06-01 17:45:10 -07:00
Jamil Nimeh
fcb805f9a6
8153029: ChaCha20 Cipher Implementation
...
Add the ChaCha20 and ChaCha20-Poly1305 Cipher implementations
Reviewed-by: mullan
2018-05-31 07:05:10 -07:00
Valerie Peng
9e8d9fe1ee
8146293: Add support for RSASSA-PSS Signature algorithm
...
Add RSASSA-PSS key and signature support to SunRsaSign provider
Reviewed-by: wetmore
2018-05-21 23:40:52 +00:00
Chris Plummer
09e8095fd9
8203391: Update com/sun/jdi/JdbMethodExitTest.sh to pass valid URL[]
...
Use a valid URL[]
Reviewed-by: sspitsyn, amenkov, dtitov
2018-05-19 13:13:09 -07:00
Chris Plummer
00b1a87625
8185803: JdbExprTest.sh fails in JDK10-hs nightly due to "Name unknown: java.lang.Long.MAX_VALUE "
...
Initialize java.lang.Long before referencing it
Reviewed-by: dholmes, dcubed
2018-05-18 14:21:59 -07:00
Sergey Bylokhov
684b4f7551
8202878: com/apple/laf/ScreenMenu/ScreenMenuMemoryLeakTest.java fails
...
Reviewed-by: prr
2018-05-11 15:27:51 -07:00
Adam Petcher
f5a247a85f
8171277: Elliptic Curves for Security in Crypto
...
Implementations of X25519 and X448 key agreement in SunEC
Reviewed-by: mullan
2018-05-08 09:47:28 -04:00
Sangheon Kim
3b923d063e
8196325: GarbageCollectionNotificationInfo has same information for before and after
...
Reviewed-by: mchung, sspitsyn
2018-04-24 16:48:29 -07:00
David Holmes
95bf19563b
8010319: Implementation of JEP 181: Nest-Based Access Control
...
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Maurizio Mimadamore <maurizio.mimadamore@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Co-authored-by: Vlaidmir Ivanov <vladimir.x.ivanov@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Vladimir Kozlov <vladimir.kozlov@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Co-authored-by: Daniel Smith <daniel.smith@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Kumar Srinivasan <kumardotsrinivasan@gmail.com>
Co-authored-by: Boris Ulasevich <boris.ulasevich@bell-sw.com>
Reviewed-by: alanb, psandoz, mchung, coleenp, acorn, mcimadamore, forax, jlahoda, sspitsyn, abuckley
2018-06-23 01:32:41 -04:00
KUBOTA Yuji
605827c671
8169358: httpserver does not close connections when RejectedExecutionException occurs
...
Catch unexpected exceptions in Dispatcher::handle
Reviewed-by: chegar, dfuchs, clanger
2018-03-08 11:21:57 +09:00
Chris Yin
d3e24d6682
8198931: remove java.xml.bind module dependency for com/sun/jndi tests
...
Reviewed-by: lancea
2018-03-04 18:46:07 -08:00
Martin Buchholz
5e529f5d62
8198933: Update JDI tests to pass valid URL[]
...
Reviewed-by: dholmes
2018-03-01 21:23:35 -08:00
Parvathi Somashekar
03c754baa0
8198533: Remove obsolete JDIScaffold class from repo
...
Update one remaining test and remove JDIScaffold from repo.
Reviewed-by: sspitsyn, cjplummer
2018-02-23 11:31:22 -08:00
Parvathi Somashekar
2486e0815b
4916621: Update those still using JDIScaffold to use TestScaffold instead
...
Update remaining tests using JDIScaffold to using TestScaffold instead.
Reviewed-by: sspitsyn, cjplummer
2018-02-16 11:22:53 -08:00
Parvathi Somashekar
d057334330
8196324: Update tests FilterMatch and FilterNoMatch to use TestScaffold
...
Subtask of JDK-4916621: update tests using JDIScaffold to using TestScaffold instead.
Reviewed-by: sspitsyn, gthornbr
2018-02-15 11:31:56 -08:00
Jesper Wilhelmsson
51ab999e0e
Merge
2018-02-13 23:38:34 +01:00
Chris Yin
bc690b263b
8196770: Add JNDI test com/sun/jndi/ldap/blits/AddTests/AddNewEntry.java
...
Reviewed-by: vtewari, rriggs
2018-02-13 12:26:22 +08:00
Chris Yin
a0382a29e5
8195976: Add JNDI test com/sun/jndi/dns/AttributeTests/GetAny.java
...
Reviewed-by: vtewari, rriggs, alanb, jjiang, xiaofeya
2018-02-13 12:19:37 +08:00
Lance Andersen
987c3a2d87
8190378: Removal of CORBA and Java EE modules
...
Reviewed-by: rriggs, alanb, mchung, erikj, goetz
2018-02-10 07:06:16 -05:00
Parvathi Somashekar
ceb48aba9b
8196308: Update tests AllLineLocations and ClassesByName to use TestScaffold instead of JDIScaffold
...
This is a subtask of JDK-4916621: update tests still using JDIScaffold to us TestScaffold instead.
Reviewed-by: sspitsyn, gthornbr
2018-02-12 16:08:33 -08:00
Parvathi Somashekar
cf61647c30
8193150: Create a jtreg version of the test from JDK-8187143
...
Create a new jtreg test based on the test attached to the bug and add it to the ProblemsList.
Reviewed-by: sspitsyn, cjplummer
2018-02-09 09:56:05 -08:00
Adam Petcher
91a1005273
8185292: Stricter key generation
...
Reviewed-by: mullan
2017-10-24 09:58:27 -04:00
Jesper Wilhelmsson
f1985b2e7e
Merge
2017-12-13 23:06:59 +01:00
Vladimir Kozlov
c11f132abe
8191788: add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line
...
Skip tests which use --limit-modules when Graal is used as JIT compiler.
Reviewed-by: alanb, mchung, dholmes, ccheung, dnsimon
2017-12-13 11:59:55 -08:00
Phil Race
ee9c644643
Merge
2017-12-11 10:08:51 -08:00
Sergey Bylokhov
267856d100
8189656: The Windows L&F should be moved out from the shared folder
...
Reviewed-by: prr, psadhukhan, erikj
2017-12-04 16:14:29 -08:00
Jesper Wilhelmsson
e77f4f9c55
Merge
2017-12-02 06:51:10 +01:00
Chris Hegarty
37811b7460
8191494: Refresh incubating HTTP Client
...
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com>
Co-authored-by: Pavel Rappo <pavel.rappo@oracle.com>
Reviewed-by: chegar, dfuchs, michaelm
2017-12-06 11:11:59 -08:00
Yasumasa Suenaga
b25c9ddbae
8165736: Error message should be shown when JVMTI agent cannot be attached
...
Reviewed-by: sspitsyn, dholmes
2017-11-29 09:26:58 +09:00
Michael McMahon
62d9659c87
8190793: Httpserver does not detect truncated request body
...
Reviewed-by: chegar, dfuchs
2017-11-06 16:32:00 +00:00
Sergey Bylokhov
66812b5f48
8186617: The "com.sun.awt.AWTUtilities" class can be dropped in favour of public API
...
Reviewed-by: azvegint, prr
2017-10-27 14:15:02 -07:00
Sergey Bylokhov
4ccdfd542e
8075255: Metal L&F has dependency on the Windows L&F
...
Reviewed-by: psadhukhan
2017-10-18 22:06:24 -07:00
Semyon Sadetsky
12cb440799
8180821: [macosx]com/apple/laf/ScreenMenu/ScreenMenuMemoryLeakTest.java: The menu item should have been GC-ed
...
Reviewed-by: prr, psadhukhan
2017-10-16 08:06:56 -07:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00