Adam Farley
|
ed45bde1a7
|
8227021: VM fails if any sun.boot.library.path paths are longer than JVM_MAXPATHLEN
The size of each path in sun.boot.library.path property should not exceed JVM_MAXPATHLEN
Reviewed-by: dholmes, coleenp, sspitsyn
|
2019-08-23 03:06:24 -07:00 |
|
Jamil Nimeh
|
d096e033d0
|
8225436: Stapled OCSPResponses should be added to PKIXRevocationChecker irrespective of revocationEnabled flag
Reviewed-by: mullan
|
2019-08-22 14:09:36 -07:00 |
|
Patrick Concannon
|
a9f92bec7f
|
8078219: Verify lack of @test tag in files in java/net test directory
Reviewed-by: alanb
|
2019-08-22 18:54:56 +01:00 |
|
Leonid Mesnik
|
7d0d71db03
|
Merge
|
2019-08-22 10:41:07 -07:00 |
|
Leonid Mesnik
|
186dcb2f42
|
8229957: Harden pid verification in attach mechanism
Reviewed-by: sspitsyn, ysuenaga, sgehwolf
|
2019-08-22 10:40:34 -07:00 |
|
Mikhailo Seledtsov
|
18c00e8670
|
8226779: [TESTBUG] Test JFR API from Java agent
Created new tests for JFR plus Java Agent
Reviewed-by: egahlin
|
2019-08-22 10:35:31 -07:00 |
|
Lance Andersen
|
0603bec5ce
|
8229887: (zipfs) zip file corruption when replacing an existing STORED entry
Reviewed-by: alanb, redestad, dfuchs
|
2019-08-22 10:43:25 -04:00 |
|
Michael McMahon
|
e3b6b7f842
|
8199849: Add support for UTF-8 encoded credentials in HTTP Basic Authentication
Reviewed-by: chegar, dfuchs
|
2019-08-22 14:36:10 +01:00 |
|
Tobias Hartmann
|
0941bf8b5e
|
8230020: [BACKOUT] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
Back out JDK-8225670 due to performance regressions.
Reviewed-by: roland
|
2019-08-22 12:22:02 +02:00 |
|
Nick Gasson
|
84686488e8
|
8229912: [TESTBUG] java/net/Socks/SocksIPv6Test fails without IPv6
Reviewed-by: alanb, dfuchs
|
2019-08-22 10:53:48 +08:00 |
|
Kim Barrett
|
1acad37ee6
|
8227054: ServiceThread needs to know about all OopStorage objects
8227053: ServiceThread cleanup of OopStorage is missing some
OopStorages provides named access and iteration.
Reviewed-by: eosterlund, pliden, coleenp
|
2019-08-21 18:42:30 -04:00 |
|
Roger Riggs
|
de8d01d4d3
|
8207814: (proxy) upgrade the proxy class generator
Reviewed-by: mchung
|
2019-08-21 16:19:17 -04:00 |
|
Athijegannathan Sundararajan
|
0b625536e6
|
8220700: jlink generated launcher script needs quoting to avoid parameter expansion
Reviewed-by: mchung, alanb, sgehwolf
|
2019-08-21 17:38:19 +05:30 |
|
Leonid Mesnik
|
f83ac54e23
|
8229854: Move runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java out of tier1_runtime
Reviewed-by: dholmes
|
2019-08-20 11:36:47 -07:00 |
|
Roman Kennke
|
b08e417b06
|
8229921: Shenandoah: Make Traversal mode non-experimental
Reviewed-by: shade
|
2019-08-20 18:39:09 +02:00 |
|
Patrick Concannon
|
c99c1f8d55
|
8229916: Delete redundant test java/net/Socket/reset/Test.java
Remove java/net/Socket/reset/Test.java which misses an @test tag and is obsoleted by java/net/Socket/ConnectionReset.java
Reviewed-by: alanb
|
2019-08-20 15:40:49 +01:00 |
|
Laurent Bourgès
|
383e7dfb30
|
8228711: Path rendered incorrectly when it goes outside the clipping region
Fixed closePath() to preserve last position and its outcode in Stroker and TransformingPathConsumer2D.PathClipFilter
Reviewed-by: prr, kcr
|
2019-08-07 10:25:50 +02:00 |
|
Hannes Wallnöfer
|
139f72ec90
|
8226765: Commentary on Javadoc comments
Reviewed-by: jjg, rhalade, skoivu
|
2019-08-06 20:39:48 +02:00 |
|
Abdul Kolarkunnu
|
c4b6dfbad1
|
8221312: test/jdk/sanity/client/SwingSet/src/ColorChooserDemoTest.java failed
Reviewed-by: serb, psadhukhan
|
2019-08-06 00:16:38 -07:00 |
|
Prasanta Sadhukhan
|
93f105e32a
|
Merge
|
2019-07-25 11:31:07 +05:30 |
|
Mandy Chung
|
068575e9b1
|
8173978: Lookup.in should allow teleporting from a lookup class in a named module without dropping all access
Reviewed-by: alanb, plevart
|
2019-07-24 16:46:42 -07:00 |
|
Coleen Phillimore
|
221da20713
|
8228485: JVM crashes when bootstrap method for condy triggers loading of class whose static initializer throws exception
Add case for JVM_CONSTANT_Dynamic in error_message function.
Reviewed-by: dholmes, shade
|
2019-07-24 10:22:11 -04:00 |
|
Patrick Concannon
|
00395fe0d0
|
8227721: test/jdk/java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java should open the java.net package
Reviewed-by: chegar, bpb, alanb
|
2019-07-24 13:08:36 +01:00 |
|
Thomas Schatzl
|
5e48c76e81
|
8228388: Add information about dirty/skipped card for Merge HCC in G1 log
Collect and print informatio about the number of processed cards during the Merge HCC phase to improve log output.
Reviewed-by: kbarrett, sangheki
|
2019-07-24 11:49:39 +02:00 |
|
Abdul Kolarkunnu
|
63bc445628
|
8228479: Correct the format of ColorChooserDemoTest
Reviewed-by: serb, psadhukhan
|
2019-07-23 22:21:16 -07:00 |
|
Mikhailo Seledtsov
|
94c38c4cc1
|
8227122: [TESTBUG] Create Docker sidecar test cases
Created test cases for container sidecar pattern
Reviewed-by: bobv, sgehwolf
|
2019-07-23 11:36:05 -07:00 |
|
Mikael Vidstedt
|
f73a94a772
|
Merge
|
2019-07-23 11:17:59 -07:00 |
|
Andrey Turbanov
|
43c54e9c7f
|
6573239: Typo in jfc text file
Reviewed-by: serb
|
2019-07-16 17:00:00 -07:00 |
|
Roland Westrelin
|
2f2ec624a2
|
8227384: C2 compilation fails with "graph should be schedulable" when running with -XX:-EliminateLocks
Reviewed-by: thartmann, kvn
|
2019-07-16 08:56:08 +02:00 |
|
Roland Westrelin
|
e4314c158d
|
8231405: [Shenandoah] guarantee(d != NULL) failed: Null dominator info
Reviewed-by: shade, rkennke
|
2019-09-26 17:49:44 +02:00 |
|
Chris Hegarty
|
0b881387f2
|
8231504: Update networking tests to avoid implicit dependency on the system proxies
Reviewed-by: dfuchs
|
2019-09-27 09:55:35 +01:00 |
|
Chris Plummer
|
6212eb36c3
|
8228625: [TESTBUG] sun/tools/jhsdb/JShellHeapDumpTest.java fails with RuntimeException 'JShellToolProvider' missing from stdout/stderr
Give jshell process time to fully startup and stablize before requesting heap dump
Reviewed-by: sspitsyn, amenkov
|
2019-09-26 14:41:09 -07:00 |
|
Per Lidén
|
cf5af650de
|
8231294: ZGC: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002 fails
Reviewed-by: shade, dholmes
|
2019-09-26 13:56:58 +02:00 |
|
Patric Hedlin
|
8275b17b07
|
8229499: Node budget assert in fuzzed test
Reviewed-by: thartmann, neliasso
|
2019-09-12 11:44:51 +02:00 |
|
Tobias Hartmann
|
a03e92201d
|
8231223: C2's conditional move optimization fails with assert(bol->Opcode() == Op_Bool) failed
Bail out if the range check If has an Opaque4Node input instead of a BoolNode.
Reviewed-by: roland, kvn
|
2019-09-26 09:16:08 +02:00 |
|
Paul Hohensee
|
1bce27d402
|
8231209: [REDO] ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread
Add com.sun.management.getCurrentThreadAllocatedBytes, implement getThreadAllocatedBytes(long) independent of getThreadAllocatedBytes(long[])
Reviewed-by: mchung, dholmes, sspitsyn
|
2019-09-25 15:22:33 -07:00 |
|
Brent Christian
|
916bbc23b7
|
8221623: Add StackWalker micro benchmarks to jdk repo
Reviewed-by: dfuchs, mchung, redestad
|
2019-09-25 14:33:44 -07:00 |
|
Brian Burkhalter
|
12178ec008
|
8231174: (fs) FileTime should have 100ns resolution (win)
Reviewed-by: alanb
|
2019-09-25 11:44:52 -07:00 |
|
Aleksey Shipilev
|
c49aa4ffa5
|
8231410: Shenandoah: clone barrier should use base pointer
Reviewed-by: rkennke
|
2019-09-25 12:21:10 +02:00 |
|
Tianmin Shi
|
2b56811616
|
8231387: java.security.Provider.getService returns random result due to race condition with mutating methods in the same class
Synchronize access to legacyMap in Provider.getService.
Reviewed-by: valeriep
|
2019-09-25 08:29:03 -07:00 |
|
Arno Zeller
|
3fab0b8407
|
8230110: TestLinkageErrorInGenerateOopMap times out
Reviewed-by: stuefe, clanger, thartmann
|
2019-09-24 14:46:38 +02:00 |
|
Chihiro Ito
|
2260d0c6a3
|
8231317: jdk/jfr/jcmd/TestJcmdConfigure.java fails with "java.lang.RuntimeException: assertTrue: expected true, was false"
Reviewed-by: ysuenaga, dcubed
|
2019-09-25 20:32:56 +09:00 |
|
Roland Westrelin
|
e2803ed999
|
8231055: C2: arraycopy with same non escaping src and dest but different positions causes wrong execution
Reviewed-by: thartmann, vlivanov
|
2019-09-17 15:58:54 +02:00 |
|
Thejasvi Voniadka
|
1f325a0f20
|
8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string
Changes to produce/consume the locale-specific equivalent corresponding to the english string "GMT".
Reviewed-by: naoto, rriggs
|
2019-07-11 03:28:43 +05:30 |
|
Jonathan Gibbons
|
2cd3eb0d40
|
8222791: Order of evaluation of -link params in Javadoc tool reversed -> regression with split packages
Reviewed-by: hannesw
|
2019-07-22 16:10:25 -07:00 |
|
Ralf Schmelter
|
678b5df6c7
|
8227868: jinfo and jstack can fail converting UTF8 output to strings
Reviewed-by: sgehwolf, dholmes, cjplummer
|
2019-07-22 14:40:00 +02:00 |
|
Severin Gehwolf
|
5732fe95a6
|
8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
Move container constant to separate test lib class
Reviewed-by: alanb
|
2019-07-22 10:48:14 +02:00 |
|
Jan Lahoda
|
03270bb92a
|
8227923: End position of EndElementTree is -1
Fixing end positions for DocTrees EndElementTree, EntityTree and CommentTree.
Reviewed-by: jjg
|
2019-07-22 12:21:18 +02:00 |
|
Jie Fu
|
8d62f19e8d
|
8225648: [TESTBUG] java/lang/annotation/loaderLeak/Main.java fails with -Xcomp
Reviewed-by: alanb, iklam
|
2019-07-22 14:31:04 +08:00 |
|
Antonios Printezis
|
c0f6ce7c54
|
8227179: Test for new gc+metaspace=info output format
Reviewed-by: tschatzl, kbarrett
|
2019-07-19 12:39:31 -04:00 |
|