Thu, 11 Feb 2016 15:43:30 -0500 8149697: Fix for 8145725 is broken
dholmes [Thu, 11 Feb 2016 15:43:30 -0500] rev 36096
8149697: Fix for 8145725 is broken Summary: As per the existing comment we needed to check the saved 'index' instead Reviewed-by: gthornbr, dcubed, kbarrett
Thu, 11 Feb 2016 16:49:12 +0100 8149648: Add number of regions to the G1HeapSummary event
david [Thu, 11 Feb 2016 16:49:12 +0100] rev 36095
8149648: Add number of regions to the G1HeapSummary event Reviewed-by: sjohanss, jwilhelm
Thu, 11 Feb 2016 12:11:02 +0000 Merge
kevinw [Thu, 11 Feb 2016 12:11:02 +0000] rev 36094
Merge
Mon, 08 Feb 2016 15:46:25 +0530 8144957: Remove PICL warning message
kevinw [Mon, 08 Feb 2016 15:46:25 +0530] rev 36093
8144957: Remove PICL warning message Summary: There is no need to print any error/warning message when a library needed for performance optimization is not found on the system Reviewed-by: poonam, kvn Contributed-by: Shafi Ahmad <shafi.s.ahmad@oracle.com>
Thu, 11 Feb 2016 02:39:35 -0800 8149096: Remove unused code in methodComparator
stuefe [Thu, 11 Feb 2016 02:39:35 -0800] rev 36092
8149096: Remove unused code in methodComparator Summary: Remove unused code in methodComparator Reviewed-by: coleenp, sspitsyn, dholmes
Thu, 11 Feb 2016 08:57:00 +0100 8149542: Missing failure reporting in HeapRegion::verify
brutisso [Thu, 11 Feb 2016 08:57:00 +0100] rev 36091
8149542: Missing failure reporting in HeapRegion::verify Reviewed-by: tschatzl, jprovino
Thu, 11 Feb 2016 08:55:36 +0100 8149541: Use log_error() instead of log_info() when verification reports a problem
brutisso [Thu, 11 Feb 2016 08:55:36 +0100] rev 36090
8149541: Use log_error() instead of log_info() when verification reports a problem Reviewed-by: jwilhelm, tbenson
Wed, 10 Feb 2016 22:22:48 -0500 8148987: [Linux] Allow building on older systems without CPU_ALLOC support
dholmes [Wed, 10 Feb 2016 22:22:48 -0500] rev 36089
8148987: [Linux] Allow building on older systems without CPU_ALLOC support Reviewed-by: dsamersoff, stuefe, dcubed
Thu, 11 Feb 2016 01:06:24 +0000 Merge
dholmes [Thu, 11 Feb 2016 01:06:24 +0000] rev 36088
Merge
Wed, 10 Feb 2016 18:57:19 -0500 8145725: Remove the WorkAroundNPTLTimedWaitHang workaround
dholmes [Wed, 10 Feb 2016 18:57:19 -0500] rev 36087
8145725: Remove the WorkAroundNPTLTimedWaitHang workaround Reviewed-by: ddmitriev, stuefe, dcubed
Wed, 10 Feb 2016 15:20:38 -0800 8141491: Unaligned memory access in Bits.c
mikael [Wed, 10 Feb 2016 15:20:38 -0800] rev 36086
8141491: Unaligned memory access in Bits.c Summary: Introduce alignment-safe Copy::conjoint_swap and j.i.m.Unsafe.copySwapMemory Reviewed-by: jrose, dholmes, psandoz
Wed, 10 Feb 2016 14:30:25 +0100 Merge
brutisso [Wed, 10 Feb 2016 14:30:25 +0100] rev 36085
Merge
Wed, 10 Feb 2016 12:56:55 +0100 8148992: VM can hang on exit if root region scanning is initiated but not executed
brutisso [Wed, 10 Feb 2016 12:56:55 +0100] rev 36084
8148992: VM can hang on exit if root region scanning is initiated but not executed Reviewed-by: tschatzl, pliden, jwilhelm
Wed, 10 Feb 2016 12:32:46 +0000 Merge
tschatzl [Wed, 10 Feb 2016 12:32:46 +0000] rev 36083
Merge
Wed, 10 Feb 2016 12:08:37 +0100 8136854: G1 ConcurrentG1RefineThread::stop delays JVM shutdown for >150ms
tschatzl [Wed, 10 Feb 2016 12:08:37 +0100] rev 36082
8136854: G1 ConcurrentG1RefineThread::stop delays JVM shutdown for >150ms Summary: Decrease the default wait delay for mark thread initialization to accomodate very short running applications. Reviewed-by: tbenson, mgerdin
Wed, 10 Feb 2016 12:05:40 +0100 8143220: Fix documentation of InitiatingHeapOccupancyPercent
tschatzl [Wed, 10 Feb 2016 12:05:40 +0100] rev 36081
8143220: Fix documentation of InitiatingHeapOccupancyPercent Summary: Adjust internal flag documentation to how it currently works. Reviewed-by: brutisso, jmasa, tamao
Wed, 17 Feb 2016 09:57:10 -0800 8150075: [JVMCI] expose reserved stack machinery and Inline flag in HotSpotVMConfig
never [Wed, 17 Feb 2016 09:57:10 -0800] rev 36080
8150075: [JVMCI] expose reserved stack machinery and Inline flag in HotSpotVMConfig Reviewed-by: kvn, twisti
Wed, 17 Feb 2016 12:24:53 +0100 6378256: Performance problem with System.identityHashCode in client compiler
thartmann [Wed, 17 Feb 2016 12:24:53 +0100] rev 36079
6378256: Performance problem with System.identityHashCode in client compiler Summary: Enabled C1 optimization to try pull out hashCode from object header, before calling into the VM. Reviewed-by: dlong, roland, thartmann Contributed-by: Rahul Raghavan <rahul.v.raghavan@oracle.com>
Tue, 16 Feb 2016 09:49:58 -0800 8149969: [JVMCI] PrintNMethods is ignored for CompilerToVM.installCode when not called from the broker
never [Tue, 16 Feb 2016 09:49:58 -0800] rev 36078
8149969: [JVMCI] PrintNMethods is ignored for CompilerToVM.installCode when not called from the broker Reviewed-by: kvn
Mon, 15 Feb 2016 23:45:15 +0300 8149813: Move trusted final field handling from C2 LoadNode::Value to shared code
shade [Mon, 15 Feb 2016 23:45:15 +0300] rev 36077
8149813: Move trusted final field handling from C2 LoadNode::Value to shared code Reviewed-by: thartmann, kvn
Mon, 15 Feb 2016 18:42:45 +0000 Merge
vlivanov [Mon, 15 Feb 2016 18:42:45 +0000] rev 36076
Merge
Mon, 15 Feb 2016 20:26:50 +0300 8148994: Replacing MH::invokeBasic with a direct call breaks LF customization
vlivanov [Mon, 15 Feb 2016 20:26:50 +0300] rev 36075
8148994: Replacing MH::invokeBasic with a direct call breaks LF customization Reviewed-by: jrose, redestad
Mon, 15 Feb 2016 20:26:02 +0300 8138922: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list
vlivanov [Mon, 15 Feb 2016 20:26:02 +0300] rev 36074
8138922: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list Reviewed-by: kvn, coleenp, dholmes
Mon, 15 Feb 2016 20:02:51 +0300 8149141: Optimized build is broken
vlivanov [Mon, 15 Feb 2016 20:02:51 +0300] rev 36073
8149141: Optimized build is broken Reviewed-by: kvn, kbarrett
Mon, 15 Feb 2016 15:15:56 +0100 8149797: Compilation fails with "assert(in_hash) failed: node should be in igvn hash table"
roland [Mon, 15 Feb 2016 15:15:56 +0100] rev 36072
8149797: Compilation fails with "assert(in_hash) failed: node should be in igvn hash table" Summary: node replaced by dominating dead cast during parsing Reviewed-by: kvn
Mon, 15 Feb 2016 13:26:44 +0100 Merge
kshefov [Mon, 15 Feb 2016 13:26:44 +0100] rev 36071
Merge
Mon, 15 Feb 2016 14:32:49 +0300 8149740: NPEs when executing some HotSpotConstantReflectionProvider with null args
kshefov [Mon, 15 Feb 2016 14:32:49 +0300] rev 36070
8149740: NPEs when executing some HotSpotConstantReflectionProvider with null args Reviewed-by: twisti, dnsimon
Mon, 15 Feb 2016 14:31:21 +0300 8149472: NPE when executing HotSpotConstantReflectionProvider::constantEquals with null first arg
kshefov [Mon, 15 Feb 2016 14:31:21 +0300] rev 36069
8149472: NPE when executing HotSpotConstantReflectionProvider::constantEquals with null first arg Reviewed-by: twisti, kvn, dnsimon
Mon, 15 Feb 2016 11:52:51 +0100 Merge
thartmann [Mon, 15 Feb 2016 11:52:51 +0100] rev 36068
Merge
Thu, 11 Feb 2016 12:42:12 +0100 8149543: range check CastII nodes should not be split through Phi
roland [Thu, 11 Feb 2016 12:42:12 +0100] rev 36067
8149543: range check CastII nodes should not be split through Phi Summary: splitting range check CastIIs through loop induction Phi prevents further optimizations Reviewed-by: kvn, mcberg
Fri, 12 Feb 2016 16:12:15 -0800 8149421: Vectorized Post Loops
mcberg [Fri, 12 Feb 2016 16:12:15 -0800] rev 36066
8149421: Vectorized Post Loops Summary: add vectorised post loop for counted loops with vectors. Reviewed-by: kvn
Wed, 03 Feb 2016 12:36:18 +0100 8143542: C2 doesn't eliminate identical checks
roland [Wed, 03 Feb 2016 12:36:18 +0100] rev 36065
8143542: C2 doesn't eliminate identical checks Summary: Two identical Ifs back to back can be merged Reviewed-by: kvn
Fri, 12 Feb 2016 12:18:44 +0100 8148564: compiler/intrinsics/string/TestStringIntrinsics2.java times out
thartmann [Fri, 12 Feb 2016 12:18:44 +0100] rev 36064
8148564: compiler/intrinsics/string/TestStringIntrinsics2.java times out Summary: Test should not run with -Xcomp because MaxInlineSize is large. Reviewed-by: kvn, simonis
Thu, 11 Feb 2016 12:29:40 -1000 8149689: [JVMCI] CodeInstaller::pd_patch_DataSectionReference should be able to throw exceptions
twisti [Thu, 11 Feb 2016 12:29:40 -1000] rev 36063
8149689: [JVMCI] CodeInstaller::pd_patch_DataSectionReference should be able to throw exceptions Reviewed-by: kvn
Thu, 11 Feb 2016 11:32:44 -1000 8149695: [JVMCI] add missing Checkstyle configuration file
twisti [Thu, 11 Feb 2016 11:32:44 -1000] rev 36062
8149695: [JVMCI] add missing Checkstyle configuration file Reviewed-by: kvn
Thu, 11 Feb 2016 11:15:13 +0100 8145700: Uninitialised variable in macroAssembler_x86.cpp:7038
thartmann [Thu, 11 Feb 2016 11:15:13 +0100] rev 36061
8145700: Uninitialised variable in macroAssembler_x86.cpp:7038 Summary: Added missing local variable initializations. Reviewed-by: kvn, vlivanov, thartmann, mcberg Contributed-by: Rahul Raghavan <rahul.v.raghavan@oracle.com>
Wed, 10 Feb 2016 11:23:17 -1000 8149415: [AArch64] implement JVMCI CodeInstaller
twisti [Wed, 10 Feb 2016 11:23:17 -1000] rev 36060
8149415: [AArch64] implement JVMCI CodeInstaller Reviewed-by: aph, kvn
Wed, 10 Feb 2016 16:31:17 +0000 Merge
shade [Wed, 10 Feb 2016 16:31:17 +0000] rev 36059
Merge
Wed, 10 Feb 2016 15:58:11 +0300 8149356: Leftover from JDK-8141044: UseNewCode usage
shade [Wed, 10 Feb 2016 15:58:11 +0300] rev 36058
8149356: Leftover from JDK-8141044: UseNewCode usage Reviewed-by: vlivanov
Wed, 10 Feb 2016 15:24:22 +0100 8149123: [TESTBUG] compiler/loopopts/superword/SumRed* tests running on non-x86 platforms
thartmann [Wed, 10 Feb 2016 15:24:22 +0100] rev 36057
8149123: [TESTBUG] compiler/loopopts/superword/SumRed* tests running on non-x86 platforms Summary: Restricted test execution to supported archs. Reviewed-by: kvn Contributed-by: Jamsheed Mohammed <jamsheed.c.m@oracle.com>
Tue, 23 Feb 2016 21:44:05 +0100 8150257: Remove softfloat lib support
ihse [Tue, 23 Feb 2016 21:44:05 +0100] rev 36056
8150257: Remove softfloat lib support Reviewed-by: dholmes, erikj
Thu, 25 Feb 2016 09:41:40 -0800 Added tag jdk-9+107 for changeset f3c43d82c968
lana [Thu, 25 Feb 2016 09:41:40 -0800] rev 36055
Added tag jdk-9+107 for changeset f3c43d82c968
Thu, 25 Feb 2016 23:00:55 +0000 8087112: HTTP API and HTTP/1.1 implementation
michaelm [Thu, 25 Feb 2016 23:00:55 +0000] rev 36054
8087112: HTTP API and HTTP/1.1 implementation Reviewed-by: alanb, chegar, coffeys, psandoz, rriggs
Thu, 25 Feb 2016 11:27:00 -0800 Merge
lana [Thu, 25 Feb 2016 11:27:00 -0800] rev 36053
Merge
Tue, 23 Feb 2016 21:43:59 +0100 8150257: Remove softfloat lib support
ihse [Tue, 23 Feb 2016 21:43:59 +0100] rev 36052
8150257: Remove softfloat lib support Reviewed-by: dholmes, erikj
Mon, 22 Feb 2016 11:27:09 +0100 8150197: Integrate AIX fixes from build-infra
simonis [Mon, 22 Feb 2016 11:27:09 +0100] rev 36051
8150197: Integrate AIX fixes from build-infra Reviewed-by: erikj
Mon, 22 Feb 2016 11:22:55 +0100 8150203: Incremental update from build-infra project
ihse [Mon, 22 Feb 2016 11:22:55 +0100] rev 36050
8150203: Incremental update from build-infra project Reviewed-by: erikj
Thu, 25 Feb 2016 09:41:38 -0800 Added tag jdk-9+107 for changeset d632f62d9397
lana [Thu, 25 Feb 2016 09:41:38 -0800] rev 36049
Added tag jdk-9+107 for changeset d632f62d9397
Wed, 05 Jul 2017 21:22:48 +0200 Added tag jdk-9+107 for changeset 1c076468bf7d
duke [Wed, 05 Jul 2017 21:22:48 +0200] rev 36048
Added tag jdk-9+107 for changeset 1c076468bf7d
Wed, 05 Jul 2017 21:22:47 +0200 Merge jdk-9+107
duke [Wed, 05 Jul 2017 21:22:47 +0200] rev 36047
Merge
Wed, 05 Jul 2017 21:22:41 +0200 Merge
duke [Wed, 05 Jul 2017 21:22:41 +0200] rev 36046
Merge
Thu, 18 Feb 2016 12:48:11 -0800 8150096: Cleanup synthetic JCCompilationUnit for html files
ksrini [Thu, 18 Feb 2016 12:48:11 -0800] rev 36045
8150096: Cleanup synthetic JCCompilationUnit for html files Reviewed-by: jjg
Thu, 18 Feb 2016 13:42:59 -0800 Merge
lana [Thu, 18 Feb 2016 13:42:59 -0800] rev 36044
Merge
Wed, 17 Feb 2016 19:09:44 +0100 8150077: Due to a javac type inference issue, javadoc doesn't compile with a jdk prior to 8u40
simonis [Wed, 17 Feb 2016 19:09:44 +0100] rev 36043
8150077: Due to a javac type inference issue, javadoc doesn't compile with a jdk prior to 8u40 Reviewed-by: jjg
Wed, 17 Feb 2016 11:19:07 -0800 8149842: javadoc incorrectly tries to get the documentation for inherited methods.
ksrini [Wed, 17 Feb 2016 11:19:07 -0800] rev 36042
8149842: javadoc incorrectly tries to get the documentation for inherited methods. Reviewed-by: jjg
Wed, 17 Feb 2016 19:29:25 +0300 8149835: StringConcatFactory should emit classes with the same package as the host class
shade [Wed, 17 Feb 2016 19:29:25 +0300] rev 36041
8149835: StringConcatFactory should emit classes with the same package as the host class Reviewed-by: psandoz, alanb, mchung
Mon, 15 Feb 2016 22:21:39 -0800 8149903: Fix other Extern.
jjg [Mon, 15 Feb 2016 22:21:39 -0800] rev 36040
8149903: Fix other Extern. Reviewed-by: darcy
Mon, 15 Feb 2016 19:52:03 -0800 8149886: 16 windows tests broke with recent putback
jjg [Mon, 15 Feb 2016 19:52:03 -0800] rev 36039
8149886: 16 windows tests broke with recent putback Reviewed-by: sundar
Mon, 15 Feb 2016 17:17:58 -0800 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
darcy [Mon, 15 Feb 2016 17:17:58 -0800] rev 36038
6469561: javadoc for annotation types should not display "public abstract" modifiers on methods 6469562: Use compact notation to display annotation values Reviewed-by: jjg
Mon, 15 Feb 2016 14:02:57 -0800 8149773: StandardDocFileFactory should be converted to use java.nio.file.Path
jjg [Mon, 15 Feb 2016 14:02:57 -0800] rev 36037
8149773: StandardDocFileFactory should be converted to use java.nio.file.Path Reviewed-by: ksrini
Thu, 18 Feb 2016 11:30:21 -0800 Added tag jdk-9+106 for changeset 6a6ca0bd3c14
lana [Thu, 18 Feb 2016 11:30:21 -0800] rev 36036
Added tag jdk-9+106 for changeset 6a6ca0bd3c14
Wed, 05 Jul 2017 21:22:31 +0200 Merge
duke [Wed, 05 Jul 2017 21:22:31 +0200] rev 36035
Merge
Thu, 18 Feb 2016 13:41:52 -0800 Merge
lana [Thu, 18 Feb 2016 13:41:52 -0800] rev 36034
Merge
Thu, 18 Feb 2016 10:20:56 +0100 8149923: invalid javadoc in javax.xml.bind.JAXBContext (introduced by 8138699)
mkos [Thu, 18 Feb 2016 10:20:56 +0100] rev 36033
8149923: invalid javadoc in javax.xml.bind.JAXBContext (introduced by 8138699) Reviewed-by: lancea
Thu, 18 Feb 2016 11:30:15 -0800 Added tag jdk-9+106 for changeset a42bde2f777c
lana [Thu, 18 Feb 2016 11:30:15 -0800] rev 36032
Added tag jdk-9+106 for changeset a42bde2f777c
Wed, 05 Jul 2017 21:22:23 +0200 Merge
duke [Wed, 05 Jul 2017 21:22:23 +0200] rev 36031
Merge
Thu, 18 Feb 2016 13:40:52 -0800 Merge
lana [Thu, 18 Feb 2016 13:40:52 -0800] rev 36030
Merge
Wed, 17 Feb 2016 16:32:51 -0800 8146237: PREFER from Features API taking precedence over catalog file
joehw [Wed, 17 Feb 2016 16:32:51 -0800] rev 36029
8146237: PREFER from Features API taking precedence over catalog file Reviewed-by: lancea
Thu, 18 Feb 2016 11:30:13 -0800 Added tag jdk-9+106 for changeset 6041f8d71ed1
lana [Thu, 18 Feb 2016 11:30:13 -0800] rev 36028
Added tag jdk-9+106 for changeset 6041f8d71ed1
Wed, 05 Jul 2017 21:22:15 +0200 Merge
duke [Wed, 05 Jul 2017 21:22:15 +0200] rev 36027
Merge
Thu, 18 Feb 2016 22:34:40 -0800 8149451: Fix bytecode generation issue after 8149186
attila [Thu, 18 Feb 2016 22:34:40 -0800] rev 36026
8149451: Fix bytecode generation issue after 8149186 Reviewed-by: mhaupt, sundar
Thu, 18 Feb 2016 13:43:06 -0800 Merge
lana [Thu, 18 Feb 2016 13:43:06 -0800] rev 36025
Merge
Tue, 16 Feb 2016 15:34:27 +0100 8148140: arguments are handled differently in apply for JS functions and AbstractJSObjects
mhaupt [Tue, 16 Feb 2016 15:34:27 +0100] rev 36024
8148140: arguments are handled differently in apply for JS functions and AbstractJSObjects Reviewed-by: hannesw, sundar
Mon, 15 Feb 2016 17:02:32 +0100 8147558: Add support for ES6 collections
hannesw [Mon, 15 Feb 2016 17:02:32 +0100] rev 36023
8147558: Add support for ES6 collections Reviewed-by: attila, mhaupt
Thu, 18 Feb 2016 11:30:22 -0800 Added tag jdk-9+106 for changeset 148bb1cd62e5
lana [Thu, 18 Feb 2016 11:30:22 -0800] rev 36022
Added tag jdk-9+106 for changeset 148bb1cd62e5
Wed, 05 Jul 2017 21:22:06 +0200 Merge
duke [Wed, 05 Jul 2017 21:22:06 +0200] rev 36021
Merge
Thu, 18 Feb 2016 13:42:39 -0800 Merge
lana [Thu, 18 Feb 2016 13:42:39 -0800] rev 36020
Merge
Tue, 16 Feb 2016 12:37:44 +0000 8144144: ORB destroy() leaks filedescriptors after unsuccessful connection
msheppar [Tue, 16 Feb 2016 12:37:44 +0000] rev 36019
8144144: ORB destroy() leaks filedescriptors after unsuccessful connection Reviewed-by: chegar, coffeys
Thu, 18 Feb 2016 11:30:09 -0800 Added tag jdk-9+106 for changeset 90d9c81fe530
lana [Thu, 18 Feb 2016 11:30:09 -0800] rev 36018
Added tag jdk-9+106 for changeset 90d9c81fe530
Wed, 05 Jul 2017 21:21:58 +0200 Merge
duke [Wed, 05 Jul 2017 21:21:58 +0200] rev 36017
Merge
Mon, 22 Feb 2016 09:02:14 +0100 8144931: Assert class signatures are correct and refer to valid classes
srastogi [Mon, 22 Feb 2016 09:02:14 +0100] rev 36016
8144931: Assert class signatures are correct and refer to valid classes Reviewed-by: vlivanov, psandoz, mhaupt
Sat, 20 Feb 2016 12:19:36 -0800 8150014: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java fails with NoClassDefFoundError
dl [Sat, 20 Feb 2016 12:19:36 -0800] rev 36015
8150014: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java fails with NoClassDefFoundError Reviewed-by: martin, psandoz, darcy, mhaupt, dholmes
Fri, 19 Feb 2016 09:55:37 -0800 8148346: Reduce number of packages in jdk.localedata module
naoto [Fri, 19 Feb 2016 09:55:37 -0800] rev 36014
8148346: Reduce number of packages in jdk.localedata module Reviewed-by: okutsu, alanb
Mon, 28 Dec 2015 12:16:09 +0100 8145919: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest failed with Connection failed for no credentials
jbachorik [Mon, 28 Dec 2015 12:16:09 +0100] rev 36013
8145919: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest failed with Connection failed for no credentials Reviewed-by: dfuchs
Fri, 19 Feb 2016 07:56:25 +0000 8150163: JarFileSystem support for MRJARs should use the JDK specific Version API
chegar [Fri, 19 Feb 2016 07:56:25 +0000] rev 36012
8150163: JarFileSystem support for MRJARs should use the JDK specific Version API Reviewed-by: alanb, iris, sherman
Fri, 19 Feb 2016 07:55:05 +0000 8150168: jconsole AboutDialog should use the JDK specific Version API
chegar [Fri, 19 Feb 2016 07:55:05 +0000] rev 36011
8150168: jconsole AboutDialog should use the JDK specific Version API Reviewed-by: alanb, iris
Thu, 18 Feb 2016 13:41:11 -0800 Merge
lana [Thu, 18 Feb 2016 13:41:11 -0800] rev 36010
Merge
Thu, 18 Feb 2016 14:44:50 -0500 8149750: Decouple sun.misc.Signal from the base module
rriggs [Thu, 18 Feb 2016 14:44:50 -0500] rev 36009
8149750: Decouple sun.misc.Signal from the base module Reviewed-by: chegar, dholmes
Thu, 18 Feb 2016 02:49:44 +0000 8148500: [Spec] Enabled SSL Protocols may not be used
xuelei [Thu, 18 Feb 2016 02:49:44 +0000] rev 36008
8148500: [Spec] Enabled SSL Protocols may not be used Reviewed-by: mullan, jnimeh
Thu, 18 Feb 2016 02:36:38 +0000 8139565: Restrict certificates with DSA keys less than 1024 bits
xuelei [Thu, 18 Feb 2016 02:36:38 +0000] rev 36007
8139565: Restrict certificates with DSA keys less than 1024 bits Reviewed-by: mullan
Wed, 17 Feb 2016 17:47:25 -0800 Merge
mchung [Wed, 17 Feb 2016 17:47:25 -0800] rev 36006
Merge
Wed, 17 Feb 2016 17:45:12 -0800 8074069: Move com.oracle.net and com.oracle.nio APIs to jdk.net module
mchung [Wed, 17 Feb 2016 17:45:12 -0800] rev 36005
8074069: Move com.oracle.net and com.oracle.nio APIs to jdk.net module Reviewed-by: alanb
Thu, 18 Feb 2016 09:50:55 +0800 8149920: Remove intermittent key from jdk_core tests
amlu [Thu, 18 Feb 2016 09:50:55 +0800] rev 36004
8149920: Remove intermittent key from jdk_core tests Reviewed-by: darcy
Thu, 18 Feb 2016 09:46:07 +0800 8149922: Remove intermittent key from security tests
amlu [Thu, 18 Feb 2016 09:46:07 +0800] rev 36003
8149922: Remove intermittent key from security tests 8150047: Remove SSLSession/SessionCacheSizeTests from ProblemList Reviewed-by: xuelei
Wed, 17 Feb 2016 12:47:35 -0800 8148914: BitDepth.java test fails
darcy [Wed, 17 Feb 2016 12:47:35 -0800] rev 36002
8148914: BitDepth.java test fails Reviewed-by: bpb, prr
Wed, 17 Feb 2016 19:29:16 +0300 8149835: StringConcatFactory should emit classes with the same package as the host class
shade [Wed, 17 Feb 2016 19:29:16 +0300] rev 36001
8149835: StringConcatFactory should emit classes with the same package as the host class Reviewed-by: psandoz, alanb, mchung
Wed, 17 Feb 2016 11:45:46 +0000 8068686: Remove meta-index support
chegar [Wed, 17 Feb 2016 11:45:46 +0000] rev 36000
8068686: Remove meta-index support Reviewed-by: alanb, erikj, mchung
Wed, 17 Feb 2016 11:23:48 +0800 8147772: Update KerberosTicket to describe behavior if it has been destroyed and fix NullPointerExceptions
weijun [Wed, 17 Feb 2016 11:23:48 +0800] rev 35999
8147772: Update KerberosTicket to describe behavior if it has been destroyed and fix NullPointerExceptions Reviewed-by: mullan
Tue, 16 Feb 2016 11:06:19 -0800 8149981: java/util/Formatter/Basic.java fails after JDK-8149896
darcy [Tue, 16 Feb 2016 11:06:19 -0800] rev 35998
8149981: java/util/Formatter/Basic.java fails after JDK-8149896 Reviewed-by: rriggs, bpb
Tue, 16 Feb 2016 10:54:05 -0800 Merge
prr [Tue, 16 Feb 2016 10:54:05 -0800] rev 35997
Merge
Tue, 16 Feb 2016 09:30:57 -0800 Merge
prr [Tue, 16 Feb 2016 09:30:57 -0800] rev 35996
Merge
Mon, 08 Feb 2016 09:41:53 -0800 Merge
prr [Mon, 08 Feb 2016 09:41:53 -0800] rev 35995
Merge
Mon, 08 Feb 2016 11:43:08 +0300 8142861: [TEST] MultiResolution image: add a manual test for two-display configuration (HiDPI + non-HiDPI)
avstepan [Mon, 08 Feb 2016 11:43:08 +0300] rev 35994
8142861: [TEST] MultiResolution image: add a manual test for two-display configuration (HiDPI + non-HiDPI) Reviewed-by: alexsch
Sat, 06 Feb 2016 09:25:56 -0800 8149151: Use local GraphicsEnvironment to get screen size in WToolkit
alexsch [Sat, 06 Feb 2016 09:25:56 -0800] rev 35993
8149151: Use local GraphicsEnvironment to get screen size in WToolkit Reviewed-by: prr, serb
Thu, 04 Feb 2016 14:27:16 +0300 8145780: create a simple test for TIFF tag sets
avstepan [Thu, 04 Feb 2016 14:27:16 +0300] rev 35992
8145780: create a simple test for TIFF tag sets Reviewed-by: bpb, yan
Thu, 04 Feb 2016 11:16:23 +0530 8062946: Transparent JDialog will lose transparency upon iconify/deiconify sequence.
psadhukhan [Thu, 04 Feb 2016 11:16:23 +0530] rev 35991
8062946: Transparent JDialog will lose transparency upon iconify/deiconify sequence. Reviewed-by: arapte, alexsch Contributed-by: prem.balakrishnan@oracle.com
Tue, 02 Feb 2016 12:12:52 -0800 Merge
ddehaven [Tue, 02 Feb 2016 12:12:52 -0800] rev 35990
Merge
Tue, 02 Feb 2016 16:33:03 +0300 8139581: AWT components are not drawn after removal and addition to a container
alitvinov [Tue, 02 Feb 2016 16:33:03 +0300] rev 35989
8139581: AWT components are not drawn after removal and addition to a container Reviewed-by: ssadetsky, alexsch
Tue, 02 Feb 2016 15:57:42 +0530 8005918: [TESTBUG] There are no 'Frame Enter' messages for both frames, only 'Button Enter' message.
psadhukhan [Tue, 02 Feb 2016 15:57:42 +0530] rev 35988
8005918: [TESTBUG] There are no 'Frame Enter' messages for both frames, only 'Button Enter' message. Reviewed-by: arapte, alexsch Contributed-by: ajit.ghaisas@oracle.com
Tue, 02 Feb 2016 14:19:55 +0530 6180449: PIT: Text in TextArea scrolls to its left one char when selecting the text from the end
arapte [Tue, 02 Feb 2016 14:19:55 +0530] rev 35987
6180449: PIT: Text in TextArea scrolls to its left one char when selecting the text from the end Reviewed-by: ssadetsky, psadhukhan
Tue, 02 Feb 2016 11:50:24 +0530 8147413: api/java_awt/Image/MultiResolutionImage/index.html\#MultiResolutionRenderingHints[test_VALUE_RESOLUTION_VARIANT_BASE] started to fail
jdv [Tue, 02 Feb 2016 11:50:24 +0530] rev 35986
8147413: api/java_awt/Image/MultiResolutionImage/index.html\#MultiResolutionRenderingHints[test_VALUE_RESOLUTION_VARIANT_BASE] started to fail Reviewed-by: alexsch, flar
Mon, 01 Feb 2016 15:39:02 +0530 8022640: ServiceRegistry (used by ImageIO) lack synchronization
jdv [Mon, 01 Feb 2016 15:39:02 +0530] rev 35985
8022640: ServiceRegistry (used by ImageIO) lack synchronization Reviewed-by: prr, psadhukhan
(0) -30000 -10000 -3000 -1000 -112 +112 +1000 +3000 +10000 tip