Dan Smith
b0f3e76e60
8234835: Use UTF-8 charset in fixuppandoc
...
Reviewed-by: martin, jjg
2019-12-06 12:33:28 -07:00
Vicente Romero
bf2f855cd7
8235446: confusing error message for records with no parens
...
Reviewed-by: mcimadamore
2019-12-06 14:23:17 -05:00
Claes Redestad
06cb195865
8234331: Add robust and optimized utility for rounding up to next power of two
...
Reviewed-by: eosterlund, stuefe, jrose
2019-12-06 18:05:36 +01:00
Igor Ignatyev
60fda4e577
8235353: clean up hotspot problem lists
...
Reviewed-by: kvn, mdoerr
2019-12-06 09:14:38 -08:00
Calvin Cheung
4abba17c10
8225219: [TESTBUG] AppCDS tests timed out with -Xcomp and --limit-modules option won't work with Graal
...
Reviewed-by: kvn, iklam, iignatyev
2019-12-06 09:09:33 -08:00
Michael McMahon
b96610d017
8235475: Add additional timestamp to test java/nio/channels/Selector/SelectWithConsumer.java
...
Reviewed-by: alanb
2019-12-06 14:17:25 +00:00
Martin Doerr
b1e086a5fc
8220348: [ntintel] asserts about copying unaligned array
...
Reviewed-by: clanger, stuefe
2019-12-06 14:31:05 +01:00
Christoph Langer
547e472c42
8234185: Cleanup usage of canonicalize function between libjava, hotspot and libinstrument
...
Reviewed-by: dholmes, alanb, sspitsyn
2019-12-06 14:13:10 +01:00
Harold Seigel
b8dbdd1232
8235359: Simplify method Class.getRecordComponents()
...
Change getRecordComponents0() to return an array of RecordComponent's so no conversion is needed
Reviewed-by: lfoltan, chegar, fparain, vromero, mchung
2019-12-06 13:05:25 +00:00
Ambarish Rapte
8fd8c5bf5d
4949105: Access Bridge lacks html tags parsing
...
Reviewed-by: serb, prr, pbansal
2019-12-06 16:37:09 +05:30
Toshio Nakamura
6511acbf1e
8234386: [macos] NPE was thrown at expanding Choice from maximized frame
...
Reviewed-by: serb
2019-12-05 15:36:08 -08:00
Sergey Bylokhov
cd2cc6d796
8232226: [macos 10.15] test/jdk/java/awt/color/EqualityTest/EqualityTest.java may fail
...
Reviewed-by: prr, pbansal
2019-12-05 15:33:37 -08:00
Sergey Bylokhov
36eb7510f8
7124307: JSpinner and changing value by mouse
...
Reviewed-by: prr, pbansal
2019-12-05 15:31:23 -08:00
Sergey Bylokhov
e4ddde03d2
8234137: The "AutoTestOnTop.java" test may run external applications
...
Reviewed-by: prr
2019-12-05 15:29:13 -08:00
Phil Race
525b0422e4
8209113: Use WeakReference for lastFontStrike for created Fonts
...
Reviewed-by: serb, jdv
2019-12-05 13:24:52 -08:00
Phil Race
c96d36e1b0
8214481: freetype path does not disable TrueType hinting with AA+FM hints
...
Reviewed-by: serb, psadhukhan
2019-12-04 17:42:18 -08:00
Phil Race
1c66428b90
8234784: Update jpeg.md to reflect code used by JDK
...
Reviewed-by: serb
2019-12-04 17:41:03 -08:00
Alexey Ivanov
06d1df9a32
8235245: tiff_metadata.html has invalid HTML structure: misplaced </thead> element
...
Reviewed-by: bpb, serb
2019-12-04 13:49:24 +00:00
Prasanta Sadhukhan
e9e86ffb30
8221903
: PIT: javax/swing/RepaintManager/IconifyTest/IconifyTest.java fails on ubuntu18.04
...
Reviewed-by: serb
2019-12-04 16:28:48 +05:30
Stefan Karlsson
5b155f05e7
8235324: Dying objects are published from users of CollectedHeap::object_iterate
...
Reviewed-by: pliden, eosterlund, sjohanss, rkennke
2019-12-04 11:30:32 +01:00
Leonid Mesnik
dc0cc5520c
8235530: Removed duplicated threadByName methods in nsk/jdi tests
...
Reviewed-by: dholmes, sspitsyn
2019-12-09 13:02:07 -08:00
Jonathan Gibbons
589f23568a
8234689: facilitate writing additional custom attributes in a class file
...
Reviewed-by: jlahoda
2019-12-09 12:27:57 -08:00
Zhengyu Gu
93286c94dc
8235586: Shenandoah: Traversal GC still uses old CLD::oops_do API
...
Reviewed-by: rkennke
2019-12-09 14:01:03 -05:00
Xue-Lei Andrew Fan
baebce3d2f
8235448: code cleanup in SSLContextImpl.java
...
Reviewed-by: jnimeh
2019-12-09 10:56:27 -08:00
Jonathan Gibbons
45b8d09e1b
8234211: allow discoverable javac plugins to be invoked by default
...
Reviewed-by: jlahoda
2019-12-09 10:44:02 -08:00
Ioi Lam
749bda0e2d
8235490: AppCDS DynamicArchiveRelocationTest.java failed: 'always map archive(s) at an alternative address' missing
...
Reviewed-by: coleenp, ccheung
2019-12-09 09:59:03 -08:00
Andy Herrick
ade72f4965
Merge
2019-12-09 13:02:05 -05:00
Andy Herrick
72caf85c0f
8235453: tools/jpackage/junit/junit.java failed
...
Reviewed-by: prr
2019-12-09 13:01:02 -05:00
Athijegannathan Sundararajan
0ca9d9a032
8225562: jlink --module-path behavior inconsistent with help/errors
...
Reviewed-by: alanb
2019-12-09 23:00:13 +05:30
Vladimir Ivanov
e8496cea83
8235143: C2: No memory state needed in Thread::currentThread() intrinsic
...
Reviewed-by: mdoerr, jrose
2019-12-09 19:29:39 +03:00
Vladimir Ivanov
eabb5cc21f
8226411: C2: Avoid memory barriers around off-heap unsafe accesses
...
Reviewed-by: kvn, thartmann, eosterlund, jrose, rkennke
2019-12-09 19:29:35 +03:00
Patrick Concannon
12e43e216e
8233191: MulticastSocket joinGroup/leaveGroup do not specify their behavior when the outgoing interface has not been set
...
Clarifies the behaviour of 2-arg joinGroup/leaveGroup methods when null is passed for the NetworkInteface argument. The fix also clarifies what is returned by getInterface() and getNetworkInterface() methods when no previous NetworkInterface has been set.
Reviewed-by: alanb, chegar, dfuchs
2019-12-09 15:54:44 +00:00
Claes Redestad
3cccc62e56
8234735: InstanceKlass:find_method_index regression after JDK-8231610
...
Reviewed-by: iklam, coleenp
2019-12-09 16:46:29 +01:00
Patrick Concannon
22e26b2a81
8234148: DatagramSocket.setOption/getOption/supportedOption should support multicast options
...
Fix adds multicast socket options to DatagramSocket
Reviewed-by: alanb, dfuchs, vtewari
2019-12-09 14:25:37 +00:00
Aleksei Efimov
3f259d8e3a
8141685: com/sun/jndi/ldap/InvalidLdapFilters.java initializes context failed
...
Reviewed-by: dfuchs, vtewari
2019-12-09 14:07:26 +00:00
Christoph Langer
3c8ec642ff
8235403: Further cleanup to test serviceability/sa/ClhsdbCDSCore.java
...
Reviewed-by: iklam, iignatyev
2019-12-09 15:01:57 +01:00
Julia Boes
07fc539a85
8232513: java/net/DatagramSocket/PortUnreachable.java still fails intermittently with BindException
...
Increase the number of bind retries and test repeats, best effort only
Reviewed-by: msheppar, dfuchs, vtewari
2019-12-09 12:46:12 +00:00
Julia Boes
3ea25ecdfe
8233319: Deprecate MulticastSocket methods that operate on java.net.InetAddress
...
Deprecate any method that operates on InetAddress as well as getLoopbackMode and setLoopbackMode
Reviewed-by: chegar, dfuchs, alanb
2019-12-09 12:06:26 +00:00
Stefan Johansson
9cabfa82ff
8165443: Free Collection Set serial phase takes very long on large heaps
...
Reviewed-by: tschatzl, kbarrett
2019-12-09 10:26:41 +01:00
Jan Lahoda
4c4d6cdc92
8235483: Warnings printed during the build
...
Reviewed-by: erikj
2019-12-09 10:16:01 +01:00
Rahul Raghavan
228c3144d2
8233453: MLVM deoptimize stress test timed out
...
Increased timeout factor for MLVM deoptimize stress test
Reviewed-by: iignatyev, thartmann
2019-12-09 14:02:03 +05:30
Zhengyu Gu
ee140f7f81
8235262: Move c2i_entry_barrier for x86_32 to shared
...
Reviewed-by: rkennke, eosterlund
2019-12-08 10:05:57 -05:00
Weijun Wang
36bd09dead
8233222: Clarify system property usage in KerberosPrincipal instantiation
...
Reviewed-by: mullan
2019-12-07 09:40:28 +08:00
Sandhya Viswanathan
6a547f9574
8235510: java.util.zip.CRC32 performance drop after 8200067
...
Backout 8200067 optimization
Reviewed-by: kvn
2019-12-06 16:03:44 -08:00
Mandy Chung
e7fa637179
8235351: Lookup::unreflect should bind with the original caller independent of Method's accessible flag
...
Reviewed-by: alanb
2019-12-06 15:10:40 -08:00
Vladimir Kozlov
41b4803cdf
8235438: [JVMCI] StackTraceElement::decode should use the original Method
...
Reviewed-by: coleenp, never
2019-12-06 14:47:05 -08:00
Joe Darcy
e1921502c5
8235514: Update record serialization tests to not use hard coded source versions
...
Reviewed-by: lancea
2019-12-06 13:32:46 -08:00
Jonathan Gibbons
fa21d57760
8218268: Javac treats Manifest Class-Path entries as Paths instead of URLs
...
Reviewed-by: mchung, bchristi
2019-12-06 13:03:39 -08:00
Joe Darcy
0da41b464e
8235499: Change HotSpot jtreg records test to better handle JDK updates
...
Reviewed-by: hseigel, iignatyev
2019-12-06 12:13:25 -08:00
Matthias Baesken
5e85366785
8234968: check calloc rv in libinstrument InvocationAdapter
...
Reviewed-by: clanger, stuefe, sspitsyn
2019-11-29 08:00:36 +01:00