Abdul Kolarkunnu
b1adb7965e
8218599: Add test group jdk_client_sanity under jdk_desktop group
...
Reviewed-by: serb, prr
2019-02-13 22:40:08 -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
Severin Gehwolf
15ec4ba5c6
8218913: Rename --strip-debug jlink plugin
...
Reviewed-by: alanb, mchung
2019-02-13 12:01:09 +01:00
Nishit Jain
30b074d93c
8209175: Handle 'B' character introduced in CLDR 33 JDK update for Burmese (my) locale
...
Reviewed-by: naoto, rriggs
2019-02-26 14:57:23 +05:30
Alexey Ivanov
3fe6276adb
8217263: Automate DashOffset test
...
Reviewed-by: prr, serb
2019-02-07 13:57:12 +00:00
Prasanta Sadhukhan
31e3c0800c
Merge
2019-02-07 12:11:41 +05:30
Mandy Chung
007d3c0143
8218461: test/jdk/java/lang/invoke/VarHandles should be generated rather than manually edited
...
Reviewed-by: bpb, vromero
2019-02-06 15:09:05 -08:00
Harold Seigel
9c2e3cffb6
8218579: add hotspot/jtreg/runtime/CompressedOops/UseCompressedOops.java to ProblemList.txt
...
Add the test to ProblemList.txt for windows-all
Reviewed-by: dcubed
2019-02-06 15:11:59 -05:00
Mandy Chung
752bd3d955
8218419: Can't get annotations that are present on packages in -Xbootclasspath/a
...
Reviewed-by: alanb
2019-02-06 10:53:13 -08:00
Pengfei Li
42f34d1076
8218550: Add test omitted from JDK-8212043
...
Add test case omitted from fix for JDK-8212043
Reviewed-by: shade
2019-02-06 16:25:58 +00:00
Thomas Stuefe
39ba0f09a9
8183004: Remove code related to gtest death tests from assert macro
...
Reviewed-by: shade, kbarrett, iignatyev
2019-02-14 19:48:57 +01:00
Srinivas Dama
37169f4bbc
8201544: Improve javac command line parsing and error reporting
...
Modified exception into an error message for invalid filenames on windows
Reviewed-by: vromero, jjg
2019-02-14 21:52:39 +05:30
Jonathan Gibbons
904bb0919f
8218944: Fix failed for JDK-8218936
...
Reviewed-by: jwilhelm
2019-02-14 07:41:54 -08:00
Patric Hedlin
48cb2d94e7
8217289: compiler/graalunit/HotspotTest.java failed with InvalidInstalledCodeException
...
Reviewed-by: thartmann, neliasso
2019-02-13 14:42:20 +01:00
Jonathan Gibbons
831b315ca2
8218936: Test fails in Internet environment
...
Reviewed-by: mchung
2019-02-13 17:18:56 -08:00
Igor Ignatyev
120fdfe6ad
8195060: vm/mlvm/anonloader/stress/byteMutation intermittently times out
...
Reviewed-by: kvn
2019-02-13 11:18:14 -08: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
Coleen Phillimore
24b8feeb30
8218755: Refix Symbol leak in prepend_host_package_name
...
Fix Symbol refcounting again, add comment and a test.
Reviewed-by: kbarrett, dholmes
2019-02-13 07:22:09 -05:00
Dean Long
052e8733b5
8218695: problem list tests failing with Graal
...
Reviewed-by: kvn
2019-02-13 00:30:46 -08:00
Anthony Scarpino
5a97e73e5a
8215790: Delegated task created by SSLEngine throws java.nio.BufferUnderflowException
...
Reviewed-by: jnimeh
2019-02-12 14:08:07 -08:00
Xue-Lei Andrew Fan
fca0af0487
8217835: Remove the experimental SunJSSE FIPS compliant mode
...
Reviewed-by: mullan
2019-02-12 13:36:15 -08:00
Gary Adams
5d0ff15a58
8218754: JDK-8068225 regression in JDIBreakpointTest
...
Reviewed-by: cjplummer, sspitsyn
2019-02-12 15:19:25 -05:00
Igor Ignatyev
328fae7880
8145845: [AOT] NullPointerException in compiler/whitebox/GetCodeHeapEntriesTest.java
...
Reviewed-by: kvn, thartmann
2019-02-12 11:23:43 -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
Gary Adams
9bc10ee9bf
8068225: nsk/jdi/EventQueue/remove_l/remove_l005 intermittently times out
...
Reviewed-by: cjplummer, sspitsyn
2019-02-11 07:19:32 -05:00
Weijun Wang
8b83b515b1
8180569: Refactor sun/security/krb5/ shell tests to plain java tests
...
Reviewed-by: mullan
2019-02-11 11:01:00 +08:00
Aleksey Shipilev
7ce7e1b3d7
8218715: [TESTBUG] TestUseOptoBiasInliningWithoutEliminateLocks needs to unlock WhiteBoxAPI
...
Reviewed-by: kvn
2019-02-09 19:39:28 +01:00
Doug Lea
f0807ebc18
8210280: Unnecessary reallocation when invoking HashMap.putAll()
...
Co-authored-by: Michal Vala <mvala@redhat.com>
Co-authored-by: Martin Buchholz <martinrb@google.com>
Reviewed-by: martin, mvala, igerasim, chegar, rriggs
2019-02-08 13:39:22 -08:00
Zhengyu Gu
1f230335e2
8200109: NMT: diff_malloc_site assert(early->flags() == current->flags(), "Must be the same memory type")
...
Reviewed-by: shade, coleenp
2019-02-08 14:03:09 -05:00
Daniil Titov
76ffbcde98
8205654: serviceability/dcmd/framework/HelpTest.java timed out
...
Reviewed-by: sspitsyn, dholmes
2019-02-08 09:41:45 -08:00
Roland Westrelin
f88962f2d9
8217990: C2 UseOptoBiasInlining: load of markword optimized to 0 if running with -XX:-EliminateLocks
...
Reviewed-by: thartmann, mdoerr, rrich, kvn
2019-02-07 09:55:57 +01:00
Chris Hegarty
ac5daa7a22
Merge
2019-02-08 13:07:44 +00:00
Chris Hegarty
bba5ddd08f
Merge
2019-02-08 12:44:16 +00:00
Chris Hegarty
fb05ae21bb
8218662: Allow 204 responses with Content-Length:0
...
Reviewed-by: michaelm
2019-02-08 12:23:16 +00:00
Chris Hegarty
10a281c485
8218546: Unable to connect to https://google.com using java.net.HttpClient
...
Reviewed-by: dfuchs
2019-02-08 11:26:21 +00:00
Leo Korinth
f3cb008ce2
8217332: JTREG: Clean up, use generics instead of raw types
...
Reviewed-by: tschatzl, sangheki
2019-02-08 12:09:41 +01:00
Leo Korinth
2aa7590846
8217329: JTREG: Clean up, remove unused imports in gc folder
...
Reviewed-by: lmesnik, tschatzl
2019-02-08 11:52:33 +01:00
Magnus Ihse Bursie
208c58c862
8218431: Improved platform checking in makefiles
...
Reviewed-by: erikj
2019-02-07 12:35:45 +01:00
Prasanta Sadhukhan
c45e97f1e3
Merge
2019-02-04 11:01:04 +05:30
Jie Fu
f464c38ed6
8216046: test/jdk/java/beans/PropertyEditor/Test6397609.java failing
...
Reviewed-by: alanb, serb
2019-02-03 10:00:14 +01:00
Kim Barrett
caf5bfeb39
8218202: gc/stress/TestStressG1Humongous.java to ProblemList-graal.txt
...
Add test to problem list.
Reviewed-by: iignatyev
2019-02-01 18:16:25 -05:00
Jesper Wilhelmsson
b2d0be746a
Merge
2019-02-02 00:11:54 +01:00
Igor Ignatyev
103b6b2d69
8218178: vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java fails with -Xcomp
...
Reviewed-by: dlong
2019-02-01 13:33:02 -08:00
Alex Menkov
e24693c7db
8218025: disable pop_frame and force_early_return caps for Graal
...
Reviewed-by: iignatyev, sspitsyn, dholmes
2019-02-01 09:25:31 -08:00
Daniel Fuchs
d176e20898
8218133: sun/net/www/protocol/http/ProtocolRedirect.java failed with "java.net.ConnectException"
...
Changed the test to use the loopback interface.
Reviewed-by: chegar
2019-02-01 14:24:40 +00:00
Daniel Fuchs
2aace6bd97
8195716: BootstrapLoggerTest : Executor still alive
...
Make sure the test joins the active executor thread before waiting for the executor to be GC'ed.
Reviewed-by: mchung, martin
2019-02-01 14:15:49 +00:00
Yasumasa Suenaga
e56ecb5e8c
8217432: MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize
...
Reviewed-by: tschatzl, stuefe
2019-02-01 21:43:37 +09:00
Igor Ignatyev
be33e153fb
8218162: problem list j/u/s/t/o/o/t/java/util/stream/StreamLinkTest.java on solaris w/ Xcomp
...
Reviewed-by: kvn
2019-01-31 22:17:14 -08:00
Igor Ignatyev
83e94916e6
8218168: clean up hotspot ProblemList
...
Reviewed-by: kvn, dholmes, sspitsyn
2019-01-31 22:17:09 -08:00
Prasanta Sadhukhan
8d0f4c267d
8217464: Remove resolved client bugs from the ProblemList.txt
...
Reviewed-by: prr, kaddepalli
2019-01-31 08:45:23 +05:30
Igor Ignatyev
f20fd7ee18
8178798: Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3
...
Reviewed-by: kvn
2019-01-30 17:35:20 -08:00
Igor Ignatyev
6a4f482ff5
8218079: cleanup hotspot ProblemList files
...
Reviewed-by: kvn
2019-01-30 13:11:16 -08:00
Sean Mullan
f5a411ea53
8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883
...
Reviewed-by: jnimeh, clanger
2019-01-30 15:42:47 -05:00
Igor Ignatyev
e3c0a2ed28
8207922: ctw of jdk.security.auth failed with "Unexpected zero exit codebefore finishing all compilations"
...
Reviewed-by: roland, thartmann
2019-01-30 09:30:40 -08:00
Krishna Addepalli
cf132f89b2
8215921: There is no change when select different Foreground and Background by mouse
...
Reviewed-by: serb, psadhukhan
2019-01-30 15:02:05 +05:30
Sangheon Kim
b2f2e669c9
8217666: gc/nvdimm/* should not be included any tiers
...
Reviewed-by: iignatyev, lkorinth
2019-01-29 11:21:43 -08:00
Prasanta Sadhukhan
8d08255ca9
Merge
2019-01-29 11:06:19 +05:30
Claes Redestad
bc8ecd924c
8217869: Add count_leading_zeros utility
...
Reviewed-by: neliasso, thartmann
2019-01-28 23:00:31 +01:00
Jesper Wilhelmsson
e3621e678a
Merge
2019-01-28 21:44:57 +01:00
Nishit Jain
13a52f3a17
8217969: Base64.Decoder.decode methods do not need to throw OOME due to integer overflow
...
8218265
: java/util/Base64/TestEncodingDecodingLength.java failing
Reviewed-by: rriggs, naoto
2019-02-06 13:57:19 +05:30
Ivan Gerasimov
076d2267b6
8218227: StringBuilder/StringBuffer constructor throws confusing NegativeArraySizeException
...
Reviewed-by: rriggs
2019-02-05 17:05:40 -08:00
Jesper Wilhelmsson
621bf58687
Merge
2019-02-06 00:20:37 +01:00
Joe Wang
643ca20866
8180901: Transformer.reset() resets the state only once
...
Reviewed-by: rriggs, lancea
2019-02-05 15:06:08 -08:00
Brian Burkhalter
f380787a41
8218460: Test generation scripts do not invoke stream preprocessor correctly
...
Reviewed-by: rriggs
2019-02-05 14:36:50 -08:00
Kim Barrett
1fcbd0cd0d
8217474: Remove WhiteBox.getConcurrentGCPhases()
...
Remove function and supporting infrastructure.
Reviewed-by: shade, tschatzl
2019-02-05 16:46:49 -05:00
Joe Wang
b63c4ce810
8206132: DOM parser does not honor DocumentBuilderFactory.setExpandEntityReferences(false)
...
Reviewed-by: rriggs, lancea
2019-02-05 09:57:35 -08:00
Coleen Phillimore
8f5e561d19
8139551: Scalability problem with redefinition - multiple code cache walks
...
Walk code cache and deoptimize once per redefinition.
Reviewed-by: sspitsyn, dlong
2019-02-05 10:40:25 -05:00
Igor Ignatyev
ac1b5fb59a
8218197: [failurehandler] parent processes shouldn't be killed till their children are handle
...
Reviewed-by: dholmes, kbarrett
2019-02-04 17:53:26 -08:00
Ao Qi
fc31592f6e
8217597: [TESTBUG] old version docker does not support --cpus
...
"--cpus" is only available in Docker 1.13 and higher, and is the equivalent of setting both --cpu-period and --cpu-quota.
Reviewed-by: bobv, dholmes
2019-01-31 23:56:37 +08:00
Daniel Fuchs
6dcfd0f93a
8217882: java/net/httpclient/MaxStreams.java failed once
...
Added some more traces to help diagnosis
Reviewed-by: bpb
2019-01-28 18:49:34 +00:00
Daniel Fuchs
6b64f80be4
8217903: java/net/httpclient/Response204.java fails with 404
...
Fixed test to use loopback address - this looks like a port reuse issue.
Reviewed-by: chegar
2019-01-28 18:45:34 +00:00
Leo Korinth
4d4b205e70
8214799: Add package declaration to each JTREG test case in the gc folder
...
Reviewed-by: lmesnik, tschatzl
2019-01-28 15:53:56 +01:00
Daniel Fuchs
8faf2074b1
8210130: java/net/httpclient/UnknownBodyLengthTest.java failed
...
The fix improves the test robustness by making it retry once in case of IO/Connect exception.
Reviewed-by: chegar
2019-01-28 15:24:41 +00:00
Chris Hegarty
46f4ab603b
8217429: WebSocket over authenticating proxy fails to send Upgrade headers
...
Reviewed-by: dfuchs, prappo
2019-01-28 13:51:16 +00:00
Aleksey Shipilev
12e769ad5a
8217854: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java fails with Shenandoah
...
Reviewed-by: dcubed, zgu
2019-01-28 10:24:23 +01:00
Igor Ignatyev
0f1fde187a
8217852: problem-list ctw of jdk.jconsole and java.desktop on windows
...
Reviewed-by: kvn
2019-01-26 12:51:27 -08:00
David Holmes
cb960e9a30
8217618: JVM TI SuspendThread doesn't suspend the current thread before returning
...
Reviewed-by: dcubed, sspitsyn, dlong
2019-01-27 20:48:27 -05:00
Lance Andersen
0b4e08a4bc
8210469: Missing doPriviledged block and permission for jdk.zipfs module
...
Reviewed-by: alanb, clanger, mchung, jjg
2019-01-27 14:55:57 -05:00
Bernard Blaser
777ad9080e
8193367: Annotated type variable bounds crash javac
...
Reviewed-by: mcimadamore, vromero
2019-01-26 15:50:59 +01:00
Yasumasa Suenaga
d6a75a0f86
8217612: (CL)HSDB cannot show some JVM flags
...
Reviewed-by: dholmes, cjplummer
2019-01-26 10:34:29 +09:00
Igor Veresov
5e7e6ae1fe
8217828: Un-ProblemList LongMulOverflowTest.java
...
Reviewed-by: iignatyev
2019-01-25 14:50:25 -08:00
Joe Wang
1ebe11a28d
8216408: XMLStreamWriter setDefaultNamespace(null) throws NullPointerException
...
Reviewed-by: dfuchs, lancea
2019-01-25 14:28:43 -08:00
Vladimir Ivanov
d2552c3e55
8217760: C2: Missing symbolic info on a call from intrinsics when invoked through MethodHandle
...
Reviewed-by: thartmann, roland
2019-01-25 13:37:08 -08:00
Daniel Fuchs
7f10cbedd5
8217627: HttpClient: The API documentation of BodySubscribers::mapping promotes bad behavior
...
The API documentation is updated to steer away from blocking in the mapper function, and an alternative is suggested.
Reviewed-by: chegar
2019-01-25 18:13:25 +00:00
Jesper Wilhelmsson
fd21613d59
Merge
2019-01-25 18:12:06 +01:00
Jesper Wilhelmsson
b4aa3d2922
8217797: ProblemList LongMulOverflowTest.java
...
Reviewed-by: thartmann
2019-01-25 17:54:02 +01:00
Igor Ignatyev
2b003cb4aa
8067250: [mlvm] vm/mlvm/mixed/stress/regression/b6969574 fails and perf regression
...
Reviewed-by: roland
2019-01-25 08:52:32 -08:00
Gerard Ziemski
28711fb186
8216493: VirtualSpaceNodeTest.half_vsn_is_committed_humongous_chunk_is_used_test_vm crashes on local machine
...
Make ChunkManagerRestorer more robust
Reviewed-by: iignatyev
2019-01-25 10:43:02 -06:00
Jesper Wilhelmsson
eb79666b8c
8217797: ProblemList LongMulOverflowTest.java
...
8217801: ProblemList INDIFY_Test.java
Reviewed-by: thartmann
2019-01-25 17:34:28 +01:00
Aleksey Shipilev
76c55b5508
8217471: [TESTBUG] gc/epsilon/TestClasses.java fails on some platforms - OOME Metaspace
...
Reviewed-by: dholmes, tschatzl
2019-01-25 16:57:50 +01:00
Daniel Fuchs
4ca19585c3
8217353: java/util/logging/LogManager/Configuration/updateConfiguration/HandlersOnComplexResetUpdate.java fails with Unexpected reference: java.lang.ref.WeakReference
...
Instrumented the test to relay the original exception as a suppressed exception of the secondary one, increased sleep time, adjusted iteration numbers according to timeout factor.
Reviewed-by: lancea, iignatyev
2019-01-25 11:45:26 +00:00
Kim Barrett
5b63ffd8b2
8216258: Make FreeIdSet semaphore-based
...
Use semaphore-based blocking and notifying, instead of Mutex.
Reviewed-by: tschatzl, sangheki
2019-01-25 00:27:51 -05:00
Mikhailo Seledtsov
24d55e104b
8217748: [TESTBUG] Exclude TestSig test case from JFR TestShutdownEvent
...
Excluded TestSig cases from the test
Reviewed-by: egahlin
2019-01-24 14:22:50 -08:00
Brian Burkhalter
7b1b9f10a1
8217746: Remove java/nio/file/WatchService/LotsOfCancels.java from JDK problem list
...
Reviewed-by: rriggs
2019-01-24 14:19:25 -08:00
Jesper Wilhelmsson
cda6fc62e5
8217580: Remove tests from problemList as bugs has been closed
...
Reviewed-by: iignatyev, mseledtsov
2019-01-24 21:24:29 +01:00
Roger Riggs
083500194a
8217740: SocksIPv6Test compilation error
...
Reviewed-by: bpb
2019-01-24 14:39:16 -05:00
Mikhailo Seledtsov
b499798c25
8217345: [TESTBUG] JFR TestShutdownEvent fails due to improper use of Unsafe
...
Added proper use of Unsafe
Reviewed-by: egahlin
2019-01-24 11:14:51 -08:00
Alex Menkov
78651809c5
8216386: vmTestbase/nsk/jvmti/PopFrame/popframe005/TestDescription.java fails
...
Reviewed-by: jcbeyler, dtitov, sspitsyn
2019-01-24 11:10:13 -08:00
Paul Hohensee
ddfcf1f021
8217520: Remove vm.opt.MaxGCPauseMillis == "null" from TestOldGenCollectionUsage.java
...
Remove the corresponding @requires line
Reviewed-by: tschatzl
2019-01-24 10:57:31 -08:00
Michael McMahon
0fc677a674
8216986: Remove unused code from SocksSocketImpl
...
Reviewed-by: alanb
2019-01-24 15:48:05 +00:00
Vikrant Agarwal
5d8b93bb54
8217235: Create automated test for SwingSet ColorChooserDemoTest
...
Reviewed-by: serb, shurailine
2019-01-24 07:15:42 -08:00
Christoph Langer
f828beb2d0
8217657: Move the test for default value of jdk.includeInExceptions into own test
...
Reviewed-by: mullan, goetz
2019-01-25 10:59:07 +00:00
Igor Ignatyev
f5dedad7a1
8217770: problem list org.graalvm.compiler.debug.test.DebugContextTest
...
Reviewed-by: dholmes
2019-01-24 23:52:55 -08:00
Jesper Wilhelmsson
996ecff624
8217580: Remove tests from problemList as bugs has been closed
...
Reviewed-by: iignatyev, mseledtsov
2019-01-25 00:23:52 +01:00
Igor Ignatyev
810156face
8217699: add java/util/concurrent/CountDownLatch/Basic.java to ProblemList-Xcomp
...
Reviewed-by: kvn
2019-01-23 20:25:30 -08:00
Henry Jen
833627bc3c
Merge
2019-01-22 14:14:52 -08:00
Vikrant Agarwal
37a7f89c34
8217377: javax/swing/JPopupMenu/6583251/bug6583251.java failed with UnsupportedOperation exception
...
Reviewed-by: serb
2019-01-22 08:44:33 -08:00
Vikrant Agarwal
35aad86bc4
8217297: Add support for multiple look and feel for SwingSet SliderDemoTest
...
Reviewed-by: serb
2019-01-22 08:35:14 -08:00
Tobias Hartmann
5172199ef9
8217447: Develop flag TraceICs is broken
...
Added NULL check and fixed output.
Reviewed-by: kvn
2019-01-22 08:47:01 +01:00
Nick Gasson
288ebae13c
8217368: AArch64: C2 recursive stack locking optimisation not triggered
...
Reviewed-by: aph, drwhite
2019-01-22 15:33:34 +08:00
Harold Seigel
ac22352b49
8217660: Refactor module related locked_create_entry_or_null() functions
...
Remove function return values and add functions that create entries without doing unneeded lookups.
Reviewed-by: redestad, lfoltan
2019-01-24 09:38:50 -05:00
Adam Petcher
e4da9cdab0
8217518: Crypto benchmarks not warming up in time
...
Adding +AlwaysPreTouch to crypto benchmarks to allow GC to warm up
Reviewed-by: redestad
2019-01-24 09:25:06 -05:00
Daniel Fuchs
a8ae1c1332
8217264: HttpClient: Blocking operations in mapper function do not work as documented
...
Ensures that a new task is spawned when calling getBody() on a mapping BodySubscriber.
Reviewed-by: chegar
2019-01-24 12:32:42 +00:00
Magnus Ihse Bursie
659006b218
8217638: Remove old way of running tests (test/Makefile)
...
Reviewed-by: erikj, jjg
2019-01-24 11:29:16 +01:00
Nishit Jain
72141ff6e6
8210583: Base64.Encoder incorrectly throws NegativeArraySizeException
...
Reviewed-by: rriggs, naoto, darcy, alanb
2019-01-24 12:45:19 +05:30
Naoto Sato
a862610527
8217366: ZoneStrings are not populated for all the Locales
...
Reviewed-by: rriggs
2019-01-23 15:43:01 -08:00
Jesper Wilhelmsson
c6e45ea87c
Merge
2019-01-23 19:56:28 +01:00
Aleksey Shipilev
844f67317e
8217639: Minimal and Zero builds fail after JDK-8217519 (Improve RegMask population count calculation)
...
Reviewed-by: kvn
2019-01-23 19:31:00 +01:00
Aleksey Shipilev
5f325c2363
8217423: Windows gtest build fails after JDK-8212826 (Make PtrQueue free list lock-free)
...
Reviewed-by: clanger, zgu, kbarrett
2019-01-21 10:05:24 +01:00
Tao Ji
cf554816d1
8217359: C2 compiler triggers SIGSEGV after transformation in ConvI2LNode::Ideal
...
Reviewed-by: thartmann
2019-01-21 13:31:42 +08:00
Goetz Lindenmaier
05a8750ec7
8217438: Adapt tools/launcher/Test7029048.java for Aix
...
Reviewed-by: clanger, azeller
2019-01-21 10:17:28 +01:00
Phil Race
0b3979f8fe
8216965: crash in freetypeScaler.c CopyBW2Grey8
...
Reviewed-by: serb, mbaesken
2019-01-22 17:31:19 -08:00
Mikael Vidstedt
df5c74e9f6
8217349: Problem list java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
...
Reviewed-by: iignatyev, mchung
2019-01-22 16:35:57 -08:00
Kishor Kharbas
755d163e91
8213695: gc/TestAllocateHeapAtMultiple.java is slow in some configs
...
Reviewed-by: sangheki, kbarrett
2019-01-22 11:42:13 -08:00
Sean Mullan
c9bea6a8ea
8216280: Allow later Symantec Policy distrust date for two Apple SubCAs
...
Reviewed-by: coffeys
2019-01-22 09:27:19 -05:00
Nick Gasson
c0de8f27a5
8217427: (dc) nio/channels/DatagramChannel/UseDGWithIPv6.java fails without IPv6
...
Reviewed-by: alanb, clanger
2019-01-22 10:25:22 +08:00
Christoph Langer
bc651663e3
8207404: MulticastSocket tests failing on AIX
...
Reviewed-by: chegar, sgroeger
2019-01-21 06:55:59 +00:00
Tao Ji
3626d59867
8217359: C2 compiler triggers SIGSEGV after transformation in ConvI2LNode::Ideal
...
Reviewed-by: thartmann
2019-01-21 13:31:42 +08:00
Alan Bateman
779991a9c8
8217500: (sc) Move SocketChannelImpl's remaining native methods to Net
...
Reviewed-by: bpb
2019-01-23 13:16:16 +00:00
Claes Redestad
649340be11
8217519: Improve RegMask population count calculation
...
Reviewed-by: thartmann, neliasso, kvn
2019-01-23 10:01:21 +01:00
Goetz Lindenmaier
69e185b203
8217512: Message of LinkageError: use 'class' etc. instead of 'type'
...
Reviewed-by: dholmes, lfoltan
2019-01-23 08:25:22 +01:00
Vladimir Ivanov
50e3aa4150
8202952: C2: Unexpected dead nodes after matching
...
Reviewed-by: kvn
2019-01-22 18:14:14 -08:00
Mandy Chung
d98fe57b18
8213932: [TESTBUG] assertEquals is invoked with the arguments in the wrong order
...
Reviewed-by: lancea
2019-01-22 15:31:47 -08:00
Naoto Sato
0623444ae5
8216969: ParseException thrown for certain months with russian locale
...
Reviewed-by: rriggs
2019-01-22 15:22:13 -08:00
Jesper Wilhelmsson
bc920bd00d
Merge
2019-01-22 19:56:19 +01:00
Kim Barrett
5c83330cf8
8212826: Make PtrQueue free list lock-free
...
Add lock-free stack and use in BufferNode::Allocator.
Reviewed-by: tschatzl, sangheki
2019-01-19 19:50:01 -05:00
Aleksey Shipilev
2858e8f4e2
8217343: Shenandoah control thread should be able to run at critical priority
...
Reviewed-by: rkennke
2019-01-19 11:20:01 +01:00
Aleksey Shipilev
028cf5ae00
8217378: UseCriticalCMSThreadPriority is broken
...
Reviewed-by: rkennke, dcubed
2019-01-19 11:19:55 +01:00
Weijun Wang
54815061a1
8215937: Check usages of security-related Resources files
...
Reviewed-by: mullan
2019-01-19 09:20:47 +08:00
Dean Long
db8354fcf3
8217394: Remove org.graalvm.compiler.debug.test.TimerKeyTest from problem list
...
Reviewed-by: kvn
2019-01-18 16:11:36 -08:00
David Holmes
8859f7ec1e
8217337: [TESTBUG] TestThreadDumpClassInitMonitor.java fails with Unexpected thread info line
...
Product build is missing two lines in the stacktrace
Reviewed-by: clanger, iignatyev
2019-01-18 18:21:50 -05:00
Jesper Wilhelmsson
5622c425c1
Merge
2019-01-18 23:07:48 +01:00
Jonathan Gibbons
6326bf224e
8217395: Update langtools shell tests to use ${EXE_SUFFIX}
...
Reviewed-by: darcy
2019-01-18 12:41:11 -08:00
Jonathan Gibbons
c932d8294b
8217034: JavadocTester should check for missing files by default
...
Reviewed-by: hannesw
2019-01-18 11:26:30 -08:00
Bernard Blaser
454cbfacaa
8214345: infinite recursion while checking super class
...
Reviewed-by: vromero
2019-01-18 13:49:45 -05:00
Mikhailo Seledtsov
09fda3d6e9
8217391: [TESTBUG] problem list JFR TestShutdownEvent
...
Placed the test on a problem list
Reviewed-by: lfoltan
2019-01-18 10:44:44 -08:00
Brian Burkhalter
5c5d27962a
8215467: Files.isHidden should return true for hidden directories on Windows
...
Reviewed-by: alanb, bchristi, darcy
2019-01-18 09:33:13 -08:00
Aleksey Shipilev
07b8d39e6f
8217315: Proper units should print more significant digits
...
Reviewed-by: stuefe, tschatzl
2019-01-18 17:05:41 +01:00
Aleksey Shipilev
3be22e5884
8217014: Epsilon should not ignore Metadata GC causes
...
Reviewed-by: stuefe, zgu
2019-01-18 16:40:24 +01:00
Gary Adams
b979952d62
8158066: SourceDebugExtensionTest fails to rename file
...
Reviewed-by: dcubed, dholmes
2019-01-18 05:33:28 -05:00
John Jiang
365de9f2bc
8203687: javax/net/ssl/compatibility/Compatibility.java supports TLS 1.3
...
Reviewed-by: xuelei
2019-01-18 14:25:34 +08:00
Mikael Vidstedt
e7d44449f0
8217349: Problem list java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
...
Reviewed-by: iignatyev
2019-01-17 14:56:18 -08:00
Roger Riggs
e16b299420
8217340: Compilation failed: tools/launcher/Test7029048.java
...
Reviewed-by: lancea
2019-01-17 15:24:26 -05:00
Aleksey Shipilev
a9663a0a7b
8217321: [TESTBUG] utilities/test_globalDefinitions.cpp should use _LP64, not LP64
...
Reviewed-by: tschatzl, coleenp
2019-01-17 17:28:47 +01:00
Michael McMahon
d089a4ae51
8217237: HttpClient does not deal well with multi-valued WWW-Authenticate challenge headers
...
Reviewed-by: chegar, dfuchs
2019-01-17 15:24:20 +00:00
Jesper Wilhelmsson
4757acd24b
Merge
2019-01-17 15:44:29 +01:00
Mark Reinhold
be44ced10a
8216532: tools/launcher/Test7029048.java fails (Solaris)
...
Reviewed-by: rriggs
2019-01-16 16:27:21 -08:00
Manajit Halder
61f2218ba2
8215280: Double click on titlebar not working for Frame with extended state set to MAXIMIZED_BOTH
...
Reviewed-by: serb, kaddepalli
2019-01-16 23:56:32 +05:30
Abdul Kolarkunnu
19ad6151a2
8214471: Enable different look and feel tests in SwingSet3 demo test ToolTipDemoTest
...
Reviewed-by: serb, shurailine
2019-01-15 22:54:08 -08:00
Jesper Wilhelmsson
c7219faf86
8218074: Update Graal
...
Reviewed-by: kvn
2019-03-12 19:17:42 +01:00
Lance Andersen
53d6635101
8220005: java/util/Arrays/TimSortStackSize2.java times out
...
Reviewed-by: bchristi
2019-03-12 14:56:25 -04:00
Gary Adams
f9d6d1d8f2
8013728: nsk/jdi/BScenarios/hotswap/tc10x001 Unrecognized Windows Sockets error: 0: recv failed
...
Reviewed-by: cjplummer, amenkov
2019-03-12 07:17:03 -04:00
Lin Zang
144d81caf6
8219721: jcmd from earlier release will hang attaching to VM with JDK-8215622 applied
...
Fix compatibility issue caused by jmap update of 8215622
Reviewed-by: dholmes, ysuenaga, phh, sspitsyn
2019-03-11 21:26:19 -04:00
Bernard Blaser
cf09431450
8220407: compiler/intrinsics/math/TestFpMinMaxIntrinsics.java timedout
...
Reviewed-by: kvn
2019-03-12 02:13:02 +01:00
Joe Wang
b238aef18d
8219705: Wrong media-type for a given serialization method
...
Reviewed-by: lancea
2019-03-11 15:51:39 -07:00
Jonathan Gibbons
1b9db9b7a1
8220202: Simplify/standardize method naming for HtmlTree
...
Reviewed-by: hannesw
2019-03-11 12:59:45 -07:00
Christoph Langer
bacddb40eb
8220409: jdk/modules/scenarios/overlappingpackages/OverlappingPackagesTest.java - testOverlapWithBaseModule tests the wrong thing
...
Reviewed-by: alanb
2019-03-11 15:34:16 +01:00
Tobias Hartmann
164fcbbec9
8218201: Failures when vmIntrinsics::_getClass is not inlined
...
Fix BCEscapeAnalyzer to correctly handle _getClass intrinsic.
Reviewed-by: kvn, dlong, redestad, neliasso
2019-03-11 11:42:57 +01:00
Priya Lakshmi Muthuswamy
e5f0f8d005
8220087: Remove remnants of HTML4 support
...
Reviewed-by: jjg
2019-03-11 14:57:16 +05:30
Nishit Jain
0b082fcc1d
8217254: CompactNumberFormat:: CompactNumberFormat() constructor does not comply with spec
...
8217721: CompactNumberFormat:: format() method spec for IAEx is not complaint
Reviewed-by: naoto
2019-03-11 14:22:23 +05:30
Priya Lakshmi Muthuswamy
472d55d722
8219632: Remove reference to com.sun.javadoc API in RemoveOldDoclet test
...
Reviewed-by: jjg
2019-03-11 14:17:08 +05:30
Eric Caspole
1e2234d57c
8220368: Update String.indexOf to test all the C2 intrinsics
...
Add new micros for Latin1 and UTF-16
Reviewed-by: kvn, redestad
2019-03-08 17:45:40 -05:00
Mikhailo Seledtsov
f31d3d540e
Merge
2019-03-08 11:09:39 -08:00
Mikhailo Seledtsov
08aa348b05
8220313: [TESTBUG] Update base image for Docker testing to OL 7.6
...
Updated the OL version in Dockerfile in FROM field
Reviewed-by: dcubed
2019-03-08 11:08:11 -08:00
Severin Gehwolf
1952af8053
8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions
...
Reviewed-by: thartmann, shade
2019-03-08 13:56:05 +01:00
Harold Seigel
871541b342
8220085: runtime/CompressedOops/UseCompressedOops.java times out on Windows intermittently
...
Increase the test's timeout to 480 and move it from tier1 to tier3.
Reviewed-by: lfoltan, mseledtsov
2019-03-08 08:19:16 -05:00
Martin Doerr
97ec4aeed2
8219584: Try to dump error file by thread which causes safepoint timeout
...
Reviewed-by: stuefe, dholmes, kvn
2019-03-08 11:23:30 +01:00
Mikhailo Seledtsov
6d12ffec19
8219997: [TESTBUG] Create test for JFR events in Docker container: CPU, Memory and Process Info
...
Start docker with limits on CPU/Mem, verify JFR reports correct data
Reviewed-by: egahlin
2019-03-07 13:20:04 -08:00
Naoto Sato
473a26aebd
8218948: SimpleDateFormat :: format - Zone Names are not reflected correctly during run time
...
Reviewed-by: lancea, rgoel
2019-03-07 12:56:48 -08:00
Mikhailo Seledtsov
f391d9141b
8213448: [TESTBUG] enhance jfr/jvm/TestDumpOnCrash
...
Added 2 more crash scenarios, removed dumponexit, and more
Reviewed-by: egahlin
2019-03-07 12:15:48 -08:00
Henry Jen
b481f5bd24
8217216: Launcher does not defend itself against LD_LIBRARY_PATH_64 (Solaris)
...
Reviewed-by: rriggs
2019-03-07 10:18:23 -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
Jatin Bhateja
c2ec1085e1
8217561: X86: Add floating-point Math.min/max intrinsics
...
Implementation taking care of +/-0.0 and NaN which uses a specific pattern for reductions
Reviewed-by: aph, kvn, neliasso, sviswanathan, adinn
2019-03-07 15:27:42 +01:00
Gary Adams
359e6b0a42
8201252: unquarantine nsk/jdi/ThreadReference/resume/resume001
...
Reviewed-by: cjplummer
2019-03-07 07:19:49 -05:00
Robbin Ehn
9b70cef920
8220050: Deprecate -XX:-ThreadLocalHandshakes
...
Reviewed-by: dcubed, mdoerr
2019-03-07 10:32:55 +01:00
Goetz Lindenmaier
3d593b0c1c
8219651: compiler/ciReplay/TestServerVM.java is failing on windows
...
Reviewed-by: thartmann, kvn
2019-03-06 16:01:01 +01:00
Tobias Hartmann
ac17b61a59
8163511: Allocation of compile task fails with assert: "Leaking compilation tasks?"
...
Use weak handles for compile tasks to allow unloading of referenced methods.
Reviewed-by: kvn, coleenp, eosterlund
2019-03-07 08:38:16 +01:00
Daniil Titov
02d0800300
8218464: vmTestbase/nsk/jdi/VirtualMachine/allThreads/allthreads001/TestDescription.java failed
...
Reviewed-by: sspitsyn, gadams
2019-03-06 09:30:05 -08:00
Thomas Stuefe
914ce13a0c
8219650: [Testbug] Fix potential crashes in new test hotspot gtest "test_print_hex_dump"
...
Reviewed-by: clanger, shade
2019-02-28 14:22:03 +01:00
Daniil Titov
ac7f4635e1
8218167: nsk/jvmti/scenarios/sampling/SP02/sp02t003 fails
...
Reviewed-by: dlong, cjplummer
2019-03-05 13:41:35 -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
Jonathan Gibbons
58aa7a85f6
8219946: Set class on body elements
...
Reviewed-by: hannesw
2019-03-05 10:35:29 -08:00
Sean Mullan
9d9edee86e
8217878: ENVELOPING XML signature no longer works in JDK 11
...
8218629: XML Digital Signature throws NAMESPACE_ERR exception on OpenJDK 11, works 8/9/10
Backout and restore previous XML signature marshalling implementation
Reviewed-by: weijun
2019-03-05 08:24:58 -05:00
Jonathan Gibbons
66868f287c
8219801: Pages do not have <h1>
...
Reviewed-by: hannesw
2019-03-04 11:19:34 -08:00
Fairoz Matte
3e71e62ff6
8219513: compiler/codegen/aes/TestCipherBlockChainingEncrypt.java timeout on Solaris-sparc
...
Reviewed-by: kvn, iignatyev
2019-03-01 04:34:28 -08:00
Gary Adams
cf086be753
4903717: nsk/jdi/ThreadReference/isSuspended/issuspended002 failing
...
Reviewed-by: amenkov, sspitsyn
2019-03-04 08:45:05 -05:00
Thomas Schatzl
e68d585a8d
8218880: G1 crashes when issuing a periodic GC while the GCLocker is held
...
Do not wait for the GC locker in the periodic GC thread as the GC locker being held is an indication for being busy anyway.
Reviewed-by: kbarrett, shade
2019-03-04 11:49:16 +01:00
Jan Lahoda
76c916516c
8217868: Crash for overlap between source path and patch module path
...
When analyzing implicit files, do not look for containing module, but rather use the already known one.
Reviewed-by: jjg
2019-03-04 10:19:35 +01:00
Xue-Lei Andrew Fan
f6d199fdb3
8219994: CheckSecurityProvider.java fails with unexpected sun.security.ssl.SunJSSE
...
Reviewed-by: mullan, wetmore
2019-03-01 13:08:41 -08:00