Phil Race
10cac15976
8225007: java/awt/print/PrinterJob/LandscapeStackOverflow.java may hang
...
Reviewed-by: serb, jdv
2019-05-30 09:23:14 -07:00
Phil Race
a806ced291
8225020: Problem list some sanity test failures
...
Reviewed-by: psadhukhan, akolarkunnu
2019-05-30 09:16:43 -07:00
Prasanta Sadhukhan
d10495627b
8224824: ProblemList java/awt/Color/AlphaColorTest failure in linux_x64
...
Reviewed-by: serb
2019-05-30 10:45:51 +05:30
Prasanta Sadhukhan
72bef42c4a
8224821: java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java fails linux-x64
...
Reviewed-by: jdv
2019-05-28 16:38:01 +05:30
Prasanta Sadhukhan
15acb9faf7
8224830: test/jdk/java/awt/Focus/ModalExcludedWindowClickTest/ModalExcludedWindowClickTest.java fails on linux-x64
...
Reviewed-by: jdv
2019-05-28 16:35:47 +05:30
Phil Race
d655301d49
8224778
: test/jdk/demo/jfc/J2Ddemo/J2DdemoTest.java cannot find J2Ddemo.jar
...
Reviewed-by: erikj, psadhukhan
2019-05-27 12:24:26 -07:00
Phil Race
a34bbe6c30
8224632: testbug: java/awt/dnd/RemoveDropTargetCrashTest/RemoveDropTargetCrashTest.java fails on MacOS
...
Reviewed-by: serb, psadhukhan
2019-05-24 13:52:33 -07:00
Phil Race
cf5f70d4ec
8224771: backout RemoveDropTargetCrashTest.java fix to re-push with correct bugid
...
Reviewed-by: serb
2019-05-24 13:50:56 -07:00
Phil Race
501916030f
8224705: Tests that need to be problem-listed or have printer resources
...
Reviewed-by: serb, psadhukhan
2019-05-24 09:10:10 -07:00
Phil Race
033c08fcce
8223804: [macos] remove obsoleted reference to security framework in launcher code
...
Reviewed-by: rriggs, erikj
2019-05-23 15:02:47 -07:00
Prasanta Sadhukhan
1f138e1009
8211703: JInternalFrame : java.lang.AssertionError: cannot find the internal frame
...
Reviewed-by: prr, serb
2019-05-23 10:50:47 +05:30
Alan Malloy
f573b23f72
8224629: Unnecessary cast in LambdaToMethod
...
Reviewed-by: vromero
2019-05-22 15:30:11 -07:00
Naoto Sato
8dfd33c2b4
8223773: DateTimeFormatter Fails to throw an Exception on Invalid CLOCK_HOUR_OF_AMPM and HOUR_OF_AMPM
...
Reviewed-by: lancea, scolebourne, rriggs
2019-05-31 13:49:35 -07:00
Erik Joelsson
1cdcf154e0
8219788: Configure recommends JDK 8
...
Reviewed-by: tbell
2019-05-31 13:37:58 -07:00
Ioi Lam
43e23020f2
8224692: runtime/appcds tests crash in "HotSpotJVMCI::compute_offset" when running in Graal as JIT mode
...
Reviewed-by: ccheung
2019-05-31 12:51:36 -07:00
Kim Barrett
67defd71f2
8219149: ProcessTools.ProcessBuilder should print timing info for subprocesses
...
Add some timestamped logging messages to OutputBuffer.
Reviewed-by: rriggs, dcubed, lmesnik, dholmes
2019-05-31 14:42:28 -04:00
Brian Burkhalter
cf4fa3f72f
8225117: java/math/BigInteger/SymmetricRangeTests.java fails with ParseException
...
Reviewed-by: darcy
2019-05-31 11:13:58 -07:00
Jonathan Gibbons
d710316029
8225129: Fix minor HTML issues in java.naming
...
Reviewed-by: mchung, lancea
2019-05-31 10:59:54 -07:00
Harold Seigel
1b0445639f
8222936: mlvm/anonloader/stress/randomBytecodes/Test.java fails due to "ERROR: There were 1 hangups during parsing."
...
Prevent false failures by blocking the test until either it times out or the loading thread finishes
Reviewed-by: dholmes, coleenp
2019-05-31 13:09:15 -04:00
Jonathan Gibbons
913ab5c6f4
8225094: Fix minor HTML issues in jdk.zipfs
...
Reviewed-by: clanger, mchung, lancea
2019-05-31 09:26:27 -07:00
Patricio Chilano Mateo
84242de3ef
8225016: Dead code due to VMOperationQueue::add() always returning true
...
Removed dead code in vmThread.cpp
Reviewed-by: coleenp, hseigel, dholmes
2019-05-31 11:17:55 -04:00
Arno Zeller
bb2e4df367
8194231: java/net/DatagramSocket/ReuseAddressTest.java failed with java.net.BindException: Address already in use: Cannot bind
...
Changed test to no longer use hardcoded ports.
Reviewed-by: chegar, clanger
2019-05-28 20:12:16 +02:00
Chris Hegarty
53b022d9eb
8224973: URLStreamHandler.openConnection(URL,Proxy) - spec and implementation mismatch
...
Reviewed-by: alanb, dfuchs
2019-05-31 15:02:45 +01:00
Roland Westrelin
98b1d8c798
8173196: [REDO] C2 does not optimize redundant memory operations with G1
...
Reviewed-by: thartmann, kvn
2019-05-21 15:46:09 +02:00
Patric Hedlin
d222b01dee
8223363: Bad node estimate assertion failure
...
8223502: Node estimate for loop unswitching is not correct: assert(delta <= 2 * required) failed: Bad node estimate
8224648: assert(!exceeding_node_budget()) failed: Too many NODES required! failure with ctw
Tighten the node estimates. New est_loop_clone_sz() implementation that will compute a "fan-out" complexity estimate as part of the size estimate (to better estimate complex loop body size after cloning). New est_loop_unroll_sz() function, used to estimate the size of a loop body att full/maximal unrolling. Correction to node budget final tests and asserts.
Reviewed-by: neliasso, kvn
2019-05-28 14:56:58 +02:00
Thomas Schatzl
d36c7bad82
8223693: Memory wastage in size of per-region type buffers in GC
...
Reviewed-by: kbarrett, sangheki
2019-06-03 10:51:28 +02:00
Thomas Schatzl
ac21f1bdd5
8223162: Improve ergonomics for Sparse PRT entry sizing
...
Scale Sparse PRT table sizes exponentially according to region size.
Reviewed-by: kbarrett, sangheki
2019-06-03 10:50:14 +02:00
Prasanta Sadhukhan
f7e4fb87b2
8214702: Wrong text position for whitespaced string in printing Swing text
...
Reviewed-by: prr, serb
2019-05-21 14:41:43 +05:30
Patric Hedlin
4cadab8492
8225110: IGV build definition uses non-secure transport
...
Reviewed-by: neliasso
2019-05-16 17:09:11 +02:00
Claes Redestad
fd7c38aa35
8224986: (str) optimize StringBuilder.append(CharSequence, int, int) for String arguments
...
Reviewed-by: jlaskey, rriggs
2019-05-31 12:20:21 +02:00
Nils Eliasson
25b1131e33
8224538: LoadBarrierNode::common_barrier must check address
...
Reviewed-by: thartmann, kvn
2019-05-31 10:13:24 +02:00
Athijegannathan Sundararajan
0bb2f86867
8216535: tools/jimage/JImageExtractTest.java timed out
...
Reviewed-by: jlaskey
2019-05-31 08:27:06 +05:30
Zhengyu Gu
1a3d4e638c
8225014: Separate ShenandoahRootScanner method for object_iterate
...
Reviewed-by: shade
2019-05-30 21:12:26 -04:00
Jonathan Gibbons
5edd5f5805
8220251: fix headings in java.management
...
Reviewed-by: lancea
2019-05-30 17:28:26 -07:00
Zhengyu Gu
c73e5b1401
8224978: Shenandoah: Allows root verifier to verify some roots outside safepoints with proper locks
...
Reviewed-by: shade
2019-05-29 11:55:30 -04:00
Joe Darcy
bcd13b790f
8224687: Add clarifying overrides of Element.asType to more specific subinterfaces
...
Reviewed-by: jjg
2019-05-30 16:21:08 -07:00
Serguei Spitsyn
110ead8bea
8223718: Checks in check_slot_type_no_lvt() should be always executed
...
Call check_slot_type_no_lvt() even if the LVT is present
Reviewed-by: kvn, gadams, amenkov
2019-05-30 15:55:16 -07:00
Jonathan Gibbons
ec83d0304e
8225077: fix references to broken link in java.compiler module
...
Reviewed-by: darcy, lancea
2019-05-30 13:45:48 -07:00
Sergey Kuksenko
145f06a155
8223504: Improve performance of forall loops by better inlining of "iterator()" methods
...
Reviewed-by: vlivanov, shade
2019-05-30 12:45:02 -07:00
Xiang Yuan
76361f63bd
8224828: aarch64: rflags is not correct after safepoint poll
...
Reviewed-by: aph, adinn
2019-05-30 10:29:55 +08:00
Jonathan Gibbons
26fe539bbd
8225066: Add missing file
...
Reviewed-by: mchung
2019-05-30 11:00:23 -07:00
Jonathan Gibbons
5317d41dd9
8224257: fix issues in files generated by pandoc
...
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: tbell, jjg, erikj
2019-05-30 10:37:48 -07:00
Chris Hegarty
89c51948ff
8225060: java.net.DefaultInterface invokes NetworkInterface::getInetAddresses without doPriv
...
Reviewed-by: alanb
2019-05-30 18:10:34 +01:00
Vladimir Ivanov
5db82de14b
8223216: C2: Unify class initialization checks between new, getstatic, and putstatic
...
Reviewed-by: kvn, dlong
2019-05-30 19:12:11 +03:00
Sean Mullan
8ac3b68688
8224767: Add String constants for Canonical XML 1.1 URIs
...
Reviewed-by: xuelei
2019-05-30 09:24:13 -04:00
Bob Vandette
087c3a9c3a
8222252: Java ergonomics limits heap to 128GB with disabled compressed oops
...
Reviewed-by: dholmes
2019-05-30 07:07:15 -04:00
Athijegannathan Sundararajan
90fb4990ed
8224946: jrtfs URI to Path and Path to URI conversions are wrong
...
Reviewed-by: alanb
2019-05-30 17:30:33 +05:30
Chris Hegarty
3ab3ffd29f
8224730: java.net.ServerSocket::toString not invoking checkConnect
...
Reviewed-by: alanb
2019-05-30 12:36:04 +01:00
Vladimir Ivanov
e72bfe15ad
8223213: Implement fast class initialization checks on x86-64
...
Reviewed-by: kvn, redestad, dholmes, mdoerr, coleenp
2019-05-30 13:39:13 +03:00
Markus Grönlund
ba723fbdfb
8224172: assert(jfr_is_event_enabled(id)) failed: invariant
...
Reviewed-by: dcubed, dholmes
2019-05-30 11:42:53 +02:00