Sergey Bylokhov
|
06b33a0ad7
|
8261107: ArrayIndexOutOfBoundsException in the ICC_Profile.getInstance(InputStream)
Reviewed-by: azvegint, psadhukhan
|
2021-02-04 07:28:27 +00:00 |
|
Prasanta Sadhukhan
|
60f440deb9
|
6436374: Graphics.setColor(null) is not documented
Reviewed-by: serb, pbansal
|
2021-02-04 04:13:05 +00:00 |
|
Jesper Wilhelmsson
|
9b7a8f1982
|
Merge
|
2021-02-04 02:06:33 +00:00 |
|
Phil Race
|
8760688d21
|
8260616: Removing remaining JNF dependencies in the java.desktop module
Reviewed-by: gziemski, ihse, serb
|
2021-02-04 01:36:19 +00:00 |
|
Weijun Wang
|
4a8b5c1602
|
8257858: [macOS]: Remove JNF dependency from libosxsecurity/KeystoreImpl.m
8257860: [macOS]: Remove JNF dependency from libosxkrb5/SCDynamicStoreConfig.m
Reviewed-by: erikj, prr, ihse, valeriep
|
2021-02-03 16:20:16 +00:00 |
|
Ivan Šipka
|
0ef93feb43
|
8259265: Refactor UncaughtExceptions shell test as java test.
Reviewed-by: rriggs
|
2021-02-03 14:08:29 +00:00 |
|
Prasanta Sadhukhan
|
cb127a4bb5
|
8198343: Test java/awt/print/PrinterJob/TestPgfmtSetMPA.java may fail w/o printer
Reviewed-by: jdv, trebari
|
2021-02-03 06:49:32 +00:00 |
|
Mahendra Chhipa
|
9af333923b
|
8261003: Bad Copyright header format after JDK-8183372
Reviewed-by: bchristi
|
2021-02-02 22:14:07 +00:00 |
|
Mahendra Chhipa
|
6dc3c6dcdd
|
8183372: Refactor java/lang/Class shell tests to java
Reviewed-by: bchristi, mchung
|
2021-02-02 21:11:41 +00:00 |
|
Aleksey Shipilev
|
081fa3e715
|
8260927: StringBuilder::insert is incorrect without Compact Strings
Reviewed-by: redestad, alanb, rriggs, jlaskey
|
2021-02-02 18:00:43 +00:00 |
|
Thomas Stuefe
|
d7b1fc59a5
|
8260707: java/lang/instrument/PremainClass/InheritAgent0100.java times out
Co-authored-by: Arno Zeller <azeller@openjdk.org>
Reviewed-by: dholmes, sspitsyn, dcubed
|
2021-02-02 17:56:38 +00:00 |
|
Sergey Bylokhov
|
64a150c518
|
6986863: ProfileDeferralMgr throwing ConcurrentModificationException
Reviewed-by: kizune
|
2021-01-29 06:18:43 +00:00 |
|
Martin Buchholz
|
81e9e6a7fc
|
8260461: Modernize jsr166 tck tests
Reviewed-by: dl
|
2021-01-28 18:06:55 +00:00 |
|
Jorn Vernee
|
d07af2b8ec
|
8255531: MethodHandles::permuteArguments throws NPE when duplicating dropped arguments
Reviewed-by: redestad
|
2021-01-28 12:26:32 +00:00 |
|
Sergey Bylokhov
|
e1411fd4d4
|
6606673: Path2D.Double, Path2D.Float and GeneralPath ctors throw exception when initialCapacity is negative
Reviewed-by: psadhukhan, kizune
|
2021-01-27 02:52:37 +00:00 |
|
Serguei Spitsyn
|
c538cd8b79
|
8165276: Spec states to invoke the premain method in an agent class if it's public but implementation differs
Reviewed-by: mchung, dholmes, alanb
|
2021-01-26 07:15:50 +00:00 |
|
Stuart Marks
|
a8871776e6
|
8246788: ZoneRules invariants can be broken
Reviewed-by: rriggs, naoto
|
2021-01-22 18:51:32 +00:00 |
|
Johannes Kuhn
|
bf5e801501
|
8259922: MethodHandles.collectArguments does not throw IAE if pos is outside the arity range
Reviewed-by: mchung
|
2021-01-22 17:18:06 +00:00 |
|
Claes Redestad
|
27cc62a5c7
|
8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException
Reviewed-by: jvernee, mchung
|
2021-01-20 23:42:58 +00:00 |
|
Jesper Wilhelmsson
|
cf25383d19
|
Merge
|
2021-01-19 22:49:44 +00:00 |
|
Martin Buchholz
|
f7b96d347a
|
8259796: timed CompletableFuture.get may swallow InterruptedException
Reviewed-by: dl, alanb
|
2021-01-19 18:41:08 +00:00 |
|
Sergey Bylokhov
|
dfee7b8ad6
|
8259511: java/awt/Window/MainKeyWindowTest/TestMainKeyWindow.java failed with "RuntimeException: Test failed: 20 failure(s)"
Reviewed-by: jdv
|
2021-01-19 07:16:02 +00:00 |
|
Conor Cleary
|
707bce080d
|
8257212: (bf spec) Clarify byte order of the buffer returned by CharBuffer.subsequence(int,int)
Reviewed-by: chegar, bpb, alanb
|
2021-01-15 14:06:38 +00:00 |
|
Tagir F. Valeev
|
2c8e337dff
|
8259622: TreeMap.computeIfAbsent deviates from spec
Reviewed-by: smarks
|
2021-01-15 04:11:31 +00:00 |
|
Yasumasa Suenaga
|
e3b548a68b
|
8257736: InputStream from BodyPublishers.ofInputStream() leaks when IOE happens
Reviewed-by: dfuchs, chegar
|
2021-01-15 01:58:36 +00:00 |
|
Jesper Wilhelmsson
|
51e14f2e2a
|
Merge
|
2021-01-14 01:29:47 +00:00 |
|
Mahendra Chhipa
|
5df2a949e3
|
8212035: merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer
Reviewed-by: dfuchs
|
2021-01-13 15:53:05 +00:00 |
|
Sergey Bylokhov
|
0957d9eb14
|
8259519: The java.awt.datatransfer.DataFlavor#ioInputStreamClass field is redundant
Reviewed-by: aivanov
|
2021-01-13 02:30:33 +00:00 |
|
Maurizio Cimadamore
|
17b4db31cb
|
8259636: Check for buffer backed by shared segment kicks in in unexpected places
Reviewed-by: sundar, alanb, chegar
|
2021-01-12 21:06:03 +00:00 |
|
Maurizio Cimadamore
|
b03880e33b
|
8259634: MemorySegment::asByteBuffer does not respect spatial bounds
Reviewed-by: alanb, chegar
|
2021-01-12 17:09:05 +00:00 |
|
Sergey Bylokhov
|
98ccfbf469
|
8255710: Opensource unit/regression tests for CMM
Reviewed-by: pbansal, prr
|
2021-01-12 06:56:49 +00:00 |
|
Sergey Bylokhov
|
61c5b95b0d
|
7194219: java/awt/Component/UpdatingBootTime/UpdatingBootTime.html fails on Linux
Reviewed-by: aivanov
|
2021-01-12 06:53:17 +00:00 |
|
Jesper Wilhelmsson
|
b378f54df3
|
Merge
|
2021-01-12 01:08:14 +00:00 |
|
Maurizio Cimadamore
|
d60a937e87
|
8259028: ClassCastException when using custom filesystem with wrapper FileChannel impl
Reviewed-by: chegar, alanb, uschindler
|
2021-01-11 16:14:56 +00:00 |
|
Jan Lahoda
|
235488215b
|
8250768: javac should be adapted to changes in JEP 12
Reviewed-by: mcimadamore, erikj, jjg, ihse
|
2021-01-11 10:10:47 +00:00 |
|
Martin Buchholz
|
270014ab4e
|
8234131: Miscellaneous changes imported from jsr166 CVS 2021-01
8257671: ThreadPoolExecutor.Discard*Policy: rejected tasks are not cancelled
Reviewed-by: alanb, prappo, dl
|
2021-01-09 21:59:27 +00:00 |
|
Martin Buchholz
|
63e3bd7613
|
8246677: LinkedTransferQueue and SynchronousQueue synchronization updates
Reviewed-by: alanb, dl
|
2021-01-09 21:08:32 +00:00 |
|
Martin Buchholz
|
5cfa8c94d6
|
8246585: ForkJoin updates
8229253: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
Reviewed-by: dl
|
2021-01-09 20:57:52 +00:00 |
|
Sergey Bylokhov
|
6472104e18
|
6278172: TextComponent.getSelectedText() throws StringIndexOutOfBoundsException
Reviewed-by: aivanov
|
2021-01-09 07:22:20 +00:00 |
|
Roger Riggs
|
628c546bea
|
8258796: [test] Apply HexFormat to tests for java.security
Reviewed-by: xuelei
|
2021-01-08 21:32:54 +00:00 |
|
Roger Riggs
|
876c7fb5f7
|
8259493: [test] Use HexFormat instead of adhoc hex utilities in network code and locale SoftKeys
Reviewed-by: lancea, naoto
|
2021-01-08 21:31:37 +00:00 |
|
Jesper Wilhelmsson
|
555641ede5
|
Merge
|
2021-01-07 21:17:35 +00:00 |
|
Sergey Bylokhov
|
2e99e28fc6
|
8213126: java/awt/Window/MainKeyWindow/TestMainKeyWindow.java time-out on mac10.13
Reviewed-by: psadhukhan
|
2021-01-07 17:49:48 +00:00 |
|
Joe Darcy
|
80544e4d5f
|
8250564: Remove terminally deprecated constructor in GSSUtil
8250565: Remove terminally deprecated constructor in java.net.URLDecoder
Reviewed-by: bpb, smarks, alanb, mullan
|
2021-01-06 18:05:33 +00:00 |
|
Phil Race
|
940b053065
|
8259232: Bad JNI lookup during printing
Reviewed-by: psadhukhan
|
2021-01-06 17:34:15 +00:00 |
|
Rafael Winterhalter
|
d25a1bed56
|
8259224: (ann) getAnnotatedReceiverType should not parameterize owner(s) of statically nested classes
Reviewed-by: jfranck
|
2021-01-06 15:46:33 +00:00 |
|
Maurizio Cimadamore
|
e66187d885
|
8259032: MappedMemorySegmentImpl#makeMappedSegment() ignores Unmapper#pagePosition
Co-authored-by: Uwe Schindler <uschindler@openjdk.org>
Reviewed-by: alanb
|
2021-01-06 12:18:43 +00:00 |
|
Prasanta Sadhukhan
|
80110dac91
|
8259007: This test printed a blank page
Reviewed-by: prr, serb
|
2021-01-06 06:36:29 +00:00 |
|
Maurizio Cimadamore
|
b7940aa1c4
|
8259027: NullPointerException in makeMappedSegment due to NULL Unmapper when length of segment is 0
Reviewed-by: chegar, uschindler
|
2021-01-05 16:15:28 +00:00 |
|
Sergey Bylokhov
|
a6c088131b
|
8256321: Some "inactive" color profiles use the wrong profile class
Reviewed-by: prr
|
2021-01-05 12:47:33 +00:00 |
|