Joe Darcy
cf73adbf80
8166054: Problem list JarURLConnectionUseCaches.java until JDK-8165988 is fixed
...
Reviewed-by: dfuchs
2016-09-14 10:12:59 -07:00
Jamil Nimeh
1b9ce49e92
8132926: PKIXParameters built with public key form of TrustAnchor causes NPE during cert path building/validation
...
Fix cases where non-certificate issuer information may be passed into the OCSPResponse.verify method, thereby causing NPEs to be thrown.
Reviewed-by: xuelei
2016-09-14 07:37:15 -07:00
Sergei Kovalev
fc5df42634
8166032: Fix module dependencies for javax.SSL tests
...
Reviewed-by: xuelei, weijun
2016-09-14 17:28:17 +03:00
Nancy Nigam
1d734cec8f
8164791: Update existing test cases of test/java/text/Format
...
Reviewed-by: okutsu, peytoia
2016-09-15 08:18:57 +09:00
Chris Bensen
a7b5545cb8
8165524: Better detect JRE that Linux JLI will be using
...
Reviewed-by: ksrini
2016-09-14 06:46:19 -07:00
Daniel Fuchs
aebe74d3f5
6543126: Level.known can leak memory
...
Custom level instances will now be released when their defining class loader is no longer referenced.
Reviewed-by: plevart, mchung, chegar
2016-09-14 14:04:14 +01:00
Thomas Stuefe
18b01dde66
8166012: [linux] Remove remnants of LinuxThreads from Linux attach framework
...
Reviewed-by: dholmes, alanb
2016-09-14 14:29:39 +02:00
John Jiang
08d5007708
8077138: Some PKCS11 tests fail because NSS library is not initialized
...
Re-building NSS libraries with VS2013 to make the new libraries to depend on msvcr120.dll, which is already distributed with JDK 9
Reviewed-by: vinnie
2016-09-14 11:06:26 +08:00
Sergei Kovalev
918a107479
8165870: Fix module dependencies for javax.script/* tests
...
Reviewed-by: sundar
2016-09-13 15:28:44 +03:00
Steve Drach
375fe9b50c
8163798: Create a JarFile versionedStream method
...
Reviewed-by: mchung, psandoz, redestad
2016-09-13 13:55:35 -07:00
Athijegannathan Sundararajan
0fd0cd0d3b
8163320: JAVA_VERSION in release file should come from java.base module
...
Reviewed-by: mchung
2016-09-13 20:59:43 +05:30
Rob McKenna
2cca4bcc0a
6947916: JarURLConnection does not handle useCaches correctly
...
Reviewed-by: chegar
2016-09-13 14:47:29 +01:00
Vyom Tewari
912fe7e358
8075484: SocketInputStream.socketRead0 can hang even with soTimeout set
...
Reviewed-by: chegar, dsamersoff, msheppar, clanger
2016-09-13 17:00:06 +05:30
Prasanta Sadhukhan
3a0c7b8644
7064425: PageFormat Dialog has no owner window to reactivate
...
6948907
: sun.print.DialogOwner does not support Dialogs as DialogOwner
Reviewed-by: prr, jdv
2016-09-13 13:40:32 +05:30
Amy Lu
a2daf82f5c
8165818: Remove tools/pack200/Pack200Props.java from ProblemList
...
Reviewed-by: ksrini
2016-09-13 14:55:20 +08:00
David Dehaven
876ddcae54
Merge
2016-09-12 15:26:27 -07:00
Serguei Spitsyn
bdbd71b1ea
Merge
2016-09-12 22:04:48 +00:00
Serguei Spitsyn
02944f968d
8160950: Agent JAR added to app class loader rather than system class loader when running with -Djava.system.class.loader
...
Add agent JAR to the custom system class loader
Reviewed-by: alanb, mchung, dholmes
2016-09-12 15:00:58 -07:00
Doug Lea
60cd28abd7
8164169: Miscellaneous changes imported from jsr166 CVS 2016-09
...
Reviewed-by: martin, psandoz, shade
2016-09-12 13:14:49 -07:00
Doug Lea
56cff174b6
8139237: java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java fails intermittently
...
Reviewed-by: martin, psandoz, shade
2016-09-12 13:11:38 -07:00
Doug Lea
d7f3695a90
8164983: Improve CountedCompleter code samples; add corresponding tests
...
Reviewed-by: martin, psandoz, shade
2016-09-12 13:07:30 -07:00
Claes Redestad
3cb67af31f
8165890: [TESTBUG] Compilation issue in MultiReleaseJarTest after 8165723
...
Reviewed-by: darcy
2016-09-12 20:12:26 +02:00
Naoto Sato
4c95fceb14
8165605: Thai resources in jdk.localedata cause split package issue with java.base
...
Reviewed-by: mchung, erikj
2016-09-12 09:38:32 -07:00
Claes Redestad
2ac4d6a7d3
8165723: JarFile::isMultiRelease() method returns false when it should return true
...
Reviewed-by: alanb
2016-09-12 17:45:55 +02:00
Athijegannathan Sundararajan
253489ea9a
8165772: fix for 8165595 results in failure of jdk/test/tools/launcher/VersionCheck.java
...
Reviewed-by: alanb, jlaskey
2016-09-12 18:27:33 +05:30
Claes Redestad
32f983128d
8165492: Reduce number of lambda forms generated by MethodHandleInlineCopyStrategy
...
Reviewed-by: mhaupt, vlivanov, psandoz, shade
2016-09-12 13:23:07 +02:00
Jayathirth D V
a99b7ce759
4924727: reader.abort() method does not work when called inside imageStarted for PNG
...
Reviewed-by: prr, serb, bpb
2016-09-12 12:07:56 +05:30
Joe Darcy
ed6ffa4c96
8165810: Problem list VersionCheck.java until JDK-8165772 is fixed
...
Reviewed-by: lancea, redestad
2016-09-11 13:23:14 -07:00
Alejandro Murillo
1808257845
Merge
2016-09-10 12:23:52 -07:00
Alejandro Murillo
8957d8798f
Merge
2016-09-10 12:18:34 -07:00
Mandy Chung
2b31773cba
8165634: Support multiple --add-modules options on the command line
...
Reviewed-by: alanb
2016-09-10 08:27:40 -04:00
Prasanta Sadhukhan
b68b46b14f
4885375: Page Ranges 'To Page' field must be populated based on Pageable
...
Reviewed-by: prr, jdv
2016-09-10 14:50:35 +05:30
Athijegannathan Sundararajan
85eaf2d3d3
8165726: fix for 8165595 revealed a bug in pack200 tool's handling of main class attribute of module-info classes
...
Reviewed-by: ksrini
2016-09-10 06:46:45 +05:30
Patrick Reinhart
5deb28b6a1
8161230: ClassLoader: add resource methods returning java.util.stream.Stream
...
Reviewed-by: psandoz, alanb, mchung, tvaleev
2016-09-09 14:54:41 -07:00
Paul Sandoz
a7dd7b59da
8164691: Stream specification clarifications for iterate and collect
...
Reviewed-by: briangoetz, smarks, tvaleev
2016-09-09 14:54:29 -07:00
Paul Sandoz
caa7db4496
8165731: Reference to removed method in VarHandle JavaDoc
...
Reviewed-by: shade, bpb
2016-09-09 14:54:24 -07:00
Mandy Chung
397525a2d4
8165346: j.l.ClassLoader.getDefinedPackage(String) throws NPE
...
Reviewed-by: alanb, lancea, shade
2016-09-09 13:44:48 -07:00
Kim Barrett
4f08176bb5
8165393: bad merge in java/lang/ref/package-info.java
...
Added the missing change.
Reviewed-by: rriggs
2016-09-09 16:24:24 -04:00
Stuart Marks
e249470c72
4285505: deprecate java.lang.Compiler
...
Reviewed-by: shade, forax, kmo, tellison, mchung, alanb, rriggs
2016-09-09 12:07:49 -07:00
Daniel D. Daugherty
93aa6e5038
Merge
2016-09-09 11:25:33 -07:00
Ron Durbin
14ca5d3c2b
8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
...
Split the single thread_min_stack_allowed into three distinct values (java_thread_min_stack_allowed, compiler_thread_min_stack_allowed and vm_internal_thread_min_stack_allowed) on non-Windows platforms.
Reviewed-by: dcubed, gthornbr, dholmes, coleenp, fparain, aph
2016-09-09 11:15:58 -07:00
Sergei Kovalev
44d69dd31b
8165592: Fix module dependencies for sun/text/* tests
...
Reviewed-by: naoto
2016-09-09 10:58:05 -07:00
Semyon Sadetsky
3d1c3e2f60
8160054: The FileChooser didn't displayed large font with GTK LAF option
...
Reviewed-by: alexsch, serb
2016-09-09 16:37:16 +03:00
Alexander Kulyakhtin
795272dc75
8139368: -javaagent and -Dcom.sun.management need to add to the initial set of modules to resolve
...
A new test for the -javaagent option
Reviewed-by: mchung, alanb
2016-09-09 15:16:22 +03:00
Prem Balakrishnan
189143f87c
8009477: PageUp and PageDown keyboard buttons don't move slider indicator to next minor tick
...
Reviewed-by: alexsch, aghaisas
2016-09-09 13:15:10 +05:30
Avik Niyogi
84982a552a
8163274: [TEST_BUG][macosx] apparent regression: javax/swing/JColorChooser/Test7194184.java
...
Reviewed-by: alexsch, rchamyal
2016-09-09 11:48:20 +05:30
Dean Long
88318fc0e0
Merge
2016-09-08 23:43:47 -04:00
Anton Tarasov
537661d271
8160570: [macosx] modal dialog can skip the activation/focus events
...
Reviewed-by: serb, ssadetsky
2016-09-08 19:25:55 +03:00
Amit Sapre
a260ea611d
8165579: Add missing javadoc information for javax.management.MBeanServer
...
Added missing @implSpec javadoc information for deserialize api’s
Reviewed-by: dfuchs, dholmes
2016-09-08 15:53:16 +05:30
Vyom Tewari
ea13eb2b06
8152589: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object
...
Reviewed-by: dholmes, dcubed
2016-09-08 15:00:39 +05:30
Martin Buchholz
97ed09e075
8165643: SecureDirectoryStream doesn't work on linux non-x86
...
Reviewed-by: alanb
2016-09-07 14:44:59 -07:00
Lana Steuck
1e5d88277f
Merge
2016-09-08 22:14:00 +00:00
Joe Darcy
d14725c1ad
8039854: Broken link in java.lang.RuntimePermission
...
Reviewed-by: lancea
2016-09-08 14:23:45 -07:00
Lana Steuck
f5321ccf86
Added tag jdk-9+135 for changeset 6d7a656b1612
2016-09-08 21:11:54 +00:00
Sergei Kovalev
d0474e029b
8165583: Fix module dependencies for jdk/java/util/* tests
...
Reviewed-by: alanb
2016-09-08 09:59:54 -07:00
Mandy Chung
37ff205c8a
8165563: ClassLoader::getSystemClassLoader will never be null
...
Reviewed-by: alanb, dholmes, psandoz
2016-09-08 09:45:50 -07:00
Sean Coffey
6784a0986e
8165711: java/net/SetFactoryPermission/SetFactoryPermission.java needs to run in ovm mode
...
Reviewed-by: chegar
2016-09-08 16:16:44 +01:00
Athijegannathan Sundararajan
d689bc25f6
8165697: jlink running on Mac with Windows jmods produces non-runnable image
...
Reviewed-by: jlaskey, redestad
2016-09-08 20:21:42 +05:30
Stuart Marks
b5f85932d6
8165636: add removal text to Runtime.traceInstructions/MethodCalls deprecation text
...
Reviewed-by: iris, darcy, mchung
2016-09-07 14:59:55 -07:00
Kumar Srinivasan
45e7a1faa8
8151901: test/tools/pack200/Pack200Test fails on verifying native unpacked JAR
...
Reviewed-by: jrose
2016-09-07 10:58:22 -07:00
Sergei Kovalev
44b189f55a
8165604: Fix module dependencies for sun/util/* tests
...
Reviewed-by: rriggs, naoto
2016-09-07 10:04:46 -07:00
Dmitry Dmitriev
6d636f5ee1
Merge
2016-09-07 16:17:20 +02:00
Athijegannathan Sundararajan
256e3bab87
8165503: jlink exclude VM plugin's handling of jvmlibs is wrong
...
Reviewed-by: jlaskey
2016-09-07 18:35:21 +05:30
Dmitry Dmitriev
88ceff1127
8165513: Quarantine sun/tools/jps/TestJpsJar.java
...
Reviewed-by: dsamersoff
2016-09-07 15:34:38 +03:00
Harold Seigel
6f8c0a7193
8058575: IllegalAccessError trying to access package-private class from VM anonymous class
...
Put anonymous classes in unnamed package into host class's package. Throw exception if host class's package differs from anonymous class.
Reviewed-by: coleenp, acorn
2016-09-07 07:21:43 -04:00
Ivan Gerasimov
b7edd5f9aa
8165413: Typos in javadoc: extra period, wrong number, misspelled word
...
Reviewed-by: weijun, mullan
2016-09-07 10:14:48 +03:00
Serguei Spitsyn
2fe671f646
Merge
2016-09-07 03:35:45 +00:00
Egor Ushakov
86762c9fff
6822627: NPE at ReferenceTypeImpl.constantPool
...
Fix the NullPointerException bug
Reviewed-by: sspitsyn, dsamersoff
2016-09-06 20:27:47 -07:00
Stuart Marks
97fa8cd04e
8159404: throw UnsupportedOperationException unconditionally for mutator methods
...
Reviewed-by: martin, psandoz
2016-09-06 16:08:54 -07:00
Alexandre Iline
9aa36236be
8148859: Fix module dependences for java/time tests
...
Reviewed-by: alanb, rriggs
2016-09-06 17:07:06 -04:00
Phil Race
ed5befdde8
8164899: Provide package access to setComponentMixingCutoutShape
...
Reviewed-by: serb
2016-09-06 11:08:59 -07:00
Alan Burlison
3228ea809c
8161360: Deprecated vfork() should not be used on Solaris
...
Reviewed-by: rriggs, dsamersoff
2016-09-06 13:09:29 -04:00
Phil Race
2aac4c1f38
8165345: JDK macro definition re-defined by MacOS core framework
...
Reviewed-by: serb
2016-09-06 08:32:50 -07:00
Athijegannathan Sundararajan
0f792063c1
8163952: jlink exclude VM plugin does not support static libraries
...
Reviewed-by: jlaskey
2016-09-06 18:16:56 +05:30
Alexander Zvegintsev
539151b477
8155083: On Windows, usage of USER_ATTENTION_WINDOW depends on state setting order
...
Reviewed-by: serb, ssadetsky
2016-09-06 13:03:00 +03:00
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