Sat, 01 Mar 2014 11:57:57 -0500 8035813: Broken link in java.lang.Iterable
rriggs [Sat, 01 Mar 2014 11:57:57 -0500] rev 23040
8035813: Broken link in java.lang.Iterable Summary: Fixed link to ../util/ Reviewed-by: lancea
Sat, 01 Mar 2014 02:07:30 +0400 8033666: Make sure @ForceInline is everywhere it needs to be in sun.misc and java.lang.invoke
vlivanov [Sat, 01 Mar 2014 02:07:30 +0400] rev 23039
8033666: Make sure @ForceInline is everywhere it needs to be in sun.misc and java.lang.invoke Reviewed-by: twisti, jrose
Sat, 01 Mar 2014 02:05:53 +0400 8027827: Improve performance of catchException combinator
vlivanov [Sat, 01 Mar 2014 02:05:53 +0400] rev 23038
8027827: Improve performance of catchException combinator 8034120: MethodHandles.catchException doesn't handle VarargsCollector right Reviewed-by: lagergren, psandoz, jrose
Fri, 28 Feb 2014 17:01:12 -0500 8035106: Typo in java.time.format.Parsed error message
rriggs [Fri, 28 Feb 2014 17:01:12 -0500] rev 23037
8035106: Typo in java.time.format.Parsed error message Reviewed-by: lancea
Fri, 28 Feb 2014 13:36:46 -0500 8035889: jdk testlibrary - add printing of values of failed assertions
rriggs [Fri, 28 Feb 2014 13:36:46 -0500] rev 23036
8035889: jdk testlibrary - add printing of values of failed assertions Summary: Extend and cleanup testlibrary Reviewed-by: mchung, sla
Fri, 28 Feb 2014 10:27:54 -0800 6835233: Fedora 9 jdk regression test failed: java/lang/instrument/ParallelTransformerLoader.sh
bchristi [Fri, 28 Feb 2014 10:27:54 -0800] rev 23035
6835233: Fedora 9 jdk regression test failed: java/lang/instrument/ParallelTransformerLoader.sh Summary: Remove @ignore from ParallelTransformerLoader.sh Reviewed-by: alanb, sla, smarks
Fri, 28 Feb 2014 09:38:10 -0800 8036004: Incorrect license header for a test class
joehw [Fri, 28 Feb 2014 09:38:10 -0800] rev 23034
8036004: Incorrect license header for a test class Reviewed-by: alanb
Fri, 28 Feb 2014 17:14:08 +0100 8035949: Remove unused macro USE_SELECT and clean up Unix version of net_util_md.{c,h}
simonis [Fri, 28 Feb 2014 17:14:08 +0100] rev 23033
8035949: Remove unused macro USE_SELECT and clean up Unix version of net_util_md.{c,h} Reviewed-by: chegar, alanb
Fri, 28 Feb 2014 15:39:15 +0100 8035668: [test] Check that jstat does not cause problems when monitored application exits before jstat finishes its work
jbachorik [Fri, 28 Feb 2014 15:39:15 +0100] rev 23032
8035668: [test] Check that jstat does not cause problems when monitored application exits before jstat finishes its work Reviewed-by: sla
Fri, 28 Feb 2014 12:57:35 +0400 7195249: Some jtreg tests use hard coded ports
sla [Fri, 28 Feb 2014 12:57:35 +0400] rev 23031
7195249: Some jtreg tests use hard coded ports Summary: Use Utils.getFreePort() and launch the tests by java code Reviewed-by: jbachorik, sla
Fri, 28 Feb 2014 08:40:27 +0800 8035759: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/krb5/NativeCreds.c
weijun [Fri, 28 Feb 2014 08:40:27 +0800] rev 23030
8035759: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/krb5/NativeCreds.c Reviewed-by: valeriep
Thu, 27 Feb 2014 09:43:28 -0800 8035814: Broken link in java.nio.charset.StandardCharsets
sherman [Thu, 27 Feb 2014 09:43:28 -0800] rev 23029
8035814: Broken link in java.nio.charset.StandardCharsets Summary: fixed the broken link Reviewed-by: alanb
Thu, 27 Feb 2014 10:53:07 +0100 8035876: AIX build issues after '8034174: Remove use of JVM_* functions from java.net code'
simonis [Thu, 27 Feb 2014 10:53:07 +0100] rev 23028
8035876: AIX build issues after '8034174: Remove use of JVM_* functions from java.net code' Reviewed-by: alanb, chegar
Thu, 27 Feb 2014 02:44:04 +0400 6853696: (ref) ReferenceQueue.remove(timeout) may return null even if timeout has not expired
igerasim [Thu, 27 Feb 2014 02:44:04 +0400] rev 23027
6853696: (ref) ReferenceQueue.remove(timeout) may return null even if timeout has not expired Reviewed-by: mchung, mduigou, rriggs
Wed, 26 Feb 2014 19:11:00 -0800 8017142: Time display for Spanish(Chile, Ecuador ) locale doesn't show 24-hour format
yhuang [Wed, 26 Feb 2014 19:11:00 -0800] rev 23026
8017142: Time display for Spanish(Chile, Ecuador ) locale doesn't show 24-hour format Reviewed-by: okutsu
Wed, 26 Feb 2014 18:22:56 -0800 8034999: change rmidRunning to a simple lookup
smarks [Wed, 26 Feb 2014 18:22:56 -0800] rev 23025
8034999: change rmidRunning to a simple lookup Reviewed-by: darcy
Wed, 26 Feb 2014 13:02:05 -0800 8027640: String.indexOf(String,int) for the empty string case not specified
bchristi [Wed, 26 Feb 2014 13:02:05 -0800] rev 23024
8027640: String.indexOf(String,int) for the empty string case not specified Summary: Spec & wording clean up of indexOf(), lastIndexOf() Reviewed-by: psandoz
Wed, 26 Feb 2014 16:18:08 +0000 8035653: InetAddress.getLocalHost crash
michaelm [Wed, 26 Feb 2014 16:18:08 +0000] rev 23023
8035653: InetAddress.getLocalHost crash Reviewed-by: chegar
Fri, 21 Feb 2014 17:12:23 +0400 8032585: JSR292: IllegalAccessError when attempting to invoke protected method from different package
vlivanov [Fri, 21 Feb 2014 17:12:23 +0400] rev 23022
8032585: JSR292: IllegalAccessError when attempting to invoke protected method from different package 8033278: Missed access checks for Lookup.unreflect* after 8032585 Reviewed-by: jrose, twisti
Wed, 26 Feb 2014 10:37:23 +0100 8035187: Move fontconfig src files to make/data
erikj [Wed, 26 Feb 2014 10:37:23 +0100] rev 23021
8035187: Move fontconfig src files to make/data Reviewed-by: tbell, ihse
Tue, 25 Feb 2014 19:15:13 +0000 7089615: Broken javadoc link in AbstractQueuedSynchronizer
chegar [Tue, 25 Feb 2014 19:15:13 +0000] rev 23020
7089615: Broken javadoc link in AbstractQueuedSynchronizer Reviewed-by: chegar Contributed-by: Martin Buchholz <martinrb@google.com>
Tue, 25 Feb 2014 10:25:32 -0800 Merge
amurillo [Tue, 25 Feb 2014 10:25:32 -0800] rev 23019
Merge
Fri, 21 Feb 2014 08:22:54 -0800 Merge
amurillo [Fri, 21 Feb 2014 08:22:54 -0800] rev 23018
Merge
Tue, 18 Feb 2014 15:48:14 -0800 Merge
kvn [Tue, 18 Feb 2014 15:48:14 -0800] rev 23017
Merge
Wed, 29 Jan 2014 20:41:33 +0100 8033154: PPC64: Fix AIX build after integration into jdk9/dev
simonis [Wed, 29 Jan 2014 20:41:33 +0100] rev 23016
8033154: PPC64: Fix AIX build after integration into jdk9/dev Reviewed-by: alanb
Tue, 25 Feb 2014 12:35:14 +0000 8034174: Remove use of JVM_* functions from java.net code
chegar [Tue, 25 Feb 2014 12:35:14 +0000] rev 23015
8034174: Remove use of JVM_* functions from java.net code Reviewed-by: alanb, dsamersoff, michaelm
Mon, 24 Feb 2014 11:24:43 -0800 8035054: JarFacade.c should not include ctype.h
mikael [Mon, 24 Feb 2014 11:24:43 -0800] rev 23014
8035054: JarFacade.c should not include ctype.h Reviewed-by: alanb
Tue, 25 Feb 2014 11:51:25 +0400 8035640: JNU_CHECK_EXCEPTION should support c++ JNI syntax
pchelko [Tue, 25 Feb 2014 11:51:25 +0400] rev 23013
8035640: JNU_CHECK_EXCEPTION should support c++ JNI syntax Reviewed-by: anthony, alanb
Mon, 24 Feb 2014 22:43:45 -0800 8035453: Fix serial lint warnings in com.sun.tools and elsewhere
darcy [Mon, 24 Feb 2014 22:43:45 -0800] rev 23012
8035453: Fix serial lint warnings in com.sun.tools and elsewhere Reviewed-by: psandoz
Mon, 24 Feb 2014 13:01:25 -0800 Merge
lana [Mon, 24 Feb 2014 13:01:25 -0800] rev 23011
Merge
Thu, 26 Dec 2013 12:04:16 -0800 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
lana [Thu, 26 Dec 2013 12:04:16 -0800] rev 23010
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
Mon, 24 Feb 2014 15:34:33 +0100 6857566: (bf) DirectByteBuffer garbage creation can outpace reclamation
plevart [Mon, 24 Feb 2014 15:34:33 +0100] rev 23009
6857566: (bf) DirectByteBuffer garbage creation can outpace reclamation Summary: Help ReferenceHandler thread process References while attempting to allocate direct memory Reviewed-by: alanb
Mon, 24 Feb 2014 10:34:07 +0100 8034203: Change JavaDoc for com.sun.jdi.request.EventRequest.setEnabled(boolean val)
farvidsson [Mon, 24 Feb 2014 10:34:07 +0100] rev 23008
8034203: Change JavaDoc for com.sun.jdi.request.EventRequest.setEnabled(boolean val) Summary: Added small corrections to the JavaDoc comments in the code. Reviewed-by: sla
Fri, 21 Feb 2014 16:55:25 +0400 8032909: XSLT string-length returns incorrect length when string includes complementary chars
aefimov [Fri, 21 Feb 2014 16:55:25 +0400] rev 23007
8032909: XSLT string-length returns incorrect length when string includes complementary chars Reviewed-by: joehw, dfuchs
Mon, 17 Feb 2014 20:23:55 +0400 8023022: Some more typos in javadoc
igerasim [Mon, 17 Feb 2014 20:23:55 +0400] rev 23006
8023022: Some more typos in javadoc Reviewed-by: lancea, alanb
Fri, 21 Feb 2014 16:26:22 +0100 6952105: TEST_BUG: testcase failure, not very often, com/sun/jdi/SuspendThreadTest.java
sla [Fri, 21 Feb 2014 16:26:22 +0100] rev 23005
6952105: TEST_BUG: testcase failure, not very often, com/sun/jdi/SuspendThreadTest.java Reviewed-by: dholmes, sspitsyn, dsamersoff
Fri, 21 Feb 2014 14:01:57 +0100 8035395: sun/management/jmxremote/startstop/JMXStartStopTest.java fails intermittently: Port already in use
jbachorik [Fri, 21 Feb 2014 14:01:57 +0100] rev 23004
8035395: sun/management/jmxremote/startstop/JMXStartStopTest.java fails intermittently: Port already in use Reviewed-by: sla, sjiang
Fri, 21 Feb 2014 13:52:39 +0100 8007897: Make creates file with illegal name in Windows.
ihse [Fri, 21 Feb 2014 13:52:39 +0100] rev 23003
8007897: Make creates file with illegal name in Windows. Reviewed-by: tbell
Fri, 21 Feb 2014 12:31:29 +0100 8033787: [TESTBUG] Few jdk regression management tests should be improved with -XX:+UsePerfData usage
jbachorik [Fri, 21 Feb 2014 12:31:29 +0100] rev 23002
8033787: [TESTBUG] Few jdk regression management tests should be improved with -XX:+UsePerfData usage Reviewed-by: dholmes
Thu, 20 Feb 2014 21:36:02 -0800 8027810: RMI CheckUsage tests should be deleted
smarks [Thu, 20 Feb 2014 21:36:02 -0800] rev 23001
8027810: RMI CheckUsage tests should be deleted Reviewed-by: mchung
Thu, 20 Feb 2014 20:00:11 -0800 Merge
lana [Thu, 20 Feb 2014 20:00:11 -0800] rev 23000
Merge
Thu, 20 Feb 2014 23:16:47 +0400 8022203: Intermittent test failures in demo/jvmti/hprof
sla [Thu, 20 Feb 2014 23:16:47 +0400] rev 22999
8022203: Intermittent test failures in demo/jvmti/hprof Summary: Added "file" options to separate hprof dump output Reviewed-by: sla Contributed-by: Sergei Kovalev <sergei.kovalev@oracle.com>
Thu, 20 Feb 2014 09:57:26 -0800 Merge
sherman [Thu, 20 Feb 2014 09:57:26 -0800] rev 22998
Merge
Thu, 20 Feb 2014 09:52:50 -0800 8035076: Pattern$BnMS never used due to bug in Pattern$BnM.optimize
sherman [Thu, 20 Feb 2014 09:52:50 -0800] rev 22997
8035076: Pattern$BnMS never used due to bug in Pattern$BnM.optimize Summary: updated SliceS to subclass Slice node Reviewed-by: alanb, martin
Wed, 11 Dec 2013 15:26:47 -0800 8029944: Primitive Stream reduce method documentation pseudo code misidentifies apply method
michaelm [Wed, 11 Dec 2013 15:26:47 -0800] rev 22996
8029944: Primitive Stream reduce method documentation pseudo code misidentifies apply method Reviewed-by: mduigou Contributed-by: michael.mcmahon@oracle.com
Thu, 20 Feb 2014 13:03:36 +0000 7052625: com/sun/net/httpserver/bugs/6725892/Test.java fails intermittently
chegar [Thu, 20 Feb 2014 13:03:36 +0000] rev 22995
7052625: com/sun/net/httpserver/bugs/6725892/Test.java fails intermittently Reviewed-by: chegar Contributed-by: Michael Cui <michael.cui@oracle.com>
Thu, 20 Feb 2014 12:16:28 +0000 8022852: Fix serial javac warnings in ArrayPrefixHelpers
chegar [Thu, 20 Feb 2014 12:16:28 +0000] rev 22994
8022852: Fix serial javac warnings in ArrayPrefixHelpers Reviewed-by: chegar Contributed-by: Martin Buchholz <martinrb@google.com>
Thu, 20 Feb 2014 11:47:22 +0100 8028770: LIBARCHNAME should not be used in CompileLauncher.gmk
ihse [Thu, 20 Feb 2014 11:47:22 +0100] rev 22993
8028770: LIBARCHNAME should not be used in CompileLauncher.gmk Reviewed-by: tbell
Thu, 20 Feb 2014 10:41:06 +0000 8035105: DNS provider cleanups
alanb [Thu, 20 Feb 2014 10:41:06 +0000] rev 22992
8035105: DNS provider cleanups Reviewed-by: alanb Contributed-by: fweimer@redhat.com
Thu, 20 Feb 2014 10:40:58 +0100 8034087: XML parser may overwrite element content if that content falls onto the border of an entity scanner buffer
simonis [Thu, 20 Feb 2014 10:40:58 +0100] rev 22991
8034087: XML parser may overwrite element content if that content falls onto the border of an entity scanner buffer Reviewed-by: alanb, joehw Contributed-by: steffen.schreiber@sap.com
Sat, 15 Feb 2014 10:23:07 +0800 8032050: Clean up for java/rmi/activation/Activatable/shutdownGracefully/ShutdownGracefully.java
tyan [Sat, 15 Feb 2014 10:23:07 +0800] rev 22990
8032050: Clean up for java/rmi/activation/Activatable/shutdownGracefully/ShutdownGracefully.java Reviewed-by: smarks
Wed, 19 Feb 2014 09:17:28 -0800 8027289: [Windows zh_CN] NumberFormat: Incorrect sequence of loading currency symbol
naoto [Wed, 19 Feb 2014 09:17:28 -0800] rev 22989
8027289: [Windows zh_CN] NumberFormat: Incorrect sequence of loading currency symbol Reviewed-by: erikj
Tue, 28 Jan 2014 20:10:11 +0000 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
jeff [Tue, 28 Jan 2014 20:10:11 +0000] rev 22988
8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8 Reviewed-by: lana
Mon, 13 Jan 2014 14:44:00 -0800 7129980: Third Party License Readme update for JDK8
jeff [Mon, 13 Jan 2014 14:44:00 -0800] rev 22987
7129980: Third Party License Readme update for JDK8 Reviewed-by: lana, tbell
Wed, 19 Feb 2014 10:41:22 +0800 8034033: [parfait] JNI exception pending in share/native/sun/security/krb5/nativeccache.c
weijun [Wed, 19 Feb 2014 10:41:22 +0800] rev 22986
8034033: [parfait] JNI exception pending in share/native/sun/security/krb5/nativeccache.c Reviewed-by: valeriep
Tue, 18 Feb 2014 10:53:18 -0800 8033980: Xerces Update: datatype XMLGregorianCalendarImpl and DurationImpl
joehw [Tue, 18 Feb 2014 10:53:18 -0800] rev 22985
8033980: Xerces Update: datatype XMLGregorianCalendarImpl and DurationImpl Reviewed-by: dfuchs, lancea, alanb
Wed, 11 Dec 2013 21:22:49 -0800 8026115: [zh_CN] inproper translation in output of jarsigner command
mfang [Wed, 11 Dec 2013 21:22:49 -0800] rev 22984
8026115: [zh_CN] inproper translation in output of jarsigner command Reviewed-by: naoto, yhuang
Tue, 17 Dec 2013 23:33:51 -0800 8026741: jdk8 l10n resource file translation update 5
mfang [Tue, 17 Dec 2013 23:33:51 -0800] rev 22983
8026741: jdk8 l10n resource file translation update 5 Reviewed-by: naoto, yhuang
Tue, 18 Feb 2014 12:25:31 +0000 8034853: remove sun.misc.ClassLoaderUtil
michaelm [Tue, 18 Feb 2014 12:25:31 +0000] rev 22982
8034853: remove sun.misc.ClassLoaderUtil Reviewed-by: alanb, mchung, chegar
Tue, 18 Feb 2014 11:23:00 +0100 4515292: ReferenceType.isStatic() returns true for arrays
farvidsson [Tue, 18 Feb 2014 11:23:00 +0100] rev 22981
4515292: ReferenceType.isStatic() returns true for arrays Summary: Add implementation of isStatic() in com.sun.tools.jdi.ArrayTypeImpl Reviewed-by: sla, sspitsyn
Tue, 21 Jan 2014 15:17:57 +0100 6545422: [TESTBUG] NativeErrors.java uses wrong path name in exec
sla [Tue, 21 Jan 2014 15:17:57 +0100] rev 22980
6545422: [TESTBUG] NativeErrors.java uses wrong path name in exec Summary: Uses common testlibrary to find executable. Removed NullPointerExceptions. Log more. Reviewed-by: sla Contributed-by: mattias.tobiasson@oracle.com
Tue, 18 Feb 2014 08:46:37 +0100 8035067: Move jdk/src/share/classes/java/util/CurrencyData.properties to jdk/make/data
erikj [Tue, 18 Feb 2014 08:46:37 +0100] rev 22979
8035067: Move jdk/src/share/classes/java/util/CurrencyData.properties to jdk/make/data Reviewed-by: alanb, naoto, ihse, tbell
Mon, 17 Feb 2014 11:37:46 -0500 Merge
mullan [Mon, 17 Feb 2014 11:37:46 -0500] rev 22978
Merge
Mon, 17 Feb 2014 11:36:40 -0500 8025708: Certificate Path Building problem with AKI serial number
mullan [Mon, 17 Feb 2014 11:36:40 -0500] rev 22977
8025708: Certificate Path Building problem with AKI serial number Reviewed-by: xuelei, juh
Mon, 17 Feb 2014 11:27:18 +0000 8031661: java/net/Authenticator/B4769350.java failed intermittently
michaelm [Mon, 17 Feb 2014 11:27:18 +0000] rev 22976
8031661: java/net/Authenticator/B4769350.java failed intermittently Reviewed-by: michaelm Contributed-by: amanda.jiang@oracle.com
Mon, 17 Feb 2014 09:43:12 +0100 8034177: sun/management/jmxremote/startstop/JMXStartStopTest.java should report port in use
jbachorik [Mon, 17 Feb 2014 09:43:12 +0100] rev 22975
8034177: sun/management/jmxremote/startstop/JMXStartStopTest.java should report port in use Reviewed-by: dfuchs, sjiang
Sat, 15 Feb 2014 10:17:35 +0400 4682009: Typo in javadocs in javax/naming
igerasim [Sat, 15 Feb 2014 10:17:35 +0400] rev 22974
4682009: Typo in javadocs in javax/naming Reviewed-by: lancea, alanb
Fri, 14 Feb 2014 15:21:26 +0000 8034943: Eliminate Kerberos dependency on com.sun.security.auth to avoid circular dependency
alanb [Fri, 14 Feb 2014 15:21:26 +0000] rev 22973
8034943: Eliminate Kerberos dependency on com.sun.security.auth to avoid circular dependency Reviewed-by: weijun
Fri, 14 Feb 2014 11:23:58 +0100 8034801: AIX: (ch) Fix synchronization issue in AixPollPort.java
simonis [Fri, 14 Feb 2014 11:23:58 +0100] rev 22972
8034801: AIX: (ch) Fix synchronization issue in AixPollPort.java Reviewed-by: alanb
Thu, 13 Feb 2014 11:15:56 +0800 8030844: sun/rmi/rmic/classpath/RMICClassPathTest.java timeout in same binaries run
tyan [Thu, 13 Feb 2014 11:15:56 +0800] rev 22971
8030844: sun/rmi/rmic/classpath/RMICClassPathTest.java timeout in same binaries run Reviewed-by: smarks
Thu, 13 Feb 2014 18:05:36 -0500 8034896: Correct Clob.free javadoc typo
lancea [Thu, 13 Feb 2014 18:05:36 -0500] rev 22970
8034896: Correct Clob.free javadoc typo Reviewed-by: dfuchs
Thu, 13 Feb 2014 14:48:39 -0800 8034000: lack of /othervm option can cause some RMI tests to fail
smarks [Thu, 13 Feb 2014 14:48:39 -0800] rev 22969
8034000: lack of /othervm option can cause some RMI tests to fail Reviewed-by: darcy, alanb
Thu, 13 Feb 2014 11:47:43 -0800 8031025: SQE test CertPath/CertPathBuilderTest/* failed with java.lang.IndexOutOfBoundsException
juh [Thu, 13 Feb 2014 11:47:43 -0800] rev 22968
8031025: SQE test CertPath/CertPathBuilderTest/* failed with java.lang.IndexOutOfBoundsException Reviewed-by: mullan
Thu, 13 Feb 2014 17:40:43 +0100 8034193: Move X11 wrapper generator files to make/src and make/data
erikj [Thu, 13 Feb 2014 17:40:43 +0100] rev 22967
8034193: Move X11 wrapper generator files to make/src and make/data Reviewed-by: ihse, alanb, tbell
Thu, 13 Feb 2014 17:14:24 +0100 8034179: Clean up nio genConstants
erikj [Thu, 13 Feb 2014 17:14:24 +0100] rev 22966
8034179: Clean up nio genConstants Reviewed-by: alanb, ihse
Thu, 13 Feb 2014 15:59:04 +0000 8028711: TEST_BUG: Shell tests should pass through VM options
alanb [Thu, 13 Feb 2014 15:59:04 +0000] rev 22965
8028711: TEST_BUG: Shell tests should pass through VM options Reviewed-by: alanb Contributed-by: michael.cui@oracle.com
Thu, 13 Feb 2014 14:08:12 +0000 8034856: gcc warnings compiling src/solaris/native/sun/security/pkcs11
alanb [Thu, 13 Feb 2014 14:08:12 +0000] rev 22964
8034856: gcc warnings compiling src/solaris/native/sun/security/pkcs11 8034857: gcc warnings compiling src/solaris/native/sun/management Reviewed-by: sla, mullan
Thu, 13 Feb 2014 00:01:07 +0100 8034191: Move relevant parts of build system to new closed repo
ihse [Thu, 13 Feb 2014 00:01:07 +0100] rev 22963
8034191: Move relevant parts of build system to new closed repo Reviewed-by: erikj, tbell
Wed, 12 Feb 2014 10:51:50 -0800 8030010: cleanup native code warnings
mchung [Wed, 12 Feb 2014 10:51:50 -0800] rev 22962
8030010: cleanup native code warnings Reviewed-by: alanb, lancea Contributed-by: Francis Andre <francis.andre.kampbell@orange.fr>, mandy.chung@oracle.com
Wed, 12 Feb 2014 17:51:31 +0000 8034102: Check solaris/native/sun/nio/fs/MacOSXNativeDispatcher.c for JNI pending exceptions
alanb [Wed, 12 Feb 2014 17:51:31 +0000] rev 22961
8034102: Check solaris/native/sun/nio/fs/MacOSXNativeDispatcher.c for JNI pending exceptions Reviewed-by: chegar, henryjen
Wed, 12 Feb 2014 14:23:52 +0000 8034780: Remove used imports
alanb [Wed, 12 Feb 2014 14:23:52 +0000] rev 22960
8034780: Remove used imports Reviewed-by: sundar, chegar, lancea, dfuchs
Wed, 12 Feb 2014 14:07:55 +0000 8034776: Remove sun.misc.Service
alanb [Wed, 12 Feb 2014 14:07:55 +0000] rev 22959
8034776: Remove sun.misc.Service Reviewed-by: sundar, lancea, chegar
Wed, 12 Feb 2014 19:20:43 +0800 8034762: Move krb5.conf related tests into a single place
weijun [Wed, 12 Feb 2014 19:20:43 +0800] rev 22958
8034762: Move krb5.conf related tests into a single place Reviewed-by: xuelei
Wed, 12 Feb 2014 11:02:47 +0100 8034173: Move JavaApp.icns to proper place in make/data
erikj [Wed, 12 Feb 2014 11:02:47 +0100] rev 22957
8034173: Move JavaApp.icns to proper place in make/data Reviewed-by: ihse, tbell
Tue, 11 Feb 2014 16:43:57 +0000 8034182: Misc. warnings in java.net code
alanb [Tue, 11 Feb 2014 16:43:57 +0000] rev 22956
8034182: Misc. warnings in java.net code Reviewed-by: chegar
Tue, 11 Feb 2014 14:48:51 +0100 8034176: Update mapfile for libjfr
sla [Tue, 11 Feb 2014 14:48:51 +0100] rev 22955
8034176: Update mapfile for libjfr Reviewed-by: erikj
Sat, 08 Feb 2014 00:22:33 +0400 8033943: Typo in the documentation for the class Arrays
igerasim [Sat, 08 Feb 2014 00:22:33 +0400] rev 22954
8033943: Typo in the documentation for the class Arrays Reviewed-by: martin
Tue, 11 Feb 2014 12:23:28 +0100 8029876: Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE when System.out == null
dfuchs [Tue, 11 Feb 2014 12:23:28 +0100] rev 22953
8029876: Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE when System.out == null Summary: Adds a new test that verifies that the suspected root cause of JDK-8025512 does not cause NPE to be thrown. Reviewed-by: mchung
Tue, 11 Feb 2014 10:49:07 +0000 8034175: Remove use of UseVMInterruptibleIO from tests
alanb [Tue, 11 Feb 2014 10:49:07 +0000] rev 22952
8034175: Remove use of UseVMInterruptibleIO from tests Reviewed-by: chegar
Tue, 11 Feb 2014 09:59:34 +0000 8034043: Native methods for preferences API should not be in libjava
alanb [Tue, 11 Feb 2014 09:59:34 +0000] rev 22951
8034043: Native methods for preferences API should not be in libjava 8034026: SCDynamicStoreConfig.m should not be in src/macosx/native/java/util Reviewed-by: erikj, weijun, mchung
Mon, 10 Feb 2014 18:09:40 -0800 8034050: Fix serial lint warnings in javax.print
darcy [Mon, 10 Feb 2014 18:09:40 -0800] rev 22950
8034050: Fix serial lint warnings in javax.print Reviewed-by: alanb, prr
Mon, 10 Feb 2014 08:53:13 -0800 8034046: Fix serial lint warnings in javax.sound
darcy [Mon, 10 Feb 2014 08:53:13 -0800] rev 22949
8034046: Fix serial lint warnings in javax.sound Reviewed-by: alanb, serb
Mon, 10 Feb 2014 14:35:42 +0000 7152892: some jtreg tests fail with permission denied
robm [Mon, 10 Feb 2014 14:35:42 +0000] rev 22948
7152892: some jtreg tests fail with permission denied Reviewed-by: coffeys
Mon, 10 Feb 2014 14:01:16 +0100 6791551: ExclusiveBind.java has a race condition
jbachorik [Mon, 10 Feb 2014 14:01:16 +0100] rev 22947
6791551: ExclusiveBind.java has a race condition Reviewed-by: sla, sjiang
Mon, 10 Feb 2014 13:00:50 +0100 8033911: Simplify instrumentation of FileInputStream and RandomAccessFile
sla [Mon, 10 Feb 2014 13:00:50 +0100] rev 22946
8033911: Simplify instrumentation of FileInputStream and RandomAccessFile Reviewed-by: alanb, dsamersoff, jbachorik
Mon, 10 Feb 2014 12:59:31 +0100 8033917: Keep track of file paths in file streams and channels for instrumentation purposes
sla [Mon, 10 Feb 2014 12:59:31 +0100] rev 22945
8033917: Keep track of file paths in file streams and channels for instrumentation purposes Reviewed-by: alanb, dsamersoff
Thu, 06 Feb 2014 10:30:18 -0800 8033590: java.util.Comparator::thenComparing has unnecessary type restriction
henryjen [Thu, 06 Feb 2014 10:30:18 -0800] rev 22944
8033590: java.util.Comparator::thenComparing has unnecessary type restriction Reviewed-by: psandoz
Fri, 07 Feb 2014 09:04:17 -0800 8032012: String.toLowerCase/toUpperCase performance improvement
sherman [Fri, 07 Feb 2014 09:04:17 -0800] rev 22943
8032012: String.toLowerCase/toUpperCase performance improvement Summary: updated the implementation to improve the performance Reviewed-by: psandoz, forax
Thu, 06 Feb 2014 16:42:25 -0800 8033900: Remove reference to JNU_Equals in GSSLibStub.c
mchung [Thu, 06 Feb 2014 16:42:25 -0800] rev 22942
8033900: Remove reference to JNU_Equals in GSSLibStub.c Reviewed-by: valeriep
Thu, 06 Feb 2014 14:56:12 -0800 8033893: jdk build is broken due to the changeset of JDK-8033370
mchung [Thu, 06 Feb 2014 14:56:12 -0800] rev 22941
8033893: jdk build is broken due to the changeset of JDK-8033370 Reviewed-by: naoto
Thu, 06 Feb 2014 22:12:09 +0000 8031588: warnings from b03 for jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending
michaelm [Thu, 06 Feb 2014 22:12:09 +0000] rev 22940
8031588: warnings from b03 for jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending Reviewed-by: chegar, mullan
Thu, 06 Feb 2014 10:06:09 -0800 8033370: [parfait] warning from b126 for solaris/native/sun/util/locale/provider: JNI exception pending
naoto [Thu, 06 Feb 2014 10:06:09 -0800] rev 22939
8033370: [parfait] warning from b126 for solaris/native/sun/util/locale/provider: JNI exception pending Reviewed-by: msheppar
Thu, 06 Feb 2014 11:01:27 -0500 8033565: Remove unused nativeNewStringPlatform
rriggs [Thu, 06 Feb 2014 11:01:27 -0500] rev 22938
8033565: Remove unused nativeNewStringPlatform Summary: Remove also nativeGetStringPlatformChars Reviewed-by: mchung, dholmes, alanb
Thu, 06 Feb 2014 15:43:35 +0000 8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
alanb [Thu, 06 Feb 2014 15:43:35 +0000] rev 22937
8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not Reviewed-by: dfuchs
Thu, 06 Feb 2014 14:45:12 +0000 8033778: ObjectIn/OutputStream improvements
chegar [Thu, 06 Feb 2014 14:45:12 +0000] rev 22936
8033778: ObjectIn/OutputStream improvements Reviewed-by: smarks, psandoz, mduigou, plevart Contributed-by: Robert Stupp <snazy@gmx.de>, Chris Hegarty <chris.hegarty@oracle.com>
Thu, 06 Feb 2014 12:24:42 +0000 8033757: Redo JDK-8011983 (due to bad merge with JDK-8031586)
vinnie [Thu, 06 Feb 2014 12:24:42 +0000] rev 22935
8033757: Redo JDK-8011983 (due to bad merge with JDK-8031586) Reviewed-by: alanb
Thu, 06 Feb 2014 10:43:09 +0000 8033758: gcc warnings compiling jdk/src/share/back
alanb [Thu, 06 Feb 2014 10:43:09 +0000] rev 22934
8033758: gcc warnings compiling jdk/src/share/back Reviewed-by: dholmes, sla
Fri, 21 Feb 2014 11:40:24 -0800 Added tag jdk9-b03 for changeset 4a4630af7adf
katleman [Fri, 21 Feb 2014 11:40:24 -0800] rev 22933
Added tag jdk9-b03 for changeset 4a4630af7adf
Wed, 05 Jul 2017 19:31:02 +0200 Merge
duke [Wed, 05 Jul 2017 19:31:02 +0200] rev 22932
Merge
Thu, 06 Mar 2014 10:37:26 -0800 Merge
lana [Thu, 06 Mar 2014 10:37:26 -0800] rev 22931
Merge
Fri, 28 Feb 2014 09:30:20 -0800 Merge
amurillo [Fri, 28 Feb 2014 09:30:20 -0800] rev 22930
Merge
Fri, 28 Feb 2014 08:02:20 -0800 Merge
morris [Fri, 28 Feb 2014 08:02:20 -0800] rev 22929
Merge
Fri, 28 Feb 2014 13:44:16 +0100 8031754: Type speculation should favor profile data from outermost inlined method
roland [Fri, 28 Feb 2014 13:44:16 +0100] rev 22928
8031754: Type speculation should favor profile data from outermost inlined method Summary: favor profile data coming from outer most method Reviewed-by: kvn, twisti
Thu, 27 Feb 2014 20:40:24 +0100 8035970: PPC64: fix ad file after 8027754: Enable loop optimizations for loops with MathExact
goetz [Thu, 27 Feb 2014 20:40:24 +0100] rev 22927
8035970: PPC64: fix ad file after 8027754: Enable loop optimizations for loops with MathExact Reviewed-by: kvn
Thu, 27 Feb 2014 09:37:16 +0100 8032011: nsk/stress/jck60/jck60022 crashes in src\share\vm\runtime\synchronizer.cpp:239
roland [Thu, 27 Feb 2014 09:37:16 +0100] rev 22926
8032011: nsk/stress/jck60/jck60022 crashes in src\share\vm\runtime\synchronizer.cpp:239 Summary: biased locking's revoke_bias locks monitor in compiled frame with eliminated lock Reviewed-by: kvn, iveresov
Wed, 26 Feb 2014 16:45:15 -0800 8035283: Second phase of branch shortening doesn't account for loop alignment
iveresov [Wed, 26 Feb 2014 16:45:15 -0800] rev 22925
8035283: Second phase of branch shortening doesn't account for loop alignment Summary: added missing check for loop padding case. Reviewed-by: kvn, jrose
Wed, 26 Feb 2014 11:33:34 -0800 8035396: Introduce accessor for tmp_oop in frame.
goetz [Wed, 26 Feb 2014 11:33:34 -0800] rev 22924
8035396: Introduce accessor for tmp_oop in frame. Summary: Avoid #ifs by introducing the accessor function interpreter_frame_temp_oop_addr(). Reviewed-by: kvn, twisti
Wed, 26 Feb 2014 02:54:49 -0800 Merge
anoll [Wed, 26 Feb 2014 02:54:49 -0800] rev 22923
Merge
Wed, 26 Feb 2014 02:38:46 -0800 Merge
anoll [Wed, 26 Feb 2014 02:38:46 -0800] rev 22922
Merge
Wed, 26 Feb 2014 11:29:47 +0100 8034839: jvm hangs with gc/gctests/LoadUnloadGC test
anoll [Wed, 26 Feb 2014 11:29:47 +0100] rev 22921
8034839: jvm hangs with gc/gctests/LoadUnloadGC test Summary: Provide fast lookup of checked dependencies via hashmap Reviewed-by: kvn, roland
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip