David Katleman
10b846cb84
Added tag jdk9-b52 for changeset 8a11fed0d1a0
2015-02-26 15:58:06 -08:00
Lev Priima
ff45a0b5b0
8073354: TimSortStackSize2.java: test cleanup: make test run with single argument
...
Reviewed-by: dholmes
2015-02-26 18:50:02 -05:00
Xueming Shen
7f950ef63d
8073924: Update test/java/nio/charset/Charset/NIOCharsetAvailability.java to work with module system
...
To use module's runtime filesystem to iterate the class files
Reviewed-by: alanb
2015-02-26 14:40:43 -08:00
Sergey Bylokhov
104db62eca
4958064: JPGWriter does not throw UnsupportedException when canWriteSequence retuns false
...
Reviewed-by: prr, bae
2015-02-27 01:06:39 +03:00
Vladimir Kozlov
7e75bdc891
Merge
2015-02-26 10:56:26 -08:00
Vinnie Ryan
a929976abd
8073955: Update java.security.debug help text to reflect recent enhancements for debugging
...
Reviewed-by: mullan
2015-02-26 16:29:49 +00:00
Sergey Bylokhov
b15e27a0b2
8073795: JMenuBar looks bad under retina
...
Reviewed-by: alexsch, azvegint
2015-02-26 16:41:39 +03:00
Sean Coffey
79240eab9b
8071447: IBM1166 Locale Request for Kazakh characters
...
Reviewed-by: sherman
2015-02-26 09:36:30 +00:00
Weijun Wang
c12ac1b4cc
8073853: KeyToolTest.java has too many too long lines
...
Reviewed-by: mullan
2015-02-26 08:08:52 +08:00
Phil Race
f2de6b3408
8073699: Memory leak in jdk/src/java/desktop/share/native/libjavajpeg/imageioJPEG.c
...
Reviewed-by: bae, serb
2015-02-25 13:45:09 -08:00
Xueming Shen
ece4e20848
8073893: Enable charsets build system to configure euc_tw into java.base module/sun.nio.cs
...
To enable charsets build system to configure euc_tw into java.base module/sun.nio.cs
Reviewed-by: alanb, mchung
2015-02-25 13:04:31 -08:00
Mark Sheppard
c90f8b8839
8046901: Check jdk/src/solaris/native/sun/nio for Parfait flagged uninitialized memory
...
Reviewed-by: rriggs, alanb
2015-02-25 19:36:29 +00:00
Daniel Fuchs
fc084beb84
8072645: java.util.logging should use java.time to get more precise time stamps
...
J.u.logging uses j.t.Instant to store LogRecord time stamps. XMLFormatter format is updated to allow for a new optional <nanos> element containing a nano second adjustment. SimpleFormatter passes a ZonedDateTime object to String.format. LogRecord getMillis/setMillis are deprecated, replaced by getInstant/setInstant.
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: scolebourne, plevart, rriggs
2015-02-25 18:41:07 +01:00
Mark Sheppard
0f708456b2
8055204: Memory leak in jdk/src/windows/native/java/lang/java_props_md.c
...
Reviewed-by: rriggs
2015-02-25 17:24:13 +00:00
Mark Sheppard
dcdbd32603
8046893: JNI exception pending in jdk/src/solaris/native/java/net: ExtendedOptionsImpl.c, PlainDatagramSocketImpl.c
...
Reviewed-by: alanb, chegar
2015-02-25 17:05:56 +00:00
Kumar Srinivasan
8749a5a08c
8066185: VM crashed with SIGSEGV VirtualMemoryTracker::add_reserved_region
...
Reviewed-by: coleenp, dholmes
2015-02-25 06:21:55 -08:00
Joel Borggrén-Franck
cdf8c27ddb
8014678: Spurious AccessControlException thrown in java.lang.Class.getEnclosingMethod()
...
Reviewed-by: ahgross, mchung, psandoz
2015-02-25 14:30:02 +01:00
Sean Coffey
6d78b91ac9
7178362: Socket impls should ignore unsupported proxy types rather than throwing
...
Reviewed-by: chegar
2015-02-25 11:44:53 +00:00
Sergey Bylokhov
a8da73929a
8043393: NullPointerException and no event received when clipboard data flavor changes
...
Reviewed-by: ant, azvegint
2015-02-25 14:01:27 +03:00
Weijun Wang
b505d5ad05
8073182: keytool may generate duplicate extensions
...
Reviewed-by: mullan
2015-02-25 18:30:29 +08:00
Weijun Wang
ed25ae3aeb
8073181: keytool -ext honored not working correctly
...
Reviewed-by: mullan
2015-02-25 18:30:07 +08:00
Serguei Spitsyn
a3c0889315
8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
...
Add new test java/lang/instrument/ManyMethodsBenchmarkAgent.java
Reviewed-by: coleenp, dcubed
2015-02-25 01:02:04 -08:00
Mandy Chung
f2313d073e
8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver
...
Reviewed-by: alanb, chegar
2015-02-24 12:45:56 -08:00
Daniel Fuchs
2390a77789
8073394: Clock.systemUTC() should return a constant
...
Clock.systemUTC() now returns SystemClock.UTC
Reviewed-by: scolebourne, rriggs, plevart, lancea
2015-02-24 21:51:45 +01:00
Alejandro Murillo
8af70656ce
Merge
2015-02-24 10:52:02 -08:00
Ivan Gerasimov
f3c4924379
8073779: StackOverflowError called StackOverflowException in javadoc
...
Reviewed-by: martin
2015-02-24 19:50:17 +03:00
Staffan Larsen
93d09edf06
8073713: javadoc warnings in serviceability code
...
Reviewed-by: mgronlun, alanb, sspitsyn
2015-02-24 10:56:48 +01:00
Jeremy Manson
d1225ad485
6588467: Add isDaemon() and getPriority() to ThreadInfo
...
Reviewed-by: mchung, sla, dholmes, martin
2015-02-24 09:46:29 +01:00
Jason Uh
9a2cc32b19
8072663: Remove the sun.security.acl package which is not used in the JDK
...
Reviewed-by: mullan, alanb, mchung
2015-02-23 11:40:48 -08:00
Phil Race
9ec44e8c16
Merge
2015-02-23 10:47:32 -08:00
Mandy Chung
638c2d5f82
8062750: Separate SNMP messages from sun.management.resources.agent
...
Reviewed-by: alanb, dfuchs, erikj
2015-02-23 08:46:07 -08:00
Chris Hegarty
f71f63f2f2
8073667: URL should not use service loader to lookup the jar protocol handler
...
Reviewed-by: alanb
2015-02-23 17:22:56 +00:00
Chris Hegarty
b7d0702188
8064924: Update java.net.URL to work with modules
...
Reviewed-by: alanb, plevart, psandoz
2015-02-23 15:48:20 +00:00
Christian Tornqvist
88609236a3
Merge
2015-02-23 05:01:33 -08:00
Erik Joelsson
414de033e0
8073498: Enhance GensrcProperties.gmk to allow an alternative source root
...
Reviewed-by: tbell, mchung, ihse
2015-02-23 11:37:36 +01:00
Claes Redestad
16989e7b17
8068790: ZipEntry/JarEntry.setCreation/LastAccessTime(null) don't throw NPE as specified
...
Reviewed-by: coffeys, sherman
2015-02-21 13:46:24 +01:00
Alejandro Murillo
d85d8b1ade
Merge
2015-02-20 14:14:09 -08:00
Aleksey Shipilev
e0e6ce31fd
8073479: Replace obj.getClass hacks with Objects.requireNonNull
...
Reviewed-by: dfuchs, plevart, vlivanov
2015-02-20 18:32:10 +03:00
Lana Steuck
86292086b7
Merge
2015-02-19 16:38:11 -08:00
David Katleman
42d9f7489a
Added tag jdk9-b51 for changeset 0584b09d5a1d
2015-02-19 11:24:03 -08:00
Sergey Bylokhov
8929d90866
8072665: SoundLibraries.gmk and SoundDefs.h: remove isSigned8() dead code
...
Reviewed-by: erikj, ihse, alexsch
2015-02-19 18:47:55 +03:00
Alexey Ivanov
14fc538ce9
8056915: Focus lost in applet when browser window is minimized and restored
...
Reviewed-by: ant, dtitov, dcherepanov
2015-02-19 12:50:32 +00:00
Christian Tornqvist
f5ef1f7ce6
Merge
2015-02-18 19:28:08 -08:00
Mandy Chung
db4c181844
8072656: test/java/lang/reflect/Proxy/ClassRestrictions.java assumes app class loader be URLClassLoader
...
Reviewed-by: lancea, alanb
2015-02-18 18:14:41 -08:00
Vivi An
7b27235df4
8069268: JComponent.AccessibleJComponent.addPropertyListeners adds exponential listeners
...
Reviewed-by: ptbrunet, serb
2015-02-18 11:15:24 -08:00
Mandy Chung
3bbf6fb281
8073373: Remove redundant imports from sun/applet/AppletProps.java
...
Reviewed-by: serb
2015-02-18 08:59:55 -08:00
Alejandro Murillo
a68e87751a
Merge
2015-02-18 09:14:48 -08:00
Jaroslav Bachorik
41d784d98e
8071657: JDI ObjectReferenceImpl.invokeMethod() validation fails for virtual invocations of method with declaring type being an interface
...
Reviewed-by: sspitsyn, sla
2015-02-18 17:50:41 +01:00
Sergey Bylokhov
86506d6858
8068412: [macosx] Initialization of Cocoa hangs if CoreAudio was initialized before
...
Reviewed-by: azvegint, prr
2015-02-18 16:59:51 +03:00
Dmitry Samersoff
eaa8d1e0f3
8072395: sun/tools/jmap/heapconfig/LingeredAppTest.java and sun/tools/jmap/heapconfig/JMapHeapConfigTest.java fail due to LingeredApp ERROR: java.io.IOException: Lock is too old. Aborting
...
Remove lock age check
Reviewed-by: sla, dholmes, kevinw
2015-02-18 03:45:06 -08:00
Dmitry Samersoff
7168bf102d
8072835: sun/tools/jmap/heapconfig/JMapHeapConfigTest.java Key MaxHeapSize doesnt match
...
Make sure that maxheapsize is set explicitly in command line
Reviewed-by: sla, ykantser
2015-02-18 03:16:48 -08:00
Erik Joelsson
6d4ea4d7da
8073328: Incremental build of gensrc broken
...
Reviewed-by: alanb, tbell, dfuchs, sherman
2015-02-18 11:18:00 +01:00
Brian Burkhalter
3004d4881c
8073347: javadoc of Formattable messed up by JDK-8019857
...
Change sample code formatting to the currently blessed idiom.
Reviewed-by: martin
2015-02-17 12:02:38 -08:00
David Dehaven
d747007634
Merge
2015-02-17 11:50:06 -08:00
David Dehaven
c627fa5807
Merge
2015-02-17 11:44:51 -08:00
Jason Uh
f7f4ab9df6
8042967: Add variant of DSA Signature algorithms that do not ASN.1 encode the signature bytes
...
Reviewed-by: mullan
2015-02-17 10:48:24 -08:00
Brian Burkhalter
2b1139db7c
8073207: javadoc typos in java.nio.channels.Pipe
...
Correct the verbiage as suggested.
Reviewed-by: alanb
2015-02-17 09:18:27 -08:00
Anton Nashatyrev
05a0c3b3eb
8072069: Toolkit.getScreenInsets() doesn't update if insets change
...
Reviewed-by: serb, azvegint
2015-02-17 19:56:15 +03:00
Staffan Larsen
f9c63b42ed
8025636: Hide lambda proxy frames in stacktraces
...
Reviewed-by: jrose, forax, jfranck, vlivanov
2015-02-17 10:09:26 +01:00
Lev Priima
a1d6f0cbcd
8073124: Tune test and document TimSort runs length stack size increase
...
Reviewed-by: dholmes
2015-02-16 19:16:50 -05:00
Rob McKenna
0ad8cc755b
8067846: (sctp) InternalError when receiving SendFailedNotification
...
Reviewed-by: chegar
2015-02-16 22:57:17 +00:00
Xueming Shen
1eb1419d72
8073152: Update Standard/ExtendedCharsets to work with module system
...
To reorganize the standard and extendec charset configuration during build time
Reviewed-by: alanb
2015-02-16 14:53:59 -08:00
Alan Bateman
8104906db2
8068680: Move java.transaction to the ext class loader
...
Reviewed-by: lancea, mchung
2015-02-16 18:30:16 +00:00
Sergey Bylokhov
18975e3676
8039269: images/cursors should not be in ${java.home}/lib
...
Reviewed-by: mchung, alanb, erikj
2015-02-16 20:01:17 +03:00
Alejandro Murillo
5621c4a866
Merge
2015-02-16 08:47:40 -08:00
Anton Nashatyrev
f149b6e2fd
8072676: [macosx] Jtree icon painted over label when scrollbars present in window
...
Reviewed-by: serb, alexsch
2015-02-16 19:10:05 +03:00
Jaroslav Bachorik
9f4631e772
8072908: com/sun/management/OperatingSystemMXBean/TestTotalSwap.sh fails on OS X with exit code 2
...
Reviewed-by: dholmes, sla
2015-02-16 10:53:49 +01:00
Mario Torre
2400d1a6ee
8072905: Fix copyright year for test from JDK-8071705
...
Test was pushed with wrong copyright year
Reviewed-by: alexsch
2015-02-16 10:34:52 +01:00
Mark Sheppard
c717b07bc5
8068682: Deprivilege/move java.corba to the ext class loader
...
Reviewed-by: alanb, mchung
2015-02-16 00:10:42 +00:00
Prasanta Sadhukhan
f4fa68a2a7
8072678: Wrong exception messages in java.awt.color.ICC_ColorSpace
...
Reviewed-by: prr, serb
2015-02-14 21:05:41 +03:00
Anthony Scarpino
ad70e04133
8022313: sun/security/pkcs11/rsa/TestKeyPairGenerator.java failed in aurora
...
Reviewed-by: mullan
2015-02-13 10:44:53 -08:00
Volker Simonis
137f134743
8072770: [TESTBUG] Some Introspector tests fail with a Java heap bigger than 4GB
...
Reviewed-by: serb
2015-02-13 19:14:44 +01:00
Christian Tornqvist
700da67504
Merge
2015-02-13 05:17:57 -08:00
Paul Sandoz
a12ad15110
8069325: Pattern.splitAsStream does not return input if it is empty and there is no match
...
Reviewed-by: sherman
2015-02-13 11:13:30 +01:00
Paul Sandoz
4b2af9acf9
8071670: java.util.Optional: please add a way to specify if-else behavior
...
Reviewed-by: dfuchs, lowasser
2015-02-13 11:13:27 +01:00
Weijun Wang
3cb54779b0
8071338: Move policytool from JRE to JDK
...
Reviewed-by: alanb, erikj, ihse, mchung
2015-02-13 11:03:57 +08:00
Lana Steuck
9b5b4b60c3
Merge
2015-02-12 16:37:08 -08:00
David Katleman
036d9d38e7
Added tag jdk9-b50 for changeset d0f9f129c1f4
2015-02-12 16:23:25 -08:00
Abhijit Saha
0236698692
Merge
2015-02-12 14:56:30 -08:00
Vladimir Ivanov
75a181784a
Merge
2015-02-12 13:55:05 -08:00
Brian Burkhalter
68ef8f6035
8068373: (prefs) FileSystemPreferences writes \0 to XML storage, causing loss of all preferences
...
Disallow entries whose key or value contains the null control character '\u0000' from being stored in the preferences node.
Reviewed-by: psandoz, rriggs
2015-02-12 12:56:48 -08:00
Joe Darcy
55f8f159ca
8075034: Bad javadoc tags in javax.xml.crypto.dsig
...
Reviewed-by: mullan
2015-03-12 09:39:48 -07:00
Magnus Ihse Bursie
e7472cc455
8074796: Disabling warnings on clang triggers compiler bug for libunpack
...
Reviewed-by: erikj
2015-03-12 16:25:24 +01:00
Erik Joelsson
acb7e7eccd
8074988: Reduce boilerplate in Setup* macro definitions
...
Reviewed-by: tbell, ihse
2015-03-12 12:13:48 +01:00
Mandy Chung
d7388dd061
8074993: policytool launcher missing
...
Reviewed-by: weijun
2015-03-11 08:33:12 -07:00
Jaroslav Bachorik
36e2265a17
Merge
2015-02-12 17:28:58 +00:00
Roger Riggs
5d4cdb23e5
8072034: (process) ProcessBuilder.start and Runtime.exec UnsupportedOperationException editorial cleanup
...
Reviewed-by: alanb
2015-02-12 12:06:36 -05:00
Jaroslav Bachorik
2c4a9ce20b
8072932: Test fails with java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getDomainCombiner")
...
Reviewed-by: mullan
2015-02-12 17:01:10 +01:00
Lev Priima
892b06056c
8072909: TimSort fails with ArrayIndexOutOfBoundsException on worst case long arrays
...
Reviewed-by: rriggs, dholmes
2015-02-12 10:34:35 -05:00
Katja Kantserova
c7a16db145
8072856: Eliminate ProcessTools.getProcessId dependency on sun.management.VMManagement
...
Reviewed-by: jbachorik, dfuchs, mchung
2015-02-12 10:28:14 +01:00
Jaroslav Bachorik
103110ad85
8069286: Unexpected count of notification in LowMemoryTest
...
Reviewed-by: mchung
2015-02-12 08:33:47 +01:00
Brian Burkhalter
14b8722c45
8066842: java.math.BigDecimal.divide(BigDecimal, RoundingMode) produces incorrect result
...
Replace divWord() with non-truncating alternatives
Reviewed-by: psandoz, darcy
2015-02-11 17:20:39 -08:00
Vivi An
b4ad645936
8068518: IllegalArgumentException in JTree.AccessibleJTree
...
Reviewed-by: alexsch, ptbrunet
2015-02-11 16:22:29 -08:00
Steve Sides
11ef4537fa
8044394: javadoc for BasicOptionPaneUI.addMessageComponents() has typo and grammar errors
...
Fix typos in javadoc of BasicOptionPaneUI.addMessageComponents()
Reviewed-by: alexsch, serb
2015-02-11 15:10:33 +03:00
Mario Torre
9c38d96e2e
8071705: Java application menu misbehaves when running multiple screen stacked vertically
...
JMenu miscalculates the position of the Popup origin when on multiple monitors stacked vertically
Reviewed-by: alexsch
2015-02-11 07:54:39 +01:00
Paul Sandoz
736e4a1146
8068975: Remove deprecated methods on sun.misc.Unsafe and clean up native implementation
...
Reviewed-by: dholmes, kvn, vlivanov
2015-02-10 14:10:32 +01:00
Johannes Scheerer
b856eeaa98
8072611: (process) ProcessBuilder redirecting output to file should work with long file names (win)
...
Reviewed-by: rriggs, simonis
2015-02-10 10:44:38 +01:00
Shaun Spiller
9807a1372d
8064562: (doc) errors in java.io.PushbackInputStream API documentation
...
Update the documentation as suggested to reflect reality.
Reviewed-by: lancea, rriggs
2015-02-11 07:40:43 -08:00
Erik Joelsson
28d199d088
8072834: jrt-fs.jar missing META-INF/services/java.nio.file.spi.FileSystemProvider
...
Reviewed-by: ihse
2015-02-11 09:59:30 +01:00
Rob McKenna
4c95aedcd9
8065553: Failed Java web start via IPv6 (Java7u71 or later)
...
Reviewed-by: xuelei
2015-02-10 23:32:48 +00:00
Joe Darcy
42d24e8ed5
8072843: Typo in the description of the j.l.r.Executable.getAnnotatedReceiverType
...
Reviewed-by: lancea
2015-02-10 11:34:13 -08:00
Alejandro Murillo
805200fc3e
Merge
2015-02-10 10:09:33 -08:00
Amy Lu
3bf803f0c9
8069255: Suppress deprecation warnings in jdk.rmic module (jdk repo)
...
Reviewed-by: rriggs
2015-02-10 12:28:02 -05:00
Paul Sandoz
7c67f47c4d
8050819: Please add java.util.Stream.ofNullable(T object)
...
Reviewed-by: alanb, smarks
2015-02-10 11:18:51 +01:00
Athijegannathan Sundararajan
31d47aea0f
8068587: ScriptEngineFactory.getParameter() should specify NPE for a null key
...
Reviewed-by: alanb, lagergren
2015-02-10 14:44:33 +05:30
Joe Darcy
127d4e1aec
8069277: Doclint regression in java/security/KeyStore.java
...
Reviewed-by: weijun
2015-02-09 17:49:26 -08:00
Joe Darcy
0d5c151c94
8041395: Doclint regression in java.net.SocketOption
...
Reviewed-by: lancea
2015-02-09 15:33:56 -08:00
Florian Weimer
5c35079895
8069072: GHASH performance improvement
...
Eliminate allocations and vectorize
Reviewed-by: mullan, ascarpino
2015-02-09 13:32:42 -08:00
Xueming Shen
81f4c6102a
8030179: java/nio/Buffer/Chars.java, testcases seems all pass but jtreg/testng failed with java.lang.AssertionError
...
Fix the surrogate corner case in SingleByte charset encoder
Reviewed-by: psandoz, alanb
2015-02-09 11:37:56 -08:00
David Dehaven
8737b37ffc
Merge
2015-02-09 09:52:48 -08:00
Mandy Chung
c8528fd410
8057645: Deprivilege JAX-WS, JAXB, JAF to extension class loader
...
Reviewed-by: alanb, dfuchs, lancea, mkos
2015-02-06 15:42:07 -08:00
Roger Riggs
8d8f34b9a6
8067800: Unexpected DateTimeException in the java.time.chrono.HijrahChronology.isLeapYear
...
Check the year range consistently with other Hijrah date years
Reviewed-by: lancea, scolebourne
2015-02-06 17:29:11 -05:00
Andrew Haley
f60dba6c5f
8072053: AARCH64: remove src/java.base/unix/native/libjli/aarch64/jvm.cfg
...
Reviewed-by: kvn
2015-02-06 10:14:59 -08:00
Sergey Bylokhov
67c555e053
8063066: Some look and feels ignores the JSlider.PaintTrack property
...
Reviewed-by: ant, azvegint, alexsch
2015-02-06 19:49:20 +03:00
Brian Burkhalter
980fb58833
8072495: (fs) Path.relativize() gives incorrect result for empty path on Windows
...
Correct handling of empty path in Windows version of relativize()
Reviewed-by: alanb, dfuchs
2015-02-06 08:05:44 -08:00
Erik Joelsson
c9bf298a67
8071329: Stop exporting INCLUDE and LIB when building on windows
...
Reviewed-by: ihse
2015-02-06 09:57:28 +01:00
Weijun Wang
ee2ba7946a
8072615: test/lib/testlibrary/jdk/testlibrary/SimpleSSLContext.java wrong on Windows
...
Reviewed-by: xuelei
2015-02-06 11:38:29 +08:00
Lana Steuck
77709e9fba
Merge
2015-02-05 15:43:20 -08:00
Alejandro Murillo
b49ef0ce12
Merge
2015-02-05 14:57:53 -08:00
David Katleman
0ea4df7b6c
Added tag jdk9-b49 for changeset 6e8154707178
2015-02-05 11:43:33 -08:00
Staffan Larsen
4ce8ee0253
8072458: jdk/test/Makefile references (to be removed) win32 directory in jtreg
...
Reviewed-by: alanb
2015-02-05 13:00:26 +01:00
Staffan Larsen
80a1d2bba8
8072456: @since tags missing from TimeUnit
...
Reviewed-by: alanb, martin
2015-02-05 12:59:01 +01:00
Aleksei Efimov
61473e39ce
8072042: (tz) Support tzdata2015a
...
Reviewed-by: coffeys, okutsu
2015-02-05 14:48:57 +03:00
Shanliang Jiang
fa9a534731
8065213: Specify and implement PlatformMBeanProvider for looking for all platform MBeans
...
Reviewed-by: dfuchs, mchung, jbachorik
2015-02-05 12:13:45 +01:00
Weijun Wang
d63bf0c50a
8071643: sun.security.krb5.KrbApReq.authenticate() is not thread safe
...
Reviewed-by: mullan
2015-02-05 11:42:39 +08:00
Christian Tornqvist
f95f9bd5d1
Merge
2015-02-04 18:23:09 -08:00
Mandy Chung
37a1a74efd
8069551: Move java.security.acl from compact3 to java.base
...
Reviewed-by: alanb, mullan, wetmore
2015-02-03 14:09:20 -08:00
Roger Riggs
ddb472a4dc
8068278: ArrayIndexOutOfBoundsException instead of DateTimeException in j.t.chrono.JapaneseChronology.eraOf()
...
Corrected era range check
Reviewed-by: mchung, lancea
2015-02-03 14:39:57 -05:00
Kumar Srinivasan
bb5e8afcf2
8068033: JNI exception pending in jdk/src/share/bin/java.c
...
Reviewed-by: mchung, serb
2015-02-03 09:49:27 -08:00
Alejandro Murillo
004b407992
Merge
2015-02-03 08:45:07 -08:00
Jaroslav Bachorik
d9fe0af048
8066708: JMXStartStopTest fails to connect to port 38112
...
Reviewed-by: smarks, dsamersoff, olagneau
2015-02-03 16:46:05 +01:00
Joe Darcy
4f6e5d902d
8072371: Add two failing svc tests to the problem list
...
Reviewed-by: lancea
2015-02-02 16:35:10 -08:00
Joe Darcy
887b823a0d
8072135: Add javax/xml/ws/8046817/GenerateEnumSchema.java to the problem list
...
Reviewed-by: rriggs
2015-02-02 12:35:18 -08:00
Alexander Zvegintsev
47d0ae0d36
8072088: [PIT] NPE in DnD tests apparently because of the fix to JDK-8061636
...
Reviewed-by: ant, prr, serb
2015-02-02 21:38:19 +03:00
Sergey Bylokhov
3cd8a07dc7
8062738: Test java/awt/datatransfer/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug fails in Windows
...
Reviewed-by: azvegint, ant
2015-02-05 16:16:46 +03:00
Sergey Bylokhov
d32000a710
4952954: abort flag is not cleared for every write operation for JPEG ImageWriter
...
Reviewed-by: bae, prr
2015-02-05 14:20:05 +03:00
Phil Race
9ea6ddb851
8072433: copy/paste duplicated tests in some condition statements
...
Reviewed-by: bae, serb
2015-02-04 10:29:51 -08:00
Phil Race
a75613049b
6243376: JPEGImageWriter corrupts color for non-JFIF images with differing sample factor
...
Reviewed-by: bae, serb
2015-02-04 10:28:40 -08:00
Phil Race
cec84ed1f2
8072116: [Solaris] : Fix for 8071710 needs to be updated for build dependency checking
...
Reviewed-by: ihse
2015-02-03 09:28:21 -08:00
Dmitry Markov
5a65a2cc13
8064934: Incorrect Exception message from java.awt.Desktop.open()
...
Reviewed-by: azvegint, serb
2015-02-03 11:51:30 +04:00
Sergey Bylokhov
afa1e6d670
8015085: [macosx] Label shortening via " ... " broken when String contains combining diaeresis
...
Reviewed-by: alexsch, azvegint
2015-02-02 18:21:24 +03:00
Paul Sandoz
c007f0f7d4
8072030: Race condition in ThenComposeExceptionTest.java
...
Reviewed-by: chegar
2015-02-02 14:21:32 +01:00
Paul Sandoz
dd21d2c4db
8050820: Please add java.util.Optional.stream() to convert Optional<T> to Stream<T>
...
Reviewed-by: alundblad, forax, chegar, jrose
2015-02-02 14:19:12 +01:00
Paul Sandoz
3b9021981f
8059324: orElseThrow has different signatures for OptionalPrimitive and Optional<T>
...
Reviewed-by: lancea, chegar
2015-02-02 14:19:00 +01:00
Paul Sandoz
8aae81b484
8048689: Clarify documentation on BaseStream.spliterator
...
Reviewed-by: lancea, chegar
2015-02-02 14:18:54 +01:00
Alexander Kulyakthin
5eb21ad94f
8071464: Clear up SVC jdk/test/* JRE layout dependencies other than those on tools.jar
...
Reviewed-by: sla
2015-02-02 09:37:53 +01:00
Dean Long
8a65f6962b
Merge
2015-01-31 02:42:15 -05:00
Alejandro Murillo
e9c6fa1317
Merge
2015-01-30 16:56:08 -08:00
Roger Riggs
24a3c49404
8068284: Missing @throws in DateTimeFormatterBuilder.appendOffset
...
8068285: Missing @throws in DateTimeFormatterBuilder.appendInstant
8062803: 'principal' should be 'principle' in java.time package description
8062796: java.time.format.DateTimeFormatter error in API doc example
Reviewed-by: lancea, mchung
2015-01-30 16:13:57 -05:00
Roger Riggs
0854df7b86
8055330: (process spec) ProcessBuilder.start and Runtime.exec should throw UnsupportedOperationException on platforms that don't support
...
Clarify optional behavior and the exception thrown when not supported
Reviewed-by: dfuchs, martin
2015-01-30 16:13:04 -05:00
Brian Burkhalter
2a8d5c46e1
6880737: (fs) FileLock constructors don't throw NPE if the channel argument is null
...
Throw IllegalArgumentException if the channel parameter is null
Reviewed-by: alanb
2015-01-30 12:56:12 -08:00
Brian Burkhalter
c2fe1ca470
8067669: Documentation for methods in Number incomplete regarding too large values
...
Remove statments about rounding and truncation from the *Valud() methods
Reviewed-by: rriggs, darcy, alundblad
2015-01-30 10:23:45 -08:00
Shobhit Gupta
7c658a7610
8068301: [TEST_BUG] Test javax/swing/JColorChooser/Test4177735.java fails with ArrayIndexOutOfBoundsException with GTKL&F
...
Reviewed-by: alexsch, azvegint
2015-01-30 13:27:33 +03:00
Katja Kantserova
45a6ed8315
8068613: Wrong number of objects pending finalization start
...
Repeat until expected result, instead of fail after sleep()
Reviewed-by: sla
2015-01-30 09:31:18 +01:00
Jaroslav Bachorik
2989b5405d
8071641: java/lang/management/ThreadMXBean/SynchronizationStatistics.java intermittently failed with NPE
...
Reviewed-by: sjiang, dfuchs
2015-01-30 22:01:32 +01:00
Joe Darcy
51e2269c61
8071959: java.lang.Object uses implicit default constructor
...
Reviewed-by: lancea
2015-01-29 16:16:35 -08:00
Lana Steuck
ce0c1fcc34
Merge
2015-01-29 15:35:29 -08:00
Joe Darcy
0841b6a90e
8071434: doc updates for java.lang.Object
...
Reviewed-by: rriggs
2015-01-29 15:14:44 -08:00
Brent Christian
76ace03a9e
8068578: test/java/io/Serializable/subclassGC/SubclassGC.java assumes app class loader is a URLClassLoader
...
Reviewed-by: alanb
2015-01-29 14:49:15 -08:00
Chris Hegarty
60fdd0dceb
8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows
...
Reviewed-by: alanb, igerasim
2015-01-29 20:45:30 +00:00
Vladimir Ivanov
55d14bca62
8071788: BlockInliningWrapper.asType() is broken
...
Reviewed-by: jrose
2015-01-29 10:29:49 -08:00
Vladimir Ivanov
676ea83240
8071787: Don't block inlining when DONT_INLINE_THRESHOLD=0
...
Reviewed-by: jrose
2015-01-29 10:29:43 -08:00
Vladimir Ivanov
bfc5193fe7
8069591: Customize LambdaForms which are invoked using MH.invoke/invokeExact
...
Reviewed-by: jrose, plevart, forax
2015-01-29 10:27:30 -08:00
Vladimir Ivanov
06305c456b
8063137: Never-taken branches should be pruned when GWT LambdaForms are shared
...
Reviewed-by: jrose, kvn
2015-01-29 10:27:30 -08:00
Phil Race
8717474863
8071710: [solaris] libfontmanager should be linked against headless awt library
...
Reviewed-by: ihse, erikj
2015-01-29 09:34:05 -08:00
Rob McKenna
57d42b897c
8067680: (sctp) Possible race initializing native IDs
...
Reviewed-by: chegar, rriggs
2015-01-29 14:59:42 +00:00
Shobhit Gupta
8dd67e7459
8068292: [TEST_BUG] Test javax/swing/JLayer/6824395/bug6824395.java fails with -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
...
Reviewed-by: alexsch, azvegint
2015-01-29 14:03:23 +03:00
Yumin Qi
3f9b8313e3
Merge
2015-01-29 03:54:45 +00:00
Yumin Qi
14006687ea
Merge
2015-01-29 01:13:14 +00:00
David Katleman
bdd8a4a4b9
Added tag jdk9-b48 for changeset 6d99e9b8dbe5
2015-01-28 16:45:45 -08:00
Daniel Fuchs
b5f5424c83
8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
...
Changes the implementation of java.time.Clock.systemUTC() to take advantage of the maximum resolution of the underlying native clock on which System.currentTimeMillis() is based.
Reviewed-by: dholmes, rriggs, scolebourne, sla
2015-01-28 17:48:59 +01:00
David Dehaven
8a1e007ca8
Merge
2015-01-28 08:14:18 -08:00
Dmitry Samersoff
f5b35f790c
8042397: tmtools/jmap/heap_config/jmap_heap_config_OldSize fails
...
Rewrite the test to jtreg
Reviewed-by: ykantser, jbachorik
2015-01-28 04:56:00 -08:00
Katja Kantserova
04d8bf6c33
8071582: com/sun/jdi/GetLocalVariables4Test.sh should be quarantined
...
Reviewed-by: sspitsyn, sla
2015-01-28 09:23:41 +01:00
Yumin Qi
7feb08a6b4
Merge
2015-01-27 20:03:45 -08:00
Alejandro Murillo
9c766e26d8
Merge
2015-01-27 10:11:23 -08:00
David Dehaven
ce3df66ec2
Merge
2015-01-27 09:32:45 -08:00
Weijun Wang
873b88dcc9
8022582: Relax response flags checking in sun.security.krb5.KrbKdcRep.check
...
Reviewed-by: mullan
2015-01-27 18:16:27 +08:00
Masayoshi Okutsu
f6262c1abc
8065178: test/java/util/ResourceBundle/Bug6287579.java needs update for per language package support
...
Reviewed-by: naoto, peytoia
2015-01-27 12:59:45 +09:00
Brian Burkhalter
3e68a8af37
8069269: (spec) Defect in the System.nanoTime spec
...
Change the description of how to compare two nanoTime values.
Reviewed-by: martin
2015-01-26 17:16:57 -08:00
Alejandro Murillo
7f85449292
Merge
2015-01-26 17:00:39 -08:00
Serguei Spitsyn
3de0140a88
8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
...
Enable the test: java/lang/instrument/IsModifiableClassAgent.java
Reviewed-by: coleenp, dcubed
2015-01-26 15:46:47 -08:00
Paul Sandoz
d58ef60b88
8071477: Better Spliterator implementations for String.chars() and String.codePoints()
...
Reviewed-by: sherman
2015-01-26 17:26:49 +00:00
Paul Sandoz
318a438643
8032513
: The Spliterator characteristics CONCURRENT and IMMUTABLE are mutually exclusive
...
Reviewed-by: chegar, lancea, dfuchs
2015-01-26 17:06:00 +00:00
Roger Riggs
aa6b19f38e
8071481: (Process) Merge UNIXProcess.java into ProcessImpl.java
...
Simplify source files for Unix Process implementation
Reviewed-by: plevart, chegar
2015-01-26 10:55:27 -05:00
Weijun Wang
6a34176e9c
8071562: TimestampCheck.java change removes a whitespace between command and args
...
Reviewed-by: alanb
2015-01-26 21:55:05 +08:00
Chris Hegarty
9e40bd4ad1
8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
...
Reviewed-by: alanb
2015-01-26 13:46:08 +00:00
Sergey Bylokhov
deeb4faa80
8069015: Re-examine Solaris/Linux java.desktop dependency on java.logging
...
Reviewed-by: azvegint, ant
2015-01-26 16:32:47 +03:00
Katja Kantserova
1d41a44b78
8071324: com/sun/jdi/ConnectedVMs.java should be quarantined
...
Reviewed-by: sla
2015-01-26 13:50:53 +01:00
Artem Smotrakov
1eeff6da6e
8049171: Additional tests for jarsigner's warnings
...
Reviewed-by: weijun
2015-01-26 18:13:42 +08:00
Alexander Zvegintsev
cfe8daa596
8071483: Possible case-folding collision for color/Color subdirectories of jdk/test/java/awt/
...
Reviewed-by: rriggs, serb
2015-01-26 12:37:20 +03:00
Aleksei Efimov
30de4935c7
8046817: JDK 8 schemagen tool does not generate xsd files for enum types
...
Reviewed-by: joehw, mkos
2015-01-26 12:36:32 +03:00
Erik Joelsson
5a030d7b75
8069261: Create make dependencies on make variable values
...
Reviewed-by: ihse
2015-01-26 10:29:11 +01:00
Aleksei Efimov
b2ed5c17b7
8062923: XSL: Run-time internal error in 'substring()'
...
8062924: XSL: wrong answer from substring() function
Reviewed-by: joehw
2015-01-26 12:25:27 +03:00
Erik Joelsson
4f8c2c5896
8055190: Cleanup include and exclude of core-libs native libraries after source code restructure
...
Reviewed-by: alanb
2015-01-26 10:24:25 +01:00
Mattias Tobiasson
04474d85c1
8044419: TEST_BUG: com/sun/jdi/JdbReadTwiceTest.sh fails when run under root
...
Reviewed-by: dsamersoff, sla
2015-01-26 08:52:46 +01:00
Weijun Wang
ddba00b834
8055045: StringIndexOutOfBoundsException while reading krb5.conf
...
Reviewed-by: mullan
2015-01-26 09:29:29 +08:00
Phil Race
fda56d3c54
8064833: [macosx] Native font lookup uses family+style, not full name/postscript name
...
Reviewed-by: bae, serb
2015-01-25 15:53:46 -08:00
Lana Steuck
6bb8df0081
Merge
2015-01-24 23:23:25 -08:00
David Katleman
548150fa8a
Added tag jdk9-b47 for changeset 0b4c78ff36f3
2015-01-23 18:50:48 -08:00
Bradford Wetmore
2a29bb3be6
8069038: javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be updated for JDK-8061210
...
Reviewed-by: xuelei, mullan
2015-01-23 10:31:15 -08:00
Amy Lu
1059b1665d
8069262: Doclint regression in java.nio.channels.Channels
...
Reviewed-by: darcy
2015-01-23 16:16:39 +00:00
Sean Coffey
0d7e8b7cf1
8065994: HTTP Tunnel connection to NTLM proxy reauthenticates instead of using keep-alive
...
Reviewed-by: chegar
2015-01-23 15:03:47 +00:00
Alexander Kulyakthin
167de7ae02
8067945: SVC jdk/test/* should be cleaned from JRE layout dependency
...
Reviewed-by: sla
2015-01-23 14:20:52 +01:00
Konstantin Shefov
e70362baba
6933879: URISyntaxException when non-alphanumeric characters are present in scope_id
...
Reviewed-by: chegar
2015-01-23 15:42:06 +03:00
Ivan Gerasimov
af3db6d31a
8067748: (process) Child is terminated when parent's console is closed [win]
...
Reviewed-by: alanb
2015-01-23 13:57:02 +03:00
Sergey Bylokhov
d34b9b430c
7185221: [macosx] Regtest should not throw exception if a suitable display mode found
...
Reviewed-by: azvegint, ant
2015-01-23 13:47:46 +03:00
Alejandro Murillo
8a5ab5328c
Merge
2015-01-22 22:42:33 -08:00
Jamil Nimeh
3d738985d7
8044860: Vectors and fixed length fields should be verified for allowed sizes
...
Reviewed-by: xuelei
2015-01-22 20:19:42 -08:00
Weijun Wang
d5c853c088
8071313: krb5.conf not read if SCDynamicStore krb5 config is empty
...
Reviewed-by: mullan
2015-01-23 09:22:14 +08:00
Dean Long
d0ba166069
Merge
2015-01-22 18:23:57 -05:00
Mandy Chung
aca4e46572
8069414: Rename oracle.accessbridge to jdk.accessbridge
...
Reviewed-by: alanb, ptbrunet, erikj
2015-01-22 13:49:53 -08:00
Xueming Shen
27f201deb8
8037394: ZipFileSystem leaks file descriptor when file is not a valid zip file
...
To close the leaking channel as suggested
Reviewed-by: alanb
2015-01-22 12:24:35 -08:00
Xueming Shen
c692f0d9eb
8069211: (zipfs) ZipFileSystem creates corrupted zip if entry output stream gets closed more than once
...
To synchronize the write and close methods of the entry output stream
Reviewed-by: alanb
2015-01-22 08:51:45 -08:00
Mikhail Cherkasov
00949632cd
8065709: Deadlock in awt/logging apparently introduced by 8019623
...
Reviewed-by: ant, serb
2015-01-22 17:42:17 +04:00
Vinnie Ryan
d80497254d
8069155: The value of 'KeyStore Type' isn't 'jks'
...
Reviewed-by: xuelei
2015-01-22 12:33:05 +00:00
Jesper Wilhelmsson
ed183aea22
Merge
2015-01-22 12:26:25 +01:00
Peter Levart
eae923a8ae
8068427: Hashtable deserialization reconstitutes table with wrong capacity
...
Reviewed-by: mduigou, martin, chegar, dfuchs
2015-01-21 21:42:22 +01:00
David Dehaven
de2c792b35
Merge
2015-01-21 12:00:07 -08:00
Lance Andersen
16cb5bbca2
8068732: Adding Initial RowSet tests
...
Reviewed-by: joehw
2015-01-21 13:19:08 -05:00
Sergey Bylokhov
c604e674ee
7056797: The test failed automatically,because throw a ArrayIndexOutOfBoundsException
...
Reviewed-by: azvegint, alexsch
2015-01-21 18:04:49 +03:00
Sergey Bylokhov
dedd4de23f
6459798: JDesktopPane,JFileChooser violate encapsulation by returning internal Dimensions
...
Reviewed-by: azvegint, alexsch
2015-01-21 17:54:35 +03:00
Katja Kantserova
8e93b53e3e
8069296: java/lang/management/MemoryMXBean/LowMemoryTest.java should be quarantined
...
Reviewed-by: sla
2015-01-21 15:06:31 +01:00
Vladimir Kozlov
d81378c7ff
Merge
2015-01-20 15:22:24 -08:00
Michail Chernov
c15946fb1a
8067751: OOMEInReferenceHandler.java fails: Cleaner terminated abnormally
...
OOME with message "GC overhead limit exceeded". -XX:-UseGCOverheadLimit was added to avoid OOME in resource handler.
Reviewed-by: jmasa, jwilhelm
2015-01-20 13:29:26 -08:00
David Dehaven
a011738cac
Merge
2015-01-20 11:23:03 -08:00
Alejandro Murillo
946b0de6db
Merge
2015-01-20 10:22:44 -08:00
Anton Nashatyrev
84db836cfc
8068283: Mac OS Incompatibility between JDK 6 and 8 regarding input method handling
...
Reviewed-by: ant, kizune
2015-01-20 19:26:14 +03:00
Sergey Bylokhov
6d309ec560
6515713: example in JFormattedTextField API docs instantiates abstract class
...
Reviewed-by: azvegint, alexsch
2015-01-20 17:01:18 +03:00
Lev Priima
a84794e3d6
8068795: HttpServer missing tailing space for some response codes
...
Reviewed-by: chegar
2015-01-20 13:56:01 +00:00
Felix Yang
c06b7a8915
8061448: Cleanup sun/misc/JarIndex tests to remove the check for the jre directory
...
Reviewed-by: chegar
2015-01-20 13:49:28 +00:00
Ivan Gerasimov
a7cd12f10a
8067951: System.loadLibrary cannot find library when path contains quoted entry
...
Reviewed-by: sherman, rriggs, alanb
2015-01-19 19:12:11 +03:00
Erik Joelsson
bba288a91a
8068748: missing US_export_policy.jar in jdk9-b44 is causing compilation errors building jdk9 source code
...
Reviewed-by: ihse, wetmore
2015-01-19 09:05:50 +01:00
Yumin Qi
09a7d945d4
Merge
2015-01-18 11:50:10 -08:00
Sergey Bylokhov
d4887f8b66
8066132: BufferedImage::getPropertyNames() always returns null
...
Reviewed-by: prr, flar
2015-01-17 20:53:35 +03:00
Joe Darcy
9800aaa84a
8060077: Class.toGenericString specification doesn't mention array types
...
Reviewed-by: psandoz, jfranck
2015-01-16 14:04:27 -08:00
Xueming Shen
f97da65885
8042262: Javadoc typo in java.util.Formatter
...
To fix the simple typo in java doc
Reviewed-by: rriggs, lancea
2015-01-16 13:46:39 -08:00
Lana Steuck
a6f6f19835
Merge
2015-01-16 12:34:28 -08:00
Jaroslav Bachorik
b5ac4fe904
8064331: JavaSecurityAccess.doIntersectionPrivilege() drops the information about the domain combiner of the stack ACC
...
Reviewed-by: mullan
2015-01-16 18:19:23 +01:00
Daniel D. Daugherty
4d1943a706
Merge
2015-02-06 10:44:57 -08:00
Sergey Bylokhov
328a306534
8056298: Separate java.awt.datatransfer from the desktop module
...
Reviewed-by: erikj, alanb, mchung, alexsch
2015-01-16 18:46:16 +03:00
Alexander Scherbatiy
49d1356783
8068040: [macosx] Combo box consuming ENTER key
...
Reviewed-by: serb, azvegint
2015-01-16 19:11:10 +04:00
Pavel Chistyakov
580e7ed3ed
8068234: java/lang/instrument/NativeMethodPrefixAgent.java is still in exclude list
...
Reviewed-by: kvn, iignatyev
2015-01-16 15:09:01 +03:00
Claes Redestad
31f50fcff9
8068736: Avoid synchronization on Executable/Field.declaredAnnotations
...
Reviewed-by: jfranck, psandoz
2015-01-16 12:41:36 +01:00
Alexander Zvegintsev
3622c75cbd
8061636: Fix for JDK-7079254 changes behavior of MouseListener, MouseMotionListener
...
Reviewed-by: alexsch, serb
2015-01-16 13:53:44 +03:00
Alejandro Murillo
fd925c52da
Merge
2015-01-15 19:23:49 -08:00
Joe Darcy
c0500545f7
8069127: Suppress deprecation warnings in jdk.deploy.osx module
...
Reviewed-by: wetmore, juh
2015-01-15 16:45:02 -08:00
David Katleman
3e2e519ce8
Added tag jdk9-b46 for changeset 1548d75015bd
2015-01-15 13:09:48 -08:00
Artem Smotrakov
f46b3d442f
8059009: LDAPCertStore fails to retrieve CRL after LDAP server closes idle connection
...
Reviewed-by: vinnie
2015-01-15 17:57:52 +00:00
Chris Hegarty
00b2f7005d
8042581: Intermittent failure in java/net/DatagramSocket/InheritHandle.java
...
Reviewed-by: alanb, chegar
2015-01-15 17:05:06 +00:00