Lana Steuck
992a3bfb85
Merge
2015-02-26 20:18:40 -08:00
Joe Darcy
8efc09a66a
8073952: Spec of j.l.r.Method.toString/toGenericString need to be clarified
...
Reviewed-by: lancea
2015-02-26 18:02:49 -08:00
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
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
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
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
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
Staffan Larsen
e8b15600ac
8074841: Resolve disabled warnings for the JVMTI demo compiledMethodLoad
...
8074842: Resolve disabled warnings for the JVMTI demo waiters
Reviewed-by: alanb, ihse, dsamersoff
2015-03-11 08:09:35 +01:00
Masayoshi Okutsu
6a297b5c2b
8074791: Long-form date format incorrect month string for Finnish locale
...
Reviewed-by: naoto
2015-03-11 14:33:14 +09:00
Xue-Lei Andrew Fan
665dc6f627
8072385: Only the first DNSName entry is checked for endpoint identification
...
Reviewed-by: weijun, jnimeh
2015-03-11 04:52:39 +00:00
Martin Buchholz
0d022c42c9
8074579: Use more efficient and readable way of checking PKZIP signatures
...
Reviewed-by: sherman
2015-03-10 14:23:03 -07:00
Martin Buchholz
f825d1ff35
8074577: Modernize Unsafe internal javadoc
...
Use modern javadoc style
Reviewed-by: jrose
2015-03-04 17:35:40 -08:00
Alejandro Murillo
f245610f7f
Merge
2015-03-10 14:20:06 -07:00
Alejandro Murillo
8b283998c2
Merge
2015-03-10 14:09:19 -07:00
Joe Darcy
8db87d223f
8074870: Really add javax/xml/jaxp/testng/validation to othervm.dirs in TEST.ROOT
...
Reviewed-by: rriggs
2015-03-10 13:55:47 -07:00
Roger Riggs
367a429ff4
8058464: (process spec) ProcessBuilder.redirectXXX throws unspecified NPE
...
Add a class level spec for null arguments throwing NPE in ProcessBuilder
Reviewed-by: martin, alanb
2015-03-10 16:44:45 -04:00
Amy Lu
71d53d5bb7
8074674: Doclint regression in java/util/regex/Matcher.java
...
Reviewed-by: psandoz
2015-03-10 13:30:21 +01:00
Joe Darcy
f54b0ebdc2
8074788: Javadoc typo in PKCS8EncodedKeySpec
...
Reviewed-by: xuelei
2015-03-09 18:16:52 -07:00
Joe Darcy
24bf7ba966
8074714: Add javax/xml/jaxp/testng/validation to othervm.dirs in TEST.ROOT
...
Reviewed-by: lancea
2015-03-09 17:37:34 -07:00
Jason Uh
47e85e2963
8073430: Deprecate security APIs that have been superseded
...
Reviewed-by: mullan, weijun
2015-03-09 17:21:07 -07:00
Mark Sheppard
6e61892373
8065078: NetworkInterface.getNetworkInterfaces() triggers intermittent test failures
...
Reviewed-by: chegar
2015-03-09 18:48:40 +00:00
Magnus Ihse Bursie
d0ff6ad565
8074690: Fix for JDK-8074429 was not complete
...
Reviewed-by: alanb, erikj
2015-03-09 16:18:33 +01:00
Magnus Ihse Bursie
84afe48e4f
8074096: Disable (most) native warnings in JDK on a per-library basis
...
Reviewed-by: erikj, tbell
2015-03-09 10:39:50 +01:00
Kumar Srinivasan
64c0d97630
8074373: NMT is not enabled if NMT option is specified after class path specifiers
...
Reviewed-by: dholmes
2015-03-07 15:21:36 -08:00