Ivan Gerasimov
164b17df5b
8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with incorrect arguments should not produce output
...
Reviewed-by: rriggs, alanb, sherman
2016-09-03 13:43:01 +03:00
Lana Steuck
be6bc336c7
Merge
2016-09-02 21:42:27 +00:00
Brian Burkhalter
925586066c
8165000: Selector.select(timeout) throws IOException when timeout is a large long
...
Clamp the timeout passed to kevent0 to the largest value that does not provoke the error.
Reviewed-by: clanger, alanb
2016-09-02 12:38:27 -07:00
Brian Burkhalter
92cf16b425
8154075: [TIFF] AIOOB Exception from TIFFLZWDecompressor
...
For banded images make sure the step in the horizontal differencing predictor calculations for Deflate and LZW compression is unity (1) instead of the number of samples per pixel.
Reviewed-by: prr
2016-09-02 11:29:02 -07:00
Iris Clark
f0535f417c
8165269: (doc) Toolkit.isDynamicLayoutActive(): orphan '0' in first sentence
...
Reviewed-by: alexsch
2016-09-02 10:48:35 -07:00
Andrey Dyachkov
6d3b1a78ad
8155102: (Process) Process.toString could include pid, isAlive, exitStatus
...
Reviewed-by: rriggs
2016-09-02 12:30:46 -04:00
George Triantafillou
3d2958a962
8165293: Remove ClassesByName2Test.java and RedefineCrossEvent.java from ProblemList.txt
...
Reviewed-by: dcubed
2016-09-02 11:20:33 -04:00
Semyon Sadetsky
c8c8826688
8163100: [hidpi] Linux: display-wise scaling factor issues
...
Reviewed-by: alexsch, serb
2016-09-02 10:36:55 +03:00
Semyon Sadetsky
84ec8b74f9
8164937: Remove code from SortingFocusTraversalPolicy that hacks into non-public Arrays.legacyMergeSort
...
Reviewed-by: alexsch, serb
2016-09-02 10:31:49 +03:00
Alejandro Murillo
092d3bef1c
Merge
2016-09-01 15:20:57 -07:00
Alejandro Murillo
f7039c9c31
Merge
2016-09-01 14:09:04 -07:00
Phil Race
d6ba2efe5d
Merge
2016-09-01 12:22:59 -07:00
Dmitry Markov
49b420e58a
8050478: [macosx] Cursor not updating correctly after closing a modal dialog
...
Reviewed-by: serb, alexsch
2016-09-01 22:17:48 +03:00
Phil Race
6f12a4ff0d
8144015: [PIT] failures of text layout font tests
...
8144023: [PIT] failure of text measurements in javax/swing/text/html/parser/Parser/6836089/bug6836089.java
8145542: The case failed automatically and thrown java.lang.ArrayIndexOutOfBoundsException exception
8151725: [macosx] ArrayIndexOOB exception when displaying Devanagari text in JEditorPane
8144240: [macosx][PIT] AIOOB in closed/javax/swing/text/GlyphPainter2/6427244/bug6427244.java
8152680: Regression in GlyphVector.getGlyphCharIndex behaviour
8158924: Incorrect i18n text document layout
8041480: ArrayIndexOutOfBoundsException when JTable contains certain string
Reviewed-by: serb, srl
2016-09-01 11:29:20 -07:00
Li Jiang
347a38c28d
8159408: duplicated data in rmic's javac.properties
...
Reviewed-by: alanb
2016-09-01 08:59:47 -07:00
Phil Race
2551c0ae07
Merge
2016-09-01 08:39:27 -07:00
Prem Balakrishnan
63217bef37
8144735: [hidpi] javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentPerPixelTranslucentGradient.java fails
...
Reviewed-by: psadhukhan, vadim
2016-09-01 16:18:14 +05:30
Sean Coffey
9807f64dfc
8164846: CertificateException missing cause of underlying exception
...
Reviewed-by: xuelei
2016-09-01 11:01:47 +01:00
Amit Sapre
277a5b423f
8164609: javax/management/remote/mandatory/notif/DeadListenerTest.java fails with Assertion Error
...
Increased test timeout to ensure test case gets all notifications.
Reviewed-by: dholmes
2016-09-01 15:02:32 +05:30
Alexander Scherbatiy
6d5b6597cd
8158411: Regression on Swingmark on 8u102 b03 comparing 8u102 b02 on several configs on win32
...
Reviewed-by: prr, ssadetsky
2016-09-01 12:02:22 +03:00
Li Jiang
44ec255a91
8145952: ISO 4217 amendment 161
...
8164784: ISO 4217 amendment 162
Reviewed-by: naoto
2016-09-01 01:39:21 -07:00
Jan Lahoda
d2f0ab6d8e
8131023: JShell: System.in does not work
...
Read prompt lentgh directly from the terminal
Reviewed-by: rfield
2016-09-01 10:30:13 +02:00
Ramanand Patil
6906b1ad96
8161016: Strange behavior of URLConnection with proxy
...
Reviewed-by: shade, chegar
2016-09-01 10:35:38 +05:30
Athijegannathan Sundararajan
e1f4b79e9e
8157992: Improve jlink help message on optimization-related options
...
Reviewed-by: redestad, alanb
2016-09-02 14:46:27 +05:30
Lana Steuck
8c2258b975
Merge
2016-09-02 02:41:37 +00:00
Lana Steuck
a4260270fa
Added tag jdk-9+134 for changeset 9217de724b92
2016-09-01 23:20:11 +00:00
Paul Sandoz
3bd5ebe2ef
8162108: Rename weakCompareAndSetVolatile to weakCompareAndSet
...
Reviewed-by: martin
2016-09-01 13:56:13 -07:00
Paul Sandoz
c073edc24c
8162106: Remove VarHandle.addAndGet
...
Reviewed-by: shade, redestad
2016-09-01 10:17:01 -07:00
Paul Sandoz
82d48917bb
8161444: VarHandles should provide access bitwise atomics
...
8162107: Add acquire/release variants for getAndSet and getAndAdd
Reviewed-by: shade, redestad
2016-09-01 10:16:57 -07:00
Prasanta Sadhukhan
252779d212
8165146: [PIT][TEST_BUG] Doubtful usability of java/awt/print/PrinterJob/TestMediaTraySelection.java
...
Reviewed-by: prr
2016-09-01 10:21:29 +05:30
Rajan Halade
53db4a4609
8164229: Redundant "sun/net/www/protocol/https" tests in jdk_security3 group
...
Reviewed-by: chegar
2016-08-31 16:16:01 -07:00
Mandy Chung
b5172ce65e
8165180: Provide a shared secret to access non-public ServerSocket constructor
...
Reviewed-by: chegar
2016-08-31 15:20:31 -07:00
Phil Race
0d1ad07556
8164818: Reg. test java/awt/font/TextLayout/VisibleAdvance.java fails
...
Reviewed-by: serb, psadhukhan
2016-08-31 13:40:06 -07:00
Henry Jen
4a0362efff
8081388: JNI exception pending in jdk/src/windows/bin/java_md.c
...
Reviewed-by: ksrini
2016-08-31 11:53:58 -07:00
Alejandro Murillo
f2099ceae0
Merge
2016-08-31 13:50:02 -07:00
Alexandre Iline
3ff1d554b4
8164982: Fix legal notices in java/lang, java/net, java/util tests
...
Reviewed-by: darcy, iris
2016-08-31 09:46:50 -07:00
Alejandro Murillo
44fb1c5f24
Merge
2016-08-31 09:22:54 -07:00
Sibabrata Sahoo
3d17ae2b1d
8164922: sun/security/provider/SecureRandom/AutoReseed.java failed with timeout in Ubuntu Linux
...
The test timeout waiting to get seed in an exhausted Linux platform.
Reviewed-by: weijun
2016-08-31 08:44:12 -07:00
Sibabrata Sahoo
2822e9e2d6
8015595: Test sun/security/krb5/auto/Unreachable.java fails with Timeout error
...
Unreachable.java was getting timeout due to PortUnreachableException was not thrown
Reviewed-by: weijun
2016-08-31 08:34:59 -07:00
Claes Redestad
5afec5d3d6
8164858: Enable build-time use of java.lang.invoke resolve tracing
...
Reviewed-by: erikj, vlivanov
2016-08-31 14:20:02 +02:00
Dmitry Samersoff
9d327693f4
Merge
2016-08-31 10:28:37 +00:00
Alexander Scherbatiy
b7149b5cc7
8153287: [PIT] [hidpi] java/awt/image/multiresolution/MultiresolutionIconTest failed (GTK+ and Nimbus L&F)
...
Reviewed-by: serb, ssadetsky
2016-08-31 12:49:03 +03:00
Amit Sapre
5f8a441f1a
8066635: Fix deprecation warnings in java.management module
...
Fixed deprecation warnings in java.management module
Reviewed-by: dholmes
2016-08-31 12:10:00 +03:00
Jini George
c7a2c07ca8
8163150: SA: CLHSDB printmdo throws an exception with "java.lang.InternalError: missing reason for 22"
...
Accounted for the new JVMCI related Deoptimization Reasons.
Reviewed-by: dsamersoff, sla
2016-08-31 11:46:59 +03:00
Alexander Scherbatiy
6449bab3d1
8163193: Metal L&F gradient is lighter on HiDPI display after the fix JDK-8143064
...
Reviewed-by: serb, ssadetsky
2016-08-31 11:13:53 +03:00
Kim Barrett
7bddef3ed0
8156500: Move Reference pending list into VM to prevent deadlocks
...
Move reference pending list and locking into VM
Co-authored-by: Per Liden <per.liden@oracle.com>
Reviewed-by: coleenp, dholmes, dcubed, mchung, plevart
2016-08-30 23:46:02 -04:00
Mandy Chung
3f2262b347
8160851: Remove old launcher module-related options
...
Reviewed-by: jjg, alanb
2016-08-30 17:48:07 -07:00
Alexandre Iline
0b55f8862f
8164859: Fix module dependences in java/text tests
...
Reviewed-by: naoto
2016-08-30 14:30:32 -07:00
Phil Race
f020ea7a19
Merge
2016-08-30 08:45:21 -07:00
Ivan Gerasimov
3ab913d398
6474807: (smartcardio) CardTerminal.connect() throws CardException instead of CardNotPresentException
...
Reviewed-by: valeriep
2016-08-30 15:31:46 +03:00