Vyom Tewari
09e25d0d1f
8131061: Use of -Dcom.sun.management.snmp needs to be examined for modules
...
Reviewed-by: mchung, dfuchs
2016-09-06 14:11:12 +05:30
Amit Sapre
d356b8d085
8164730: Make it clear that 'cl' parameter passed to RMIConnector.OISWL is never null
...
Added checks inside constructor of ObjectInputStreamWithLoader inner class. Test case added.
Reviewed-by: dfuchs, alanb
2016-09-06 13:57:03 +05:30
Sharath Ballal
fec04dd065
8164943: sun/tools/jhsdb/HeapDumpTest failed with Can't find library: /test/lib/share/classes
...
Change /test/lib/share/classes to /test/lib in HeapDumpTest.java
Reviewed-by: dsamersoff, ctornqvi
2016-09-06 09:37:55 +03:00
Christoph Langer
5044a0fdc4
8163181: Further improvements for Unix NetworkInterface native implementation
...
Reviewed-by: chegar, msheppar
2016-09-05 10:05:12 +02:00
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
Zoltan Majo
adf14d8c2d
8161720: Better byte behavior for off-heap data
...
Normalize boolean values read with Unsafe.
Reviewed-by: aph, simonis, jrose, psandoz
2016-08-30 09:30:07 +02:00
Prasanta Sadhukhan
dba7bcf4f8
6357887: selected printertray is ignored under linux
...
Reviewed-by: prr, vadim
2016-08-30 11:07:58 +05:30
Masayoshi Okutsu
5f5e297c52
8157792: After Integrating tzdata2016d the test/sun/util/calendar/zi/TestZoneInfo310.java fails for "Asia/Oral" and "Asia/Qyzylorda" Timezones
...
Reviewed-by: peytoia
2016-08-30 14:16:16 +09:00
Amy Lu
5ee89f9f22
8164545: Mark java/net/URLPermission/nstest/lookup.sh as intermittently failing
...
Reviewed-by: dfuchs
2016-08-30 09:36:23 +08:00
Amy Lu
5c73d79296
8163934: Remove intermittent key from java/lang/ProcessBuilder/Zombies.java
...
Reviewed-by: darcy
2016-08-30 09:31:28 +08:00
Xueming Shen
bc903b0547
8066577: Cleanup and make better use of the stream API in the jrtfs code
...
Reviewed-by: alanb, psandoz, redestad
2016-08-29 11:39:12 -07:00
Svetlana Nikandrova
af8dc755fd
8164533: sun/security/ssl/SSLSocketImpl/CloseSocket.java failed with "Error while cleaning up threads after test"
...
Reviewed-by: xuelei
2016-08-29 20:55:06 +03:00
Phil Race
0e155b2a1b
Merge
2016-08-29 08:53:32 -07:00
Athijegannathan Sundararajan
10cbe0678a
8159004: jlink attempts to create launcher scripts when root/bin dir does not exist
...
Reviewed-by: jlaskey, alanb
2016-08-29 21:09:36 +05:30
Jim Laskey
1bc574a534
8161000: GPL header incorrect - classfile/classpath
...
Reviewed-by: sundar
2016-08-29 09:10:07 -03:00
Christoph Langer
ea29d586dd
8164649: Cleanup of test java/nio/channels/FileChannel/Lock.java
...
Reviewed-by: alanb
2016-08-29 11:23:34 +02:00
Dmitry Samersoff
7c219b82fc
8160923: sun/tools/jps/TestJpsJar.java fails due to ClassNotFoundException: jdk.testlibrary.ProcessTools
...
Cleanup build tag
Reviewed-by: iklam, rehn, ctornqvi
2016-08-29 11:59:52 +03:00
Bradford Wetmore
9cda798a33
8061842: Package jurisdiction policy files as something other than JAR
...
Reviewed-by: xuelei, weijun, mullan
2016-08-26 13:44:20 -07:00
Vivek Deshpande
1a188cf07a
8154122: Intrinsify fused mac operations
...
Added FMA intrinsics on x86
Reviewed-by: kvn, aph, darcy
2016-08-26 12:20:09 -07:00
Alejandro Murillo
4d1d2d4cf3
Merge
2016-08-26 10:14:15 -07:00
Alejandro Murillo
542ac8a147
Merge
2016-08-26 10:02:50 -07:00
Sean Mullan
f78a742b53
8024714: In java.security file, ocsp.responderCertSubjectName should not contain quotes
...
Reviewed-by: vinnie
2016-08-26 08:16:42 -04:00
Sharath Ballal
d6ad2ec5c5
8163346: Update jmap-hashcode/Test8028623.java for better diagnostic of timeout
...
Update jmap-hashcode/Test8028623.java to use LingeredApp and rename it to jhsdb/HeapDumpTest.java
Reviewed-by: dsamersoff, dholmes
2016-08-26 13:11:39 +03:00
Sibabrata Sahoo
6ab4f9a732
8006690: sun/security/krb5/auto/BadKdc* tests fails intermittently
...
Some of test for bad KDC failed intermittently
Reviewed-by: weijun
2016-08-26 01:20:30 -07:00
Athijegannathan Sundararajan
ab6aaea20a
8147491: module graph consistency checks after jlink plugins operate on module pool
...
Reviewed-by: jlaskey, mchung, psandoz
2016-08-26 11:50:36 +05:30
Stuart Marks
736833a357
8164834: remove jdeprscan from tools/launcher/VersionCheck.java
...
Reviewed-by: sundar, darcy
2016-08-25 21:58:38 -07:00
Stuart Marks
db470fad5d
8164698: modify jdk makefiles to build jdeprscan
...
Reviewed-by: psandoz
2016-08-25 17:58:49 -07:00
Lana Steuck
672e8fe05c
Merge
2016-08-25 22:35:56 +00:00
Lana Steuck
163f2f0e02
Added tag jdk-9+133 for changeset 77232505c496
2016-08-25 21:18:46 +00:00
Sean Mullan
c2f0a9479f
8150158: Update bugs.sun.com references to bugs.java.com
...
Reviewed-by: ascarpino
2016-08-25 17:08:15 -04:00
Sean Mullan
83c2e4ef3c
8151893: Add security property to configure XML Signature secure validation mode
...
Reviewed-by: jnimeh, xuelei
2016-08-25 15:06:26 -04:00
Svetlana Nikandrova
f894a28859
8005068: HttpCookie does not correctly handle negative maxAge values
...
Reviewed-by: chegar
2016-08-25 20:53:40 +03:00
Anthony Scarpino
0edc4fa72d
8074838: Resolve disabled warnings for libj2pkcs11
...
Reviewed-by: wetmore, erikj
2016-08-26 09:57:36 -07:00
Claes Redestad
2d02799b3b
8164866: tools/jlink/plugins/GenerateJLIClassesPluginTest.java can't compile after JDK-8163371
...
Reviewed-by: sundar, vlivanov
2016-08-26 18:10:12 +02:00
Athijegannathan Sundararajan
e079e3b069
8164800: Cross targeting Windows
...
Reviewed-by: jlaskey, alanb, mchung
2016-08-26 21:31:47 +05:30
Felix Yang
616336b6c2
8163561: Add a test for Proxy Authentication in HTTP/2 Client API
...
Reviewed-by: chegar
2016-08-26 08:33:28 -07:00
Claes Redestad
1a404080ee
8163371: Enable tracing which JLI classes can be pre-generated
...
Reviewed-by: vlivanov
2016-08-26 16:16:09 +02:00
Claes Redestad
92d448522a
8164739: Remove computation of predefined interpreter forms
...
Reviewed-by: vlivanov
2016-08-25 13:29:47 +02:00
Alan Bateman
97fca016ab
8066943: (fs) Path.relativize() gives incorrect result for ".."
...
Reviewed-by: prappo, bpb
2016-08-25 10:01:20 +01:00
Srinivas Dama
7b8ef7554e
8163793: jlink has typo in copy-files plugin help text example
...
Reviewed-by: sundar, redestad
2016-08-25 09:43:46 +05:30
Yasumasa Suenaga
bc0cae288e
8163581: Heap Parameters in HSDB cannot handle G1CollectedHeap
...
Reviewed-by: dholmes, sjohanss
2016-08-25 12:24:16 +09:00
Doug Lea
4c999ed180
8163353: NPE in ConcurrentHashMap.removeAll()
...
Reviewed-by: martin, psandoz, redestad, alanb
2016-08-24 12:50:37 -07:00
Robbin Ehn
001e52768a
8158628: test/java/lang/instrument/NativeMethodPrefixAgent.java: Error occurred during initialization of VM: Failed to start tracing backend
...
Reviewed-by: sla, gtriantafill
2016-08-24 20:51:37 +02:00
Robbin Ehn
dcb6b6c2e6
8164208: Update tests with redefine classes UL options and tags
...
Reviewed-by: coleenp, gtriantafill
2016-08-24 20:38:22 +02:00
Brian Burkhalter
34565b8ada
8163136: Add print statements to java/nio/file/WatchService/LotsOfCancels.java
...
Add some print statements.
Reviewed-by: alanb
2016-08-24 11:23:58 -07:00
Artem Smotrakov
8fe1b11fa9
8164166: Make sure java/nio/channels tests shutdown asynchronous channel groups
...
Reviewed-by: alanb
2016-08-24 10:58:29 -07:00
Sean Coffey
dde76394d5
8150530: Improve javax.crypto.BadPaddingException messages
...
Reviewed-by: xuelei
2016-08-24 17:57:20 +01:00
Claes Redestad
60754ca0fb
8164569: Generate non-customized invoker forms at link time
...
Reviewed-by: vlivanov
2016-08-24 16:11:21 +02:00
Claes Redestad
5431436909
8164483: Generate field lambda forms at link time
...
Reviewed-by: vlivanov
2016-08-24 16:09:34 +02:00
Claes Redestad
338343e0e1
8164669: Lazier initialization of java.time
...
Reviewed-by: scolebourne, chegar, alanb
2016-08-24 13:54:17 +02:00
Weijun Wang
dfa00059e2
8164656: krb5 does not retry if TCP connection timeouts
...
Reviewed-by: xuelei
2016-08-24 13:32:00 +08:00
Steve Drach
3a04923cad
8164585: JarFile::isMultiRelease does not return true in all cases where it should return true
...
Reviewed-by: alanb, psandoz
2016-08-23 11:26:41 -07:00
Paul Sandoz
f3e6d78c81
8160971: Re-enable VarHandle tests quarantined by JDK-8160690
...
Reviewed-by: vlivanov
2016-08-23 15:44:01 -07:00
Brian Burkhalter
dc3e5ed9fb
8164556: Drop AAC and FLAC from content type check in java/nio/file/Files/probeContentType/Basic.java
...
Remove file extensions of AAC and FLAC audio encodings from the list of extensions verified.
Reviewed-by: alanb
2016-08-23 10:51:17 -07:00
Brent Christian
496a6f67d6
7180225: SecurityExceptions not defined in some class loader methods
...
Reviewed-by: mchung, mullan
2016-08-23 10:49:15 -07:00
Artem Smotrakov
4b68f37bfe
8164159: java/nio/file/WatchService/UpdateInterference.java test leaves daemon threads
...
Reviewed-by: alanb
2016-08-23 10:38:01 -07:00
Artem Smotrakov
5971698320
8164592: java/net/MulticastSocket/NoLoopbackPackets.java tests may leave a daemon thread
...
Reviewed-by: clanger, chegar
2016-08-23 10:32:14 -07:00
Lance Andersen
928ca9c5d2
8164061: Fix @since for javax.sql.rowset.BaseRowSet and javax.sql.CommonDataSource
...
Reviewed-by: darcy
2016-08-23 10:30:16 -04:00
Robert Field
738e2b4297
8164596: jshell tool: jdk repo module pages to allow double-dash fix to access Jopt-simple
...
Reviewed-by: jlahoda
2016-08-22 19:28:36 -07:00
Alexandre Iline
a4818844a9
8163126: Fix @modules in some of jdk/* tests
...
Reviewed-by: weijun, alanb, mchung
2016-08-22 18:22:19 -07:00
Joe Darcy
d6dfc0bef3
8164524: Correct inconsistencies in floating-point abs spec
...
Reviewed-by: martin, bpb
2016-08-22 17:22:09 -07:00
Alejandro Murillo
9517153e77
8164589: Remove sun/rmi/runtime/Log/6409194/NoConsoleOutput.java from ProblemList
...
Reviewed-by: jwilhelm
2016-08-22 15:27:50 -07:00
Amit Sapre
2e533f4c60
8162530: src/jdk.management/share/native/libmanagement_ext/GcInfoBuilder.c doesn't handle JNI exceptions properly
...
Exceptions are checked after calling NewStringUTF
Reviewed-by: dholmes, sla
2016-08-22 21:37:37 +03:00
Alejandro Murillo
46babcb5b7
Merge
2016-08-22 08:27:10 -07:00
Sean Mullan
ffafa6e0c8
8164397: Provide javadoc descriptions for the jdk.security.auth and jdk.security.jgss modules
...
Reviewed-by: weijun, xuelei
2016-08-22 08:50:40 -04:00
Claes Redestad
86a27697b7
8164525: Re-examine zero form link time pre-generation
...
Reviewed-by: vlivanov, forax
2016-08-22 12:57:43 +02:00
Peter Levart
4d94193435
Merge
2016-08-22 13:36:33 +02:00
Peter Levart
b0aa08888c
8164547: Make java.lang.reflect.ClassLoaderValue public for internal use
...
Move it to jdk.internal.loader and make it public
Reviewed-by: shade, alanb
2016-08-22 13:16:51 +02:00
Lance Andersen
3337ddec8d
8164515: Add back javadoc module description for java.se.ee
...
Reviewed-by: tbell
2016-08-22 06:52:58 -04:00
Rachna Goel
b19bd0a798
8135055: java.util.Date.after(java.sql.Timestamp ) does not return correct results
...
Reviewed-by: okutsu
2016-08-22 15:17:11 +09:00
Rachna Goel
97f26b2097
8163350: LocaleProviderAdapter Preference list retrieved is wrong, when -Djava.locale.providers=COMPAT
...
Reviewed-by: naoto, okutsu
2016-08-22 14:55:11 +09:00
Yuka Kamiya
86bb2f51cd
7094818: closed/java/text/Format/DateFormat tests failed on Hindi
...
8132861: java/text/Format/DateFormat/Bug4845901.java failed in Thai locale
8134733: java/util/Calendar/CalendarRegression.java failed in ar locale
Reviewed-by: okutsu
2016-08-22 14:24:46 +09:00
Christian Tornqvist
a5637c9afa
8164520: java/lang/ProcessHandle/Basic.java is missing @library tag
...
Reviewed-by: coleenp
2016-08-20 09:36:35 -04:00
Weijun Wang
f4ec2171f2
8164437: Test for JDK-8042900
...
GSSContext is of a different type when jdk.security.jgss is not loaded
Reviewed-by: xuelei
2016-08-20 17:10:17 +08:00
Valerie Peng
55b1ffa690
8078661: [SunPKCS11] Fails to cast into RSAPrivateCrtKey after RSA KeyPair Generation
...
Changed to check all components instead of only the public exponent for RSA CRT key determination
Reviewed-by: vinnie
2016-08-19 23:24:23 +00:00
Vinnie Ryan
17e5e3f34b
8164494: SunPKCS11 requires a non-empty PBE password
...
Reviewed-by: valeriep
2016-08-19 22:15:32 +01:00
Brian Burkhalter
13f73f71eb
8164432: java/nio/file/Files/probeContentType/Basic.java fails on windows for Content type: audio/vnd.dlna.adts
...
Add audio/vnd.dlna.adts as an allowed MIME type for the aac extension.
Reviewed-by: darcy
2016-08-19 13:38:12 -07:00
Alejandro Murillo
ae1273fa3a
Merge
2016-08-19 12:17:32 -07:00
Alejandro Murillo
3fe5cc875a
Merge
2016-08-19 11:22:17 -07:00
Claes Redestad
069573f635
8164485: Zero forms not properly generated
...
Reviewed-by: psandoz
2016-08-19 17:46:44 +02:00
Artem Smotrakov
f86257fff9
8164100: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with java.util.concurrent.TimeoutException
...
Reviewed-by: valeriep
2016-08-19 10:57:44 -07:00
David Dehaven
353a8c13d0
Merge
2016-08-19 10:41:29 -07:00
Chris Hegarty
2f2de77c1d
8156841: sun.security.pkcs11.SunPKCS11 poller thread retains a strong reference to the context class loader
...
Reviewed-by: dfuchs, jnimeh, valeriep
2016-08-19 18:06:46 +01:00
David Dehaven
9c8bd63007
Merge
2016-08-19 08:47:12 -07:00
Christian Tornqvist
0731886f09
8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
...
Reviewed-by: coleenp, gtriantafill, mseledtsov, iignatyev, dholmes, dsamersoff
2016-08-19 10:09:53 -04:00
Claes Redestad
4316d705f2
8164451: Generate all zero and identity forms at link time
...
Reviewed-by: shade, mhaupt, vlivanov
2016-08-19 13:50:03 +02:00
Michael Haupt
22e95f995a
8164102: MethodHandles.countedLoop/4 works incorrect for start/end = Integer.MAX_VALUE
...
Reviewed-by: redestad
2016-08-19 10:03:43 +02:00
Yasumasa Suenaga
a5859015a8
8164326: jrtfsviewer.js and jrtls.js does not work
...
Reviewed-by: sherman, sundar
2016-08-19 16:29:41 +09:00
Valerie Peng
c846a862ee
8130181: Deprecate java.security.Provider(String, double, String), add Provider(Strin
...
Added Provider constructor which uses version String and use sun.security.util.PROVIDER_VER
Reviewed-by: weijun
2016-08-19 06:27:54 +00:00
Tagir F. Valeev
d7fd2d9166
8164189: Collectors.toSet() parallel performance improvement
...
Reviewed-by: shade, psandoz
2016-08-18 17:30:49 -07:00
Steve Drach
4a9aefb851
8164389: jdk.nio.zipfs.JarFileSystem does not completely traverse the versioned entries in a multi-release jar file
...
Reviewed-by: psandoz
2016-08-18 17:18:21 -07:00
Ivan Gerasimov
1487578b08
8164366: ZoneOffset.ofHoursMinutesSeconds() does not reject invalid input
...
Reviewed-by: scolebourne, ntv, coffeys
2016-08-22 22:16:54 +03:00
Ivan Gerasimov
de29b8a394
8153438: Avoid repeated "Please insert a smart card" popup windows
...
Reviewed-by: vinnie, valeriep
2016-08-19 01:41:54 +03:00
Lance Andersen
07e13d14af
8164394: Minor correction in Java API doc for DataSource
...
Reviewed-by: darcy, jjg, tbell
2016-08-18 17:51:40 -04:00
Lana Steuck
591154e8ac
Merge
2016-08-18 21:34:03 +00:00
Lana Steuck
66b3dac5b0
Added tag jdk-9+132 for changeset 5542e4584972
2016-08-18 21:01:22 +00:00
Jamil Nimeh
6328491634
8162808: Add references to the standard JSSE cipher suite names in javadoc
...
Add hyperlinks to the cipher suite section of the Standard Names documentation for various SSL class methods when they reference cipher suites by name
Reviewed-by: xuelei, mullan
2016-08-18 12:48:23 -07:00
Ivan Gerasimov
25ff06c014
8163517: Various cleanup in java.io code
...
Reviewed-by: shade, rriggs, redestad
2016-08-18 22:07:09 +03:00
Lance Andersen
7cb94a8bf8
8138661: Minor correction in Java API doc for DataSource
...
Reviewed-by: naoto
2016-08-18 15:05:02 -04:00
Claes Redestad
9dcafe04f0
8164044: Generate corresponding simple DelegatingMethodHandles when generating a DirectMethodHandle at link time
...
Reviewed-by: vlivanov, mhaupt, shade
2016-08-18 19:00:39 +02:00
Alejandro Murillo
f657bd2fa9
8164329: Problem list sun/rmi/runtime/Log/6409194/NoConsoleOutput.java on windows due to JDK-8164124
...
Reviewed-by: darcy
2016-08-18 09:52:43 -07:00
Svetlana Nikandrova
ae448d6e82
8146602: jdk/test/sun/misc/URLClassPath/ClassnameCharTest.java test fails with NullPointerException
...
Reviewed-by: dfuchs, clanger
2016-08-18 16:27:15 +03:00
Lance Andersen
004433bf70
8161965: Create initial javadoc description for modules
...
Reviewed-by: mchung, alanb, abuckley
2016-08-18 12:39:23 -04:00
Dmitry Samersoff
b022343185
8157236: attach on ARMv7 fails with com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file
...
Add more diagnostic to attach code
Reviewed-by: dholmes, alanb
2016-08-18 13:19:38 +03:00
Anthony Scarpino
697ec31ecf
8156192: Provider#compute and #merge methods expect wrong permission & #compute ClassCastException even with wrong permission
...
Reviewed-by: mullan, jnimeh
2016-08-17 16:03:52 -07:00
Vinnie Ryan
5343687991
6977937: The SunJCE PBKDF2KeyImpl is requiring the MAC instance also be from SunJCE
...
Reviewed-by: xuelei, ascarpino, wetmore
2016-08-17 21:14:39 +01:00
Sean Mullan
b2c0ac7753
Merge
2016-08-17 14:41:17 -04:00
Sean Mullan
b37267c866
8164071: Default.policy file missing content for solaris
...
Reviewed-by: erikj
2016-08-17 14:40:12 -04:00
Alejandro Murillo
0b42584961
Merge
2016-08-17 08:44:38 -07:00
Weijun Wang
8b6f2f0723
8087144: sun/security/krb5/auto/MaxRetries.java fails with Retry count is -1 less
...
8153146: sun/security/krb5/auto/MaxRetries.java failed with timeout
Reviewed-by: xuelei
2016-08-17 10:08:18 +08:00
Alejandro Murillo
9acf34189e
Merge
2016-08-16 08:18:27 -07:00
Weijun Wang
68ec99774e
8141411: keytool can wrongly parse the start date value given by the -startdate option
...
Reviewed-by: xuelei
2016-08-16 21:28:10 +08:00
Dmitry Markov
85a2347cb5
8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
...
Reviewed-by: serb
2016-08-16 11:13:46 +03:00
Staffan Larsen
a283244f86
8164012: com/sun/jdi/CatchPatternTest.sh fails on jdk9/hs with Required output "Exception occurred: java.lang.IllegalMonitorStateException" not found
...
Change test so that irrelevant exceptions do not interfere
Reviewed-by: dholmes, dsamersoff
2016-08-16 09:57:50 +02:00
Sibabrata Sahoo
ca2024b93f
8159964: Update Tests to verify JDK build for "JDK-8159488 Deprivilege java.xml.crypto"
...
Reviewed-by: valeriep
2016-08-16 12:34:00 +05:30
Nishit Jain
10179e0d9b
8129555: DateFormatSymbols: month-related methods must refer to Calendar constants
...
Reviewed-by: naoto, okutsu, peytoia
2016-08-16 15:26:41 +09:00
Artem Smotrakov
aacb739bbd
8162484: javax/net/ssl/Stapling/SSLSocketWithStapling.java test fails intermittently with "Address already in use" error
...
Reviewed-by: xuelei, jnimeh
2016-08-15 16:32:41 -07:00
Ivan Gerasimov
d928f3fae8
8163896: Finalizing one key of a KeyPair invalidates the other key
...
Reviewed-by: coffeys, vinnie
2016-08-15 23:45:32 +03:00
George Triantafillou
73837a5f34
8160833: ClassesByName2Test.java and RedefineCrossEvent.java failing with jtreg tip
...
Reviewed-by: dholmes, ctornqvi
2016-08-15 15:35:27 -04:00
David Dehaven
c7429fd2f6
Merge
2016-08-15 10:23:39 -07:00
Sergey Bylokhov
50c19d9194
8163949: Cleanup of classes which are related to JavaSound
...
Reviewed-by: prr
2016-08-15 20:08:55 +03:00
Doug Lea
c5e580763c
8162627: Miscellaneous changes imported from jsr166 CVS 2016-08
...
Reviewed-by: martin, psandoz
2016-08-15 09:16:31 -07:00
Doug Lea
33762a65b8
8151158: [TESTBUG] java/util/concurrent/forkjoin/FJExceptionTableLeak.java fails due to out of memory
...
8144836: [TESTBUG] FJExceptionTableLeak and RemoveLeak fail with -XX:+UseParallelGC -XX:+AggressiveOpts
Reviewed-by: martin, psandoz, amlu, darcy
2016-08-15 09:13:22 -07:00
Doug Lea
0f24b72e4e
8163210: java/util/concurrent/tck/JSR166TestCase.java testWriteAfterReadLock(StampedLockTest): timed out waiting for thread to terminate
...
Reviewed-by: martin, psandoz, dholmes
2016-08-15 09:09:00 -07:00
Doug Lea
cdae608a00
8162805: Optimize AtomicBoolean.getAndSet
...
Reviewed-by: martin, psandoz, shade
2016-08-15 09:04:40 -07:00
David Dehaven
dbba0650a9
Merge
2016-08-15 08:15:02 -07:00
Vinnie Ryan
3cde7f3104
8163503: PKCS12 keystore cannot store non-X.509 certificates
...
Reviewed-by: weijun, xuelei, mullan
2016-08-15 14:25:51 +01:00
Xue-Lei Andrew Fan
abe8a9eae5
8162362: Introduce system property to control enabled ciphersuites
...
Reviewed-by: coffeys, mullan
2016-08-13 02:21:30 +00:00
Brian Burkhalter
61860ae01d
8152966: ClassCastException when adding IFD to the TIFFDirectory before the image write
...
Move the private method getDirectoryAsIFD(TIFFDirectory) from the API class TIFFDirectory to a public method in the internal class TIFFIFD and replace all casts of TIFFDirectory to TIFFIFD with its invocation
Reviewed-by: prr
2016-08-12 14:35:56 -07:00
Alejandro Murillo
284b527560
Merge
2016-08-12 14:12:56 -07:00
Alejandro Murillo
b5eefa753f
Merge
2016-08-12 13:58:18 -07:00
Sergey Bylokhov
ab8079d89a
8159696: java.beans.MethodRef#get throws NullPointerException
...
Reviewed-by: alexsch
2016-08-12 20:36:41 +03:00
Svetlana Nikandrova
dac6760af7
8145732: Duplicate entry in http.nonProxyHosts will ignore subsequent entries
...
Test update to explicitly cover problematic scenario.
Reviewed-by: chegar
2016-08-12 20:14:25 +03:00
Mikhail Cherkasov
2b8954d7e4
8160696: IllegalArgumentException: adding a component to a container on a different GraphicsDevice
...
Reviewed-by: serb
2016-08-12 18:43:13 +03:00
Claes Redestad
7ccd401ac7
8163946: java/lang/String/concat/WithSecurityManager.java fails after 8163878
...
Reviewed-by: mhaupt
2016-08-12 17:35:01 +02:00
Claes Redestad
fff5c5bf8d
8163878: Remove unnecessary bridge methods, allocations in java.lang.invoke
...
Reviewed-by: mhaupt, shade
2016-08-12 11:30:23 +02:00
John Jiang
bb160cec9c
8163435: Update issue number for SupportedDHKeys.java and UnsupportedDHKeys.java in ProblemList
...
Sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java and sun/security/pkcs11/KeyAgreement/UnsupportedDHKeys.java should be tracked by JDK-8077138 rather than JDK-8154910.
Reviewed-by: mullan
2016-08-12 14:38:02 +08:00
John Jiang
5c39a70c30
8161340: ProblemList.txt update for sun/security/tools/keytool/autotest.sh
...
Remove sun/security/tools/keytool/autotest.sh from ProblemList.txt due to JDK-8130302 has been resolved
Reviewed-by: weijun
2016-08-12 14:36:14 +08:00
John Jiang
57152c2c9a
8160611: Clean up ProblemList.txt for closed/resolved issues
...
Clean up ProblemList.txt for JDK-8130339, JDK-8068645, JDK-8061177, JDK-8058616, JDK-8046285 and JDK-8031555
Reviewed-by: darcy
2016-08-12 14:34:45 +08:00
Pete Brunet
780aad0314
8161483: Implement AccessibleAction interface in JList.AccessibleJList.AccessibleJListChild
...
Move AccessibleAction implementation from subclass to AccessibleJListChild
Reviewed-by: alexsch, prr, darcy
2016-08-11 21:48:53 -05:00
Valerie Peng
805fa70745
8154113: java.security.AccessControlException: access denied ("java.security.SecurityPermission" "authProvider.SunMSCAPI")
...
Granted security permission "authProvider.SunMSCAPI" to SunMSCAPI provider
Reviewed-by: mullan
2016-08-12 00:47:06 +00:00
Valerie Peng
16b80b792d
8157579: com/sun/crypto/provider/Mac/MacClone.java failed on solaris12(sparcv9 and x86)
...
Changed the MAC impl to fall back to SUN provider (or through provider list) if the most preferred impl does not support cloning
Reviewed-by: vinnie, mullan
2016-08-12 00:39:34 +00:00
Valerie Peng
27492ab667
6469513: (smartcardio) CardPermission(String termName, String actions) violates specification
...
Changed to allow null actions value
Reviewed-by: xuelei
2016-08-12 00:10:07 +00:00
Igor Veresov
6f42323feb
Merge
2016-08-11 16:22:09 -07:00
Ivan Gerasimov
cdf04f9c63
8163877: Tests added in JDK-8163518 fail on some platforms
...
Reviewed-by: darcy
2016-08-11 23:41:48 +03:00
Brian Burkhalter
d41cfa354a
8145014: "IIOException: Couldn't seek!" when calling TIFFImageReader.getNumImages()
...
In locateImage() break and decrement image count for zero-entry IFDs and on encountering an EOF.
Reviewed-by: prr
2016-08-11 11:35:47 -07:00
Phil Race
79b2dd4b8d
Merge
2016-08-11 10:37:50 -07:00
Lana Steuck
43568d8cc0
Merge
2016-08-11 17:02:46 +00:00
Lana Steuck
c31f765744
Added tag jdk-9+131 for changeset 6863c0579ecf
2016-08-11 15:47:09 +00:00
Jini George
1920a07b8c
8163143: illegal bci error with interpreted frames in SA due to mirror being stored in interpreted frames
...
Added code to represent the frame mirror offset in SA
Reviewed-by: dsamersoff
2016-08-11 17:47:47 +03:00
Ivan Gerasimov
9088dcdb4a
8163518: Integer overflow in StringBufferInputStream.read() and CharArrayReader.read/skip()
...
Reviewed-by: rriggs, shade
2016-08-11 17:03:40 +03:00
Weijun Wang
a347e23de0
8133910: Some sun/security/tools tests failed
...
Reviewed-by: xuelei
2016-08-11 13:10:54 +08:00
Mandy Chung
e2a0ff3e0d
8136930: Simplify use of module-system options by custom launchers
...
Reviewed-by: alanb, ksrini, henryjen, sundar
2016-08-10 15:51:25 -07:00
Pavel Rappo
5212065235
8163586: java.net.http.RawChannel has been made public by mistake
...
Reviewed-by: chegar
2016-08-10 22:48:25 +01:00
Claes Redestad
855893cb3b
8163814: JDK build has been failing after 8163373
...
Reviewed-by: mchung
2016-08-10 22:49:05 +02:00
Claes Redestad
73b11dc1d0
8163373: Rewrite GenerateJLIClassesPlugin to avoid reflective calls into java.lang.invoke
...
Reviewed-by: vlivanov, mchung
2016-08-10 21:55:25 +02:00
Volker Simonis
0e13ad60ad
8163408: Fix wrong prototype of getNativeScaleFactor() in systemScale.h
...
Reviewed-by: serb
2016-08-10 17:55:08 +02:00
Claes Redestad
bb95ea6101
8163370: Reduce number of classes loaded by common usage of java.lang.invoke
...
Reviewed-by: igerasim, psandoz
2016-08-10 13:54:38 +02:00
Sean Coffey
23853ed3e4
8163104: Unexpected NPE still possible on some Kerberos ticket calls
...
Reviewed-by: weijun
2016-08-10 11:54:12 +01:00
Jamil Nimeh
b6e6759ba9
8132943: ServerHandshaker may select non-empty OCSPStatusRequest structures when Responder ID
...
Select only OCSPStatusRequest objects that have no responder IDs in them when deciding whether to do OCSP stapling and what form of stapling.
Reviewed-by: xuelei
2016-08-09 22:31:41 -07:00
Weijun Wang
359795c50d
8162739: Create new keytool option to access cacerts file
...
Reviewed-by: erikj, vinnie, mullan
2016-08-10 11:30:53 +08:00
Weijun Wang
ebf98a1654
8163489: Avoid using Utils.getFreePort() in TsacertOptionTest.java test
...
Reviewed-by: chegar
2016-08-10 11:21:01 +08:00
Alexander Zvegintsev
88f2ad28aa
8155690: Update libPNG library to the latest up-to-date
...
Reviewed-by: serb
2016-08-10 02:50:58 +03:00
Phil Race
9797ce7dcb
8163238: Upgrade to harfbuzz 1.3.0 in JDK 9
...
Reviewed-by: vadim, serb
2016-08-09 16:20:02 -07:00
Claes Redestad
0ae20fdfaa
8163476: java/lang/StackWalker/VerifyStackTrace.java fails after JDK-8163369
...
Reviewed-by: igerasim, chegar
2016-08-09 15:02:27 +02:00
Alexander Scherbatiy
56b7589578
8160986: Bad rendering of Swing UI controls with Metal L&F on HiDPI display
...
Reviewed-by: prr
2016-08-09 12:08:51 +03:00
Jayathirth D V
c4a6631fc1
8160455: KSS : class.forName issue in TIFFImageMetadata.java
...
Reviewed-by: prr, bpb, serb
2016-08-09 13:55:27 +05:30
Jayathirth D V
0127b8e8b5
8160456: KSS : resource loading issue in TIFFMetadataFormat.java
...
Reviewed-by: prr, bpb
2016-08-09 13:45:17 +05:30
Claes Redestad
cdef6ef876
8163369: Enable generating DMH classes at link time
...
Reviewed-by: vlivanov, shade
2016-08-09 10:00:31 +02:00
Prasanta Sadhukhan
74f5aaca1c
5080098: Page Range must be disabled on the common print dlg for Non serv-formatted flvrs
...
Reviewed-by: prr, jdv
2016-08-09 13:22:58 +05:30
Tomas Hurka
3be823e0db
8162815: unnecessary object creation in reflection
...
Reviewed-by: psandoz, shade
2016-08-09 09:42:01 +02:00
Alexander Scherbatiy
fa627e16d5
8162856: JSlider thumb is twice smaller on HiDPI display
...
Reviewed-by: prr, serb
2016-08-09 10:17:51 +03:00
Athijegannathan Sundararajan
93cbc70d81
8163382: ResourcePoolManager.findEntry has a bug in startsWith call
...
Reviewed-by: jlaskey, redestad
2016-08-09 09:44:25 +05:30
Brian Burkhalter
97b666ee29
8162745: content-types.properties files are missing some modern types
...
Add some content types from HTML5 and Xiph.
Reviewed-by: rriggs, chegar
2016-08-08 13:58:14 -07:00
Brian Burkhalter
522e112b4a
8146215: (fs) java/nio/file/Files/probeContentType/Basic.java failed frequently on Solaris-sparc with Unexpected type: text/plain
...
Append a FileTypeDetector using java.net.FileNameMap as a fallback on all platforms
Reviewed-by: alanb, rriggs, naoto
2016-08-08 13:57:51 -07:00
Brian Burkhalter
f270d810ad
8150154: AIOOB Exception during sequential write of TIFF images
...
Need to reset isRescaling variable when resetting the ImageWriter.
Reviewed-by: prr
2016-08-08 11:09:19 -07:00
Alejandro Murillo
a2a5ee0193
Merge
2016-08-08 11:04:57 -07:00
Roger Riggs
e54c445538
8161431: JNI pending exceptions in ProcessHandleImpl_linux.c and ProcessHandleImpl_unix.c
...
Reviewed-by: naoto
2016-08-08 13:55:16 -04:00
Svetlana Nikandrova
d252f6a613
8162876: [TEST_BUG] sun/net/www/protocol/http/HttpInputStream.java fails intermittently
...
Reviewed-by: chegar
2016-08-08 20:16:53 +03:00
Alejandro Murillo
961ca2224c
Merge
2016-08-08 08:12:20 -07:00
Weijun Wang
d418a61b62
8163303: Remove identity scope information from jarsigner -verbose output
...
Reviewed-by: mullan
2016-08-08 21:51:01 +08:00
Yasumasa Suenaga
6500bf0035
8163272: jhsdb jinfo cannot show system properties
...
Reviewed-by: dholmes, dsamersoff
2016-08-08 21:59:33 +09:00
Dmitrij Pochepko
91414d0dfc
8129523: java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java timeout
...
Reviewed-by: kvn
2016-08-08 11:32:11 +03:00
Robin Stevens
2bd07e4f39
8161664: Memory leak in com.apple.laf.AquaProgressBarUI removed progress bar still referenced
...
Reviewed-by: serb, alexsch
2016-08-08 11:40:39 +04:00
Felix Yang
9b7097c149
8163149: Typo in java.net.http.AuthenticationFilter
...
Reviewed-by: chegar, rriggs
2016-08-05 18:45:40 -07:00
Claes Redestad
8cf37c5448
8161379: Force inline methods calling Reflection.getCallerClass
...
Reviewed-by: shade, mchung
2016-08-06 00:34:50 +02:00
Phil Race
badde41605
Merge
2016-08-05 12:03:58 -07:00
Phil Race
f154b67d33
Merge
2016-08-05 10:23:28 -07:00
Alejandro Murillo
ce2288fa72
Merge
2016-08-05 09:58:09 -07:00
Alejandro Murillo
83f8829c06
Merge
2016-08-05 09:50:29 -07:00
Sergey Bylokhov
fdfda0df82
8162970: Merge error in the DefaultRowSorter.java
...
Reviewed-by: alexsch
2016-08-05 16:20:02 +03:00
Athijegannathan Sundararajan
34e2e88ae2
8163256: jlink/plugins/ExcludeVMPluginTest.java failed with Selected VM server doesn't exist
...
Reviewed-by: jlaskey, alanb
2016-08-05 18:16:45 +05:30
Ambarish Rapte
7c82dd1d04
8039081: [TEST_BUG] Test java/awt/TrayIcon/PopupMenuLeakTest/PopupMenuLeakTest.java fails
...
Reviewed-by: serb, psadhukhan
2016-08-05 15:48:37 +05:30
Athijegannathan Sundararajan
f622ccd42d
8163116: jlink exclude VM plugin does not fully support cross platform image creation
...
Reviewed-by: redestad, alanb, mchung
2016-08-05 09:42:05 +05:30
Chris Plummer
6325503100
8162670: make of jtreg_tests fails if no tests are run, causing jprt test runs to also fail
...
Clear the jtreg exit code when set to 1.
Reviewed-by: stsmirno, dholmes
2016-08-04 16:11:30 -07:00
Brian Burkhalter
0af4f24e45
8162902: Add some debugging output to test/java/nio/file/WatchService/DeleteInterference
...
Add printing of iteration numbers
Reviewed-by: alanb
2016-08-04 14:29:27 -07:00
Alejandro Murillo
ee38e67538
Merge
2016-08-04 17:49:12 +00:00
Alejandro Murillo
c2fec4599b
Added tag jdk-9+130 for changeset cd4f403f9618
2016-08-04 17:32:53 +00:00
Athijegannathan Sundararajan
70ad571a32
8146721: FileCopierPlugin should not create fake module
...
Reviewed-by: jlaskey, alanb
2016-08-04 19:39:42 +05:30
Ivan Gerasimov
4809e92cec
8163180: Typos around @code javadoc tag usage
...
Reviewed-by: dfuchs
2016-08-04 16:05:37 +03:00
Amy Lu
4710805267
8161024: Remove intermittent key from java/lang/Runtime/exec/LotsOfOutput.java
...
Reviewed-by: darcy
2016-08-04 15:45:24 +08:00
Christoph Langer
d83a402794
8162819: fix minor Javadoc issues and remove warnings in java.net.Socket
...
Reviewed-by: dfuchs
2016-08-03 21:15:05 +02:00
Roger Riggs
8bdadcb9dc
8160151: java/lang/ProcessBuilder/Zombies.java failed with error "1 zombies!"
...
Reviewed-by: dfuchs
2016-08-03 12:55:44 -04:00
Joe Darcy
ea95778f91
8162817: Annotation toString output not reusable for source input
...
Reviewed-by: plevart
2016-08-03 08:13:45 -07:00
Ajit Ghaisas
f140028251
6427331: NullPointerException in LookupOp.filter(Raster, WritableRaster)
...
Reviewed-by: psadhukhan, prr
2016-08-03 14:49:01 +05:30
Prasanta Sadhukhan
ac5928bc2a
6575247: Banner checkbox in PrinterJob print dialog doesn't work
...
Reviewed-by: prr, jdv
2016-08-03 14:45:25 +05:30
Li Jiang
a2e634345b
8159713: Make the non-translated keywords clear to translator in jar.properties
...
8161183: Need extra newline in the end of for multi-lines strings in jar.properties
Reviewed-by: naoto
2016-08-03 15:18:58 +08:00
Christoph Langer
3673248f32
8163177: Fix for 8152971 breaks builds with VS2010
...
Reviewed-by: simonis, pnarayanan
2016-08-04 15:58:28 +02:00
Brian Burkhalter
3c2ec5319e
8155960: TIFF javadoc contains HTML entities inside {@code} tags
...
Remove from inside @code tags.
Reviewed-by: prr
2016-08-03 17:01:51 -07:00
Laurent Bourgès
d9c6c4744a
8159638: Improve array caches and renderer stats in Marlin renderer
...
Byte/Float/Int ArrayCache (Reference) refactoring + improved cache statistics and tuning settings
Reviewed-by: flar, prr
2016-08-03 22:53:38 +02:00
Amy Lu
8962d2c020
8161970: Remove tools/jlink/JLinkOptimTest.java from ProblemList.txt
...
8157664: Remove JInfoSanityTest.java JInfoRunningProcessFlagTest.java and JMapHeapConfigTest.java from ProblemList.txt
Reviewed-by: sundar, dsamersoff
2016-08-03 13:32:59 +08:00
Nishit Jain
55be447abd
8035133: Locale matching: Weight q=0 isn't handled correctly
...
Reviewed-by: okutsu, peytoia
2016-08-03 09:37:57 +09:00
Naoto Sato
6d70a9e52d
8162797: Code clean-up in IncludeLocalesPlugin
...
Reviewed-by: sundar
2016-08-02 10:58:16 -07:00
Phil Race
0100968f1c
8074843: Resolve disabled warnings for libmlib_image and libmlib_image_v
...
Reviewed-by: vadim, psadhukhan
2016-08-02 10:43:31 -07:00
Tim Du
d43f127302
8160337: Remove intermittent key from sun/security/pkcs11/rsa/TestKeyPairGenerator.java
...
Reviewed-by: rhalade, xuelei
2016-08-02 10:36:33 -07:00
Markus Grönlund
b152d05787
8162945: HotspotDiagnosticMXBean getFlags erroneously reports OutOfMemory
...
Reviewed-by: egahlin, dcubed
2016-08-02 18:36:47 +02:00
Athijegannathan Sundararajan
48757f6029
8159487: Add JAVA_VERSION, OS_NAME, OS_ARCH properties in release file
...
Reviewed-by: jlaskey
2016-08-02 17:33:50 +05:30
Jayathirth D V
0a24ae0e00
8160736: KSS : unnecessary class.forName in TIFFJPEGCompressor.java
...
Reviewed-by: prr, bpb, vadim
2016-08-02 16:14:59 +05:30
Jayathirth D V
d375707075
8160943: skipImage() in JPEGImageReader class throws IIOException if we have gaps between markers in Jpeg image
...
Reviewed-by: prr, flar
2016-08-02 15:55:03 +05:30
Rajeev Chamyal
c7f532a83d
8144594: HiDPI: awt.Choice looks improperly (Win 8)
...
Reviewed-by: alexsch, serb
2016-08-02 10:46:08 +05:30
Athijegannathan Sundararajan
15cf9b716f
8162782: jlink ResourcePool.releaseProperties should be removed
...
Reviewed-by: jlaskey, alanb
2016-08-02 07:19:06 +05:30
Nishit Jain
a92810e865
7153347: System read/stat/open calls should be hardened to handle EINTR
...
Reviewed-by: okutsu
2016-08-02 10:31:05 +09:00
Felix Yang
ee3076d84b
8157135: Fix module dependencies javax/* EE tests
...
Reviewed-by: alanb
2016-08-01 18:14:06 -07:00
Sean Mullan
4130468fcd
Merge
2016-08-01 17:00:26 -04:00
Sean Mullan
dded3f4e47
8162882: Permission merge issue in jdk.crypto.ucrypto module
...
Reviewed-by: valeriep
2016-08-01 16:59:04 -04:00
Claes Redestad
68a5236016
8162439: Runtime.Version.parse needs fast-path for major versions
...
Reviewed-by: psandoz, sdrach, iris
2016-08-01 20:32:10 +02:00
Phil Race
8ab66b8911
Merge
2016-08-01 10:06:09 -07:00
Dmitry Samersoff
09ec5eb035
Merge
2016-08-01 14:09:27 +00:00
Sean Mullan
df31ad7090
8161506: Deprecate pre-1.2 SecurityManager methods and fields with forRemoval=true
...
Reviewed-by: coleenp, jnimeh, xuelei
2016-08-01 09:58:36 -04:00
Sharath Ballal
994bbbb9c9
8160817: Add jsadebugd functionality to jhsdb
...
Add jsadebugd functionality to jhsdb
Reviewed-by: dsamersoff
2016-08-01 15:39:10 +03:00
Amit Sapre
c4dce28e8e
8162702: com.sun.management.internal.GcInfoBuilder.getPoolNames should not return reference of it's private member
...
Return clone of array
Reviewed-by: dholmes, hb, dsamersoff
2016-08-01 15:27:07 +03:00
Amit Sapre
496e48d0fb
8162524: src/jdk.management/share/native/libmanagement_ext/Flag.c doesn't handle JNI exceptions
...
Add missed exception check
Reviewed-by: dholmes, hb, dsamersoff
2016-08-01 13:53:55 +03:00
Sharath Ballal
b7eda654ab
8158050: Remove SA-JDI
...
Remove SA-JDI
Reviewed-by: alanb, dsamersoff
2016-08-01 10:51:32 +03:00
Rachna Goel
0eb7344760
8066652: Default TimeZone is GMT not local if user.timezone is invalid on Mac OS
...
Reviewed-by: okutsu
2016-08-01 15:55:54 +09:00
Weijun Wang
3d915b8f78
8162752: keytool -importkeystore should probe srcstoretype if not specified
...
Reviewed-by: mullan
2016-07-31 09:40:17 +08:00
Weijun Wang
dd3b3b2ba5
8159528: Deprivilege java.security.jgss, jdk.security.jgss and jdk.security.auth
...
Reviewed-by: mchung, mullan
2016-07-31 09:37:02 +08:00
Alejandro Murillo
435f7046be
Merge
2016-07-30 00:11:02 +00:00
Alejandro Murillo
41186dae1b
Merge
2016-07-29 16:11:57 -07:00
Sean Mullan
663f6eb830
8159752: Grant de-privileged module permissions by default with java.security.policy override option
...
Reviewed-by: alanb, chegar, mchung, tbell, weijun
2016-07-29 19:00:54 -04:00
Steve Drach
def15478eb
8158295: Add a multi-release jar validation mechanism to jar tool
...
Reviewed-by: ogb, psandoz
2016-07-29 09:58:28 -07:00
Brian Burkhalter
911dda4ee1
8163305: Add some print instrumentation to java/nio/channels/Selector/RacyDeregister
...
Perform more iterations on Windows, and on all platforms if the test enters the failure branch, poll for an extra period of time to determine whether it might have succeeded with a longer timeout
Reviewed-by: chegar
2016-08-09 07:50:26 -07:00
Brian Burkhalter
ba0558addb
8163431: probeContentType/Basic.java fails after changes for JDK-8146215
...
Allow multiple legal MIME type interpretations for certain extensions.
Reviewed-by: chegar
2016-08-09 07:43:48 -07:00
Li Jiang
d8180948ff
8161544: JDK9 message drop 20 resource updates - OpenJDK
...
JDK9 message drop 20 resource updates - openjdk
Reviewed-by: peytoia, weijun
2016-07-29 09:34:20 -07:00
Semyon Sadetsky
ae42c4bfa7
8157827: AWT_Desktop/Automated/Exceptions/BasicTest loads incorrect GTK version when jdk.gtk.version=3
...
Reviewed-by: prr
2016-07-29 11:25:59 +03:00
Semyon Sadetsky
0faa49fb23
8160448: Make GTK3 menus appearence similar to native
...
Reviewed-by: alexsch
2016-07-29 11:19:28 +03:00
Paul Sandoz
8dc58ab506
8162458: Buffer view implementations use incorrect offset for Unsafe access
...
Reviewed-by: alanb
2016-07-29 10:18:47 +02:00
Semyon Sadetsky
7c91e56ca7
8161195: Regression: closed/javax/swing/text/FlowView/LayoutTest.java
...
Reviewed-by: alexsch
2016-07-29 11:14:05 +03:00
Semyon Sadetsky
5e8ef54fb0
8016313: java.awt.Headless exception has no spec since its creation
...
Reviewed-by: prr
2016-07-29 11:08:34 +03:00
Semyon Sadetsky
742777a00d
8117886: There is no tooltip while moving the mouse on the tray icon
...
Reviewed-by: alexsch
2016-07-29 11:04:52 +03:00
Semyon Sadetsky
cb959adf02
8161273: [hidpi] The frame insets size is wrong on Linux HiDPI because it is not scaled
...
Reviewed-by: alexsch
2016-07-29 10:59:43 +03:00
Semyon Sadetsky
6ac698e26b
8160246: Regression: 4410243 reproducible with GTK LaF
...
Reviewed-by: alexsch
2016-07-29 10:56:30 +03:00
Semyon Sadetsky
3f59e77645
8161007: GPL header missing comma in year
...
Reviewed-by: alexsch, azvegint
2016-07-29 10:50:49 +03:00
David Dehaven
e5ce918713
Merge
2016-07-28 10:27:46 -07:00
Phil Race
7166a167e1
8056210: Move libawt file to windows directory
...
Reviewed-by: serb, psadhukhan
2016-07-28 09:54:55 -07:00
Phil Race
be7dab7c9a
8148477: Native memory leak in font layout subsystem
...
Reviewed-by: serb
2016-07-28 09:53:08 -07:00
David Dehaven
b6c0aa1261
Merge
2016-07-28 09:29:38 -07:00
Chris Hegarty
97de05e1d1
8134779: (jmod) ZipException is thrown if there are duplicate resources
...
8134847: (jmod) module-info encountered in the cmds, libs or config is not added to jmod file
Reviewed-by: alanb
2016-07-28 17:25:29 +01:00
Joe Darcy
c7fed55b1d
8162746: VersionCheck.java failure after change for JDK-8160921
...
Reviewed-by: tbell
2016-07-28 16:16:38 -07:00
Bradford Wetmore
8c0b4c0358
8161527: NPE is thrown if exempt application is bundled with specific cryptoPerms
...
Reviewed-by: xuelei
2016-07-28 12:09:07 -07:00
David Dehaven
dd116aa128
Merge
2016-07-28 09:01:30 -07:00
Chris Hegarty
bb50284487
8156824: com.sun.jndi.ldap.pool.PoolCleaner should clear its context class loader
...
Reviewed-by: alanb, dfuchs
2016-07-28 16:15:51 +01:00
Athijegannathan Sundararajan
2ebc9d3c1f
8162538: plugin API should avoid read only pool, have module view separated from resource view and have pool builder to modify
...
Reviewed-by: jlaskey, psandoz
2016-07-28 19:34:58 +05:30
Phil Race
74dbca3167
8149714: [parfait] char array lengths don't match in awt_Font.cpp:1701
...
Reviewed-by: serb, ssadetsky
2016-07-28 06:02:40 -07:00
Chris Hegarty
f06b866cdd
8157570: sun.rmi.transport.GC retains a strong reference to the context class loader
...
Reviewed-by: alanb, dfuchs, msheppar
2016-07-28 13:29:34 +01:00
Nadeesh TV
c47c7d8ccf
8160681: LocalDate.ofEpochDay input validation
...
Change the EpochDay range to [-365243219162L, 365241780471L]
Reviewed-by: rriggs, scolebourne
2016-07-28 11:18:43 +00:00
Nadeesh TV
f7eff31b47
8066806: java.time.format.DateTimeFormatter cannot parse an offset with single digit hour
...
Added support for single digit hour in offset
Reviewed-by: rriggs, scolebourne
2016-07-28 10:28:21 +00:00
Brian Burkhalter
82e9d18d0e
8162624: (fs) Remove FileTypeDetectors based on libgio and libmagic
...
Remove GioFileTypeDetector and MagicFileTypeDetector.
Reviewed-by: alanb
2016-07-27 14:27:46 -07:00
Martin Buchholz
da7a66e347
8160605: java/util/SplittableRandom/SplittableRandomTest.java failed with timeout
...
Reviewed-by: psandoz, darcy
2016-07-27 10:34:10 -07:00
Bradford Wetmore
e2c37e40c6
8161303: Sample NIO Server README needs updating
...
Reviewed-by: xuelei
2016-07-28 10:35:31 -07:00
Alejandro Murillo
8a05f12710
Merge
2016-07-28 16:43:37 +00:00
Alejandro Murillo
50e8e355a0
Added tag jdk-9+129 for changeset 8190c004acbd
2016-07-28 16:08:16 +00:00
Karen Kinnear
9be5fdfe94
Merge
2016-07-27 13:33:55 +00:00
Karen Kinnear
201f2252c2
8162340: Better class stream parsing
...
Check package validity
Reviewed-by: lfoltan, coleenp, dholmes
2016-07-27 08:33:15 -04:00
Martin Walsh
3ed86431ba
8160664: JVM crashed with font manager on Solaris 12
...
Reviewed-by: prr, aivanov
2016-07-27 15:32:25 +03:00
Semyon Sadetsky
5fa14d430b
8162411: Service Menu services 2
...
Reviewed-by: prr, mschoene, serb, ahgross
2016-07-27 12:03:19 +03:00
David Holmes
a7960979d9
8140723: Remove source code conditionalized on JAVASE_EMBEDDED
...
Reviewed-by: psandoz, alanb, alexsch
2016-07-26 23:52:29 -04:00
Alejandro Murillo
19e317fe9c
Merge
2016-07-26 16:18:24 -07:00
David Dehaven
dd5b13bacb
Merge
2016-07-26 14:45:11 -07:00
Joe Darcy
085f7a6907
8162539: Test fails because it expects a blank between method signature and throws exception
...
Reviewed-by: coleenp
2016-07-26 12:56:26 -07:00
Phil Race
eae21ed09c
8162488: JDK should be updated to use LittleCMS 2.8
...
Reviewed-by: serb, psadhukhan
2016-07-26 11:50:19 -07:00
Phil Race
a8ce73f840
8074827: Resolve disabled warnings for libjavajpeg
...
Reviewed-by: serb, psadhukhan
2016-07-26 11:30:40 -07:00
Naoto Sato
1c514f5458
8162343: non-ASCII characters in source code comments (.hpp)
...
Reviewed-by: rriggs
2016-07-26 10:53:20 -07:00
Doug Lea
55ee90a475
8161591: Miscellaneous changes imported from jsr166 CVS 2016-07
...
Reviewed-by: martin, psandoz, plevart
2016-07-26 10:06:19 -07:00
Doug Lea
2545e51a0c
8161608: StampedLock should use storeStoreFence when acquiring write lock
...
Reviewed-by: martin, psandoz, plevart
2016-07-26 10:02:05 -07:00
Doug Lea
825edd9274
8160751: Optimize ConcurrentHashMap.keySet().removeAll
...
8161372: ConcurrentHashMap.computeIfAbsent(k,f) locks bin when k present
Reviewed-by: martin, psandoz, plevart
2016-07-26 09:57:51 -07:00
Doug Lea
6db3f79f39
8160402: Garbage retention with CompletableFuture.anyOf
...
Reviewed-by: martin, psandoz, plevart
2016-07-26 09:53:38 -07:00
Doug Lea
b7284ca20e
8162396: j.u.c java.lang.LinkageError
...
Reviewed-by: martin, psandoz, plevart
2016-07-26 09:49:25 -07:00
Vadim Pakhnushev
6632e6c6ca
8162545: Mac build failure
...
Reviewed-by: psadhukhan, prr
2016-07-26 18:45:05 +03:00
Daniel Fuchs
9fb04d6e56
8153082: Update XSLT compiler to generate classes that invoke addReads
...
This fix updates the XSLT compiler to generate Module.addReads statements for external function calls (see FunctionCall.java)
Reviewed-by: alanb, clanger, joehw
2016-07-26 14:30:52 +01:00
Sergey Bylokhov
c322804814
8159899: [TEST_BUG] Timeout in tests when OOM should be generated
...
Reviewed-by: yan, ssadetsky
2016-07-26 15:55:22 +03:00
Vadim Pakhnushev
964fd1e4e9
8161742: [parfait] Uninitialised memory in isXTestAvailable of awt_Robot.c:65
...
Reviewed-by: serb, ssadetsky
2016-07-26 14:54:26 +03:00
Vadim Pakhnushev
cd67ab9d5b
8161733: [parfait] Memory leak in imageioJPEG.c:2803
...
Reviewed-by: prr, serb
2016-07-26 14:19:40 +03:00
Vadim Pakhnushev
4326770a81
8161740: [parfait] Memory leak in Java_sun_awt_UNIXToolkit_load_1gtk_1icon of awt_UNIXToolkit.c:132
...
Reviewed-by: serb, ssadetsky
2016-07-26 14:19:15 +03:00
Vadim Pakhnushev
ddd0f9e960
8161761: [parfait] 2 JNI exception pending defect groups in GraphicsPrimitiveMgr.c
...
Reviewed-by: prr, serb
2016-07-26 14:18:43 +03:00
Ramanand Patil
20477f85e7
8159684: (tz) Support tzdata2016f
...
Reviewed-by: okutsu
2016-07-26 13:48:29 +05:30
Xue-Lei Andrew Fan
4c352f2d46
8161898: Mark the use of deprecated javax.security.cert APIs with forRemoval=true
...
Reviewed-by: vinnie, mullan
2016-07-27 02:47:04 +00:00
Valerie Peng
9a82da0c94
8159488: Deprivilege java.xml.crypto
...
Update java.policy with the necessary permissions and minor code refactoring
Reviewed-by: mullan
2016-07-27 01:24:09 +00:00
Martin Buchholz
0d7e21080e
8162563: Fix double checked locking in System.console()
...
Reviewed-by: rriggs, sherman
2016-07-26 15:41:40 -07:00
Vyom Tewari
620b097690
8161291: Serialization Tests for URLPermission is failing
...
Reviewed-by: dfuchs, chegar
2016-07-26 13:26:12 +05:30
Prasanta Sadhukhan
103caee309
6591280: getting IPP connection causes disabling jar caches
...
Reviewed-by: prr, jdv
2016-07-26 12:37:21 +05:30
Sibabrata Sahoo
1e34f70a1d
8151654: Additional modular test for "auth.login.defaultCallbackHandler"
...
Reviewed-by: mchung, weijun
2016-07-26 09:53:35 +08:00