Mandy Chung
|
dff26a489d
|
8256063: Module::getPackages on an unnamed module may return packages that are in a named module
Reviewed-by: alanb, chegar
|
2020-11-13 00:32:29 +00:00 |
|
Roger Riggs
|
b5a9c92b7a
|
8256244: java/lang/ProcessHandle/PermissionTest.java fails with TestNG 7.1
Reviewed-by: lancea, iignatyev
|
2020-11-12 17:06:00 +00:00 |
|
Sergey Bylokhov
|
1c0b490c28
|
8256201: java/awt/FullScreen/FullscreenWindowProps/FullscreenWindowProps.java failed
Reviewed-by: jdv
|
2020-11-12 17:00:15 +00:00 |
|
Maurizio Cimadamore
|
3e70aac5cc
|
8254162: Implementation of Foreign-Memory Access API (Third Incubator)
Reviewed-by: erikj, psandoz, alanb
|
2020-11-12 16:37:23 +00:00 |
|
Sergey Bylokhov
|
be635258fa
|
8211999: Window positioning bugs due to overlapping GraphicsDevice bounds (Windows/HiDPI)
Reviewed-by: kizune, aivanov
|
2020-11-11 01:29:33 +00:00 |
|
Jorn Vernee
|
0a41ca6b75
|
8254354: Add a withInvokeExactBehavior() VarHandle combinator
Reviewed-by: psandoz, chegar
|
2020-11-10 23:26:02 +00:00 |
|
Mandy Chung
|
6d8acd2696
|
8256066: Tests use deprecated TestNG API that is no longer available in new versions
Reviewed-by: jjg
|
2020-11-10 17:51:52 +00:00 |
|
Sergey Bylokhov
|
2d6c28db24
|
6847157: java.lang.NullPointerException: HDC for component at sun.java2d.loops.Blit.Blit
Reviewed-by: prr
|
2020-11-09 06:35:50 +00:00 |
|
Sergey Bylokhov
|
2cad836833
|
8255575: java.awt.color.ICC_ColorSpace is not thread-safe
Reviewed-by: prr
|
2020-11-09 01:28:19 +00:00 |
|
Sergey Bylokhov
|
a53b12df2d
|
8255722: Create a new test for rotated blit
Reviewed-by: prr
|
2020-11-09 01:12:46 +00:00 |
|
Conor Cleary
|
f5d36e6c94
|
8246741: NetworkInterface/UniqueMacAddressesTest: mac address uniqueness test failed
Reviewed-by: chegar, dfuchs
|
2020-11-06 17:35:24 +00:00 |
|
Brian Burkhalter
|
727a69f537
|
8255969: Improve java/io/BufferedInputStream/LargeCopyWithMark.java using jtreg tags
Reviewed-by: naoto
|
2020-11-06 16:15:14 +00:00 |
|
Brian Burkhalter
|
a50fdd5484
|
8219014: (bf) Add absolute bulk put methods which accept a source Buffer
Reviewed-by: psandoz, alanb
|
2020-11-05 16:27:49 +00:00 |
|
Mandy Chung
|
94ace035a5
|
8255863: Clean up test/jdk/java/lang/invoke/defineHiddenClass/BasicTest.java
Reviewed-by: rriggs, chegar
|
2020-11-04 17:44:09 +00:00 |
|
Brian Burkhalter
|
c287170c94
|
8254742: InputStream::readNBytes(int) result may contain zeros not in input
Reviewed-by: shade, bchristi
|
2020-11-04 16:50:02 +00:00 |
|
Kim Barrett
|
6023f6b1bf
|
8188055: (ref) Add Reference::refersTo predicate
Reviewed-by: mchung, pliden, rriggs, dholmes, ihse, smarks, alanb
|
2020-11-04 09:18:23 +00:00 |
|
Brian Burkhalter
|
450452bb8c
|
8254876: (fs) NullPointerException not thrown when first argument to Path.of or Paths.get is null
Reviewed-by: rriggs, alanb
|
2020-11-03 19:39:28 +00:00 |
|
Sergey Bylokhov
|
83f3cf4298
|
8196087: java/awt/image/DrawImage/IncorrectUnmanagedImageRotatedClip.java fails
Reviewed-by: jdv
|
2020-11-03 18:28:19 +00:00 |
|
Jorn Vernee
|
b8d4e02ce7
|
8255374: Add a dropReturn MethodHandle combinator
Reviewed-by: redestad
|
2020-11-03 12:10:48 +00:00 |
|
Naoto Sato
|
6dac8d2780
|
8255671: Bidi.reorderVisually has misleading exception messages
Reviewed-by: joehw
|
2020-11-02 16:48:16 +00:00 |
|
Christian Stein
|
f61ce32770
|
8255576: (fs) Files.isHidden() throws ArrayIndexOutOfBoundsException (unix)
Reviewed-by: alanb
|
2020-11-01 12:39:43 +00:00 |
|
Mandy Chung
|
5782a2a309
|
8254975: lambda proxy fails to access a protected member inherited from a split package
Reviewed-by: rriggs
|
2020-10-29 21:11:37 +00:00 |
|
Conor Cleary
|
d5138d1fce
|
8255604: java/nio/channels/DatagramChannel/Connect.java fails with java.net.BindException: Cannot assign requested address: connect
Reviewed-by: dfuchs, michaelm
|
2020-10-29 19:08:06 +00:00 |
|
Jorn Vernee
|
2a2fa134c3
|
8255449: Improve the exception message of MethodHandles::permuteArguments
Reviewed-by: chegar, mchung
|
2020-10-29 18:32:48 +00:00 |
|
Conor Cleary
|
ea26ff1142
|
8247614: java/nio/channels/DatagramChannel/Connect.java timed out
Reviewed-by: dfuchs, alanb
|
2020-10-29 09:57:09 +00:00 |
|
Michael McMahon
|
6bb7e45e8e
|
8245194: Unix domain socket channel implementation
Reviewed-by: erikj, dfuchs, alanb, chegar
|
2020-10-28 17:26:26 +00:00 |
|
Vicente Romero
|
8bde2f4e3d
|
8255013: implement Record Classes as a standard feature in Java, follow-up
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Co-authored-by: Harold Seigel <hseigel@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Reviewed-by: jlahoda
|
2020-10-28 17:18:46 +00:00 |
|
Prasanta Sadhukhan
|
767965046e
|
8231231: The printing result is different from the case instruction
Reviewed-by: prr
|
2020-10-27 11:16:27 +00:00 |
|
Sergey Bylokhov
|
abdbbe3a79
|
8254370: Update the classes in the java.awt.color package
Reviewed-by: prr
|
2020-10-26 23:56:11 +00:00 |
|
Daniel Kamil Kozar
|
b498433631
|
8254825: Monitoring available clipboard formats should be done via new Windows APIs
Reviewed-by: serb
|
2020-10-26 19:13:20 +00:00 |
|
Sergey Bylokhov
|
49c4978d0a
|
8060202: [macosx] Test closed/java/awt/Choice/GetSizeTest/GetSizeTest fails only in MacOSX(10.10)
Reviewed-by: prr
|
2020-10-26 18:35:52 +00:00 |
|
Aleksey Shipilev
|
c28b011121
|
8255343: java/util/stream/SpliteratorTest.java fails on 32-bit platforms with "Misaligned access at address: 12"
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: mcimadamore
|
2020-10-26 07:11:44 +00:00 |
|
Naoto Sato
|
57d903bdd9
|
8255242: Bidi.requiresBidi has misleading exception message
Reviewed-by: bchristi
|
2020-10-25 18:22:10 +00:00 |
|
Kiran Sidhartha Ravikumar
|
55a0cad827
|
8254982: (tz) Upgrade time-zone data to tzdata2020c
Reviewed-by: erikj, naoto
|
2020-10-23 10:13:08 +00:00 |
|
Naoto Sato
|
ff5f2265d2
|
8255086: Update the root locale display names
Reviewed-by: bchristi, joehw
|
2020-10-23 01:13:36 +00:00 |
|
Brent Christian
|
8afdcaee1c
|
8255031: Update java/util/prefs/AddNodeChangeListener.java to report more failure info
Reviewed-by: bpb
|
2020-10-22 21:45:43 +00:00 |
|
Raffaello Giulietti
|
0efdde188b
|
8238669: Long.divideUnsigned is extremely slow for certain values (Needs to be Intrinsic)
Reviewed-by: bpb
|
2020-10-21 16:32:59 +00:00 |
|
Fernando Guallini
|
f813a28b95
|
8254692: (se) Clarify the behaviour of the non-abstract SelectorProvider::inheritedChannel
Reviewed-by: chegar, bpb, alanb
|
2020-10-21 14:54:19 +00:00 |
|
Sergey Bylokhov
|
2e510e04bd
|
8255043: Incorrectly styled copyright text
Reviewed-by: dholmes, trebari, jdv
|
2020-10-21 04:53:16 +00:00 |
|
Sergey Bylokhov
|
2ee2b4ae19
|
8231454: File lock in Windows on a loaded jar due to a leak in Introspector::getBeanInfo
Reviewed-by: kizune
|
2020-10-21 02:05:16 +00:00 |
|
Sergey Bylokhov
|
e5870cf002
|
8252133: The java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java fails if metal pipeline is active
Reviewed-by: prr
|
2020-10-21 00:15:46 +00:00 |
|
Jamil Nimeh
|
d6cef99050
|
8245417: Improve certificate chain handling
Co-authored-by: Hai-may Chao <hai-may.chao@oracle.com>
Reviewed-by: mullan, jnimeh
|
2020-10-20 14:58:39 -07:00 |
|
Vipin Menon
|
3ee0380e99
|
8234393: [macos] printing ignores printer tray
Reviewed-by: psadhukhan, prr
|
2020-10-20 11:14:28 +00:00 |
|
Pankaj Bansal
|
21e67e5460
|
8225790: Two NestedDialogs tests fail on Ubuntu
Reviewed-by: serb
|
2020-10-20 09:05:51 +00:00 |
|
Thomas Stuefe
|
7ba6a6bf00
|
8251158: Implementation of JEP 387: Elastic Metaspace
Reviewed-by: lkorinth, coleenp, iklam, rrich
|
2020-10-20 06:48:09 +00:00 |
|
Sergey Bylokhov
|
6e8835c6bc
|
7110890: reg test TranslucentShapedFrameTest fails to create non-opaque frame
Reviewed-by: prr
|
2020-10-19 23:54:10 +00:00 |
|
Vicente Romero
|
1da28de82f
|
8255009: delta apply fixes for JDK-8246774 and JDK-8253455, pushed too soon
Reviewed-by: jlahoda
|
2020-10-19 15:55:54 +00:00 |
|
Vicente Romero
|
c17d58516f
|
8246774: implement Record Classes as a standard feature in Java
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Co-authored-by: Harold Seigel <hseigel@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Reviewed-by: coleenp, jlahoda, sspitsyn, chegar
|
2020-10-18 18:54:33 +00:00 |
|
Sergey Bylokhov
|
e66c6bb9d5
|
8254349: The TestNoScreenMenuBar test should be updated
Reviewed-by: pbansal
|
2020-10-16 21:56:54 +00:00 |
|
Volker Simonis
|
60159cff40
|
8253952: Refine ZipOutputStream.putNextEntry() to recalculate ZipEntry's compressed size
Reviewed-by: lancea, alanb
|
2020-10-15 09:18:26 +00:00 |
|