Tue, 15 Oct 2013 13:56:46 +0200 8015255: NPG: Don't waste fragment at the end of a VirtualSpaceNode before retiring it.
mgerdin [Tue, 15 Oct 2013 13:56:46 +0200] rev 21112
8015255: NPG: Don't waste fragment at the end of a VirtualSpaceNode before retiring it. Summary: Chunk up the last piece of committed memory in a VSN when getting a new one. Reviewed-by: stefank, jmasa
Thu, 24 Oct 2013 16:25:24 -0700 Merge
iveresov [Thu, 24 Oct 2013 16:25:24 -0700] rev 21111
Merge
Thu, 24 Oct 2013 16:14:28 -0700 Merge
iveresov [Thu, 24 Oct 2013 16:14:28 -0700] rev 21110
Merge
Thu, 24 Oct 2013 19:32:34 +0200 8026978: JSR292: fatal error: Type profiling not implemented on this platform
roland [Thu, 24 Oct 2013 19:32:34 +0200] rev 21109
8026978: JSR292: fatal error: Type profiling not implemented on this platform Summary: force TypeProfileLevel to 0 on non x86 Reviewed-by: twisti
Wed, 23 Oct 2013 20:20:03 +0400 8012941: JSR 292: too deep inlining might crash compiler because of stack overflow
vlivanov [Wed, 23 Oct 2013 20:20:03 +0400] rev 21108
8012941: JSR 292: too deep inlining might crash compiler because of stack overflow Reviewed-by: kvn, twisti
Wed, 23 Oct 2013 20:15:24 +0400 8023004: JSR 292: java.lang.RuntimeException: Original target method was called.
sspitsyn [Wed, 23 Oct 2013 20:15:24 +0400] rev 21107
8023004: JSR 292: java.lang.RuntimeException: Original target method was called. Reviewed-by: jrose
Tue, 15 Oct 2013 08:38:35 +0200 8025740: Typo. Error line for wrong ReservedCodeCacheSize value is printed twice
anoll [Tue, 15 Oct 2013 08:38:35 +0200] rev 21106
8025740: Typo. Error line for wrong ReservedCodeCacheSize value is printed twice Summary: Remove duplicate print Reviewed-by: kvn, twisti
Fri, 18 Oct 2013 10:41:56 +0200 8026844: Various Math functions needs intrinsification
rbackman [Fri, 18 Oct 2013 10:41:56 +0200] rev 21105
8026844: Various Math functions needs intrinsification Reviewed-by: kvn, twisti
Wed, 23 Oct 2013 16:25:48 -0700 Merge
iveresov [Wed, 23 Oct 2013 16:25:48 -0700] rev 21104
Merge
Wed, 23 Oct 2013 15:44:12 -0700 8026502: java/lang/invoke/MethodHandleConstants.java fails on all platforms
twisti [Wed, 23 Oct 2013 15:44:12 -0700] rev 21103
8026502: java/lang/invoke/MethodHandleConstants.java fails on all platforms Reviewed-by: iveresov, jrose
Wed, 23 Oct 2013 11:15:24 -0700 8026495: JVM Crashes when started with -XX:+DTraceMethodProbes on Solaris x86_64
iveresov [Wed, 23 Oct 2013 11:15:24 -0700] rev 21102
8026495: JVM Crashes when started with -XX:+DTraceMethodProbes on Solaris x86_64 Summary: Fix wrong calling convention in LIR_Assembler::emit_unwind_handler(), T_METADATA support in calling convention generator, C1 register allocator Reviewed-by: twisti, jrose
Wed, 23 Oct 2013 19:22:28 +0000 Merge
adlertz [Wed, 23 Oct 2013 19:22:28 +0000] rev 21101
Merge
Wed, 23 Oct 2013 10:44:12 +0200 8026939: assert(Reachblock != NULL) failed: Reachblock must be non-NULL
adlertz [Wed, 23 Oct 2013 10:44:12 +0200] rev 21100
8026939: assert(Reachblock != NULL) failed: Reachblock must be non-NULL Summary: We can reach this state from phi input rematerialization, so pass in the Reaches of the predecessor Reviewed-by: roland, twisti
Wed, 23 Oct 2013 12:40:23 +0200 8024070: C2 needs some form of type speculation
roland [Wed, 23 Oct 2013 12:40:23 +0200] rev 21099
8024070: C2 needs some form of type speculation Summary: record unused type profile information with type system, propagate and use it. Reviewed-by: kvn, twisti
Wed, 23 Oct 2013 10:00:39 +0200 8026407: VM crashes on linux-ppc and linux-i586 when there is not enough ReservedCodeCacheSize specified
anoll [Wed, 23 Oct 2013 10:00:39 +0200] rev 21098
8026407: VM crashes on linux-ppc and linux-i586 when there is not enough ReservedCodeCacheSize specified Summary: Ensure currently required generation of AdapterHandlerLibrary::create_native_wrapper() Reviewed-by: roland, iveresov
Tue, 22 Oct 2013 14:02:15 +0000 Merge
rbackman [Tue, 22 Oct 2013 14:02:15 +0000] rev 21097
Merge
Mon, 21 Oct 2013 15:31:16 +0200 8026959: assert(!n->pinned() || n->is_MachConstantBase()) failed: only pinned MachConstantBase node is expected here
rbackman [Mon, 21 Oct 2013 15:31:16 +0200] rev 21096
8026959: assert(!n->pinned() || n->is_MachConstantBase()) failed: only pinned MachConstantBase node is expected here Reviewed-by: iveresov, roland
Tue, 22 Oct 2013 09:51:47 +0200 8026251: New type profiling points: parameters to methods
roland [Tue, 22 Oct 2013 09:51:47 +0200] rev 21095
8026251: New type profiling points: parameters to methods Summary: x86 interpreter and c1 type profiling for parameters on method entries Reviewed-by: kvn, twisti
Mon, 21 Oct 2013 17:34:27 -0700 Merge
iveresov [Mon, 21 Oct 2013 17:34:27 -0700] rev 21094
Merge
Mon, 21 Oct 2013 09:21:41 +0400 8026865: [TESTBUG] 'compiler/print/PrintInlining.java' should specify -XX:+UnlockDiagnosticVMOptions
iignatyev [Mon, 21 Oct 2013 09:21:41 +0400] rev 21093
8026865: [TESTBUG] 'compiler/print/PrintInlining.java' should specify -XX:+UnlockDiagnosticVMOptions Reviewed-by: twisti, iveresov
Sat, 19 Oct 2013 22:22:05 -0700 Merge
iveresov [Sat, 19 Oct 2013 22:22:05 -0700] rev 21092
Merge
Sat, 19 Oct 2013 21:54:46 +0400 8023318: compiler/whitebox tests timeout with enabled TieredCompilation
iignatyev [Sat, 19 Oct 2013 21:54:46 +0400] rev 21091
8023318: compiler/whitebox tests timeout with enabled TieredCompilation Reviewed-by: kvn, twisti
Sat, 19 Oct 2013 21:54:44 +0400 8026414: [TESTBUG] Tests for Tiered/NonTiered levels
iignatyev [Sat, 19 Oct 2013 21:54:44 +0400] rev 21090
8026414: [TESTBUG] Tests for Tiered/NonTiered levels Reviewed-by: twisti, iveresov
Sat, 19 Oct 2013 12:16:43 +0200 8024069: replace_in_map() should operate on parent maps
roland [Sat, 19 Oct 2013 12:16:43 +0200] rev 21089
8024069: replace_in_map() should operate on parent maps Summary: type information gets lost because replace_in_map() doesn't update parent maps Reviewed-by: kvn, twisti
Fri, 18 Oct 2013 12:15:32 -0700 8008242: VerifyOops is broken on SPARC
morris [Fri, 18 Oct 2013 12:15:32 -0700] rev 21088
8008242: VerifyOops is broken on SPARC Summary: Fixed displacement issues in SPARC macroassembler and ensure that getClass intrinsic temporary result is T_METADATA Reviewed-by: kvn, twisti
Fri, 18 Oct 2013 09:36:35 +0000 Merge
adlertz [Fri, 18 Oct 2013 09:36:35 +0000] rev 21087
Merge
Fri, 18 Oct 2013 10:50:17 +0200 8022783: Nashorn test fails with: assert(!def_outside->member(r))
adlertz [Fri, 18 Oct 2013 10:50:17 +0200] rev 21086
8022783: Nashorn test fails with: assert(!def_outside->member(r)) Summary: Enables private copies of inputs for recent spill copies as well Reviewed-by: kvn, twisti
Thu, 17 Oct 2013 19:47:04 +0200 8026708: guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation
anoll [Thu, 17 Oct 2013 19:47:04 +0200] rev 21085
8026708: guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation Summary: Increase size for the template interpreter accordingly Reviewed-by: kvn, twisti
Thu, 24 Oct 2013 17:20:39 -0400 Merge
ccheung [Thu, 24 Oct 2013 17:20:39 -0400] rev 21084
Merge
Wed, 23 Oct 2013 10:24:28 +0200 8026808: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java failed with unexpected exit value
farvidsson [Wed, 23 Oct 2013 10:24:28 +0200] rev 21083
8026808: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java failed with unexpected exit value Summary: Fixes a bug with vmArgs when using JDKToolLauncher Reviewed-by: sla, dholmes
Tue, 22 Oct 2013 22:14:57 -0400 Merge
hseigel [Tue, 22 Oct 2013 22:14:57 -0400] rev 21082
Merge
Tue, 22 Oct 2013 15:54:50 -0400 8026809: [TESTBUG] Create regression test for JDK-8026041
hseigel [Tue, 22 Oct 2013 15:54:50 -0400] rev 21081
8026809: [TESTBUG] Create regression test for JDK-8026041 Summary: Created simple regression test for the bug Reviewed-by: hseigel, lfoltan, zgu Contributed-by: mikhailo.seledtsov@oracle.com
Tue, 22 Oct 2013 16:09:17 -0700 Merge
iklam [Tue, 22 Oct 2013 16:09:17 -0700] rev 21080
Merge
Tue, 22 Oct 2013 14:29:02 -0700 8014910: deadlock between JVM/TI ClassPrepare event handler and CompilerThread
iklam [Tue, 22 Oct 2013 14:29:02 -0700] rev 21079
8014910: deadlock between JVM/TI ClassPrepare event handler and CompilerThread Summary: Revert changes in JDK-8008962 Reviewed-by: coleenp, sspitsyn
Tue, 22 Oct 2013 14:47:59 -0400 8026394: Eclipse fails with JDK8 build 111
hseigel [Tue, 22 Oct 2013 14:47:59 -0400] rev 21078
8026394: Eclipse fails with JDK8 build 111 Summary: If the resolved interface does not itself contain "clone" or "finalize" methods, the method/interface method resolution looks to the interface's super class, java.lang.Object. With the JDK 8 interface method accessability check requirement, since these two methods are declared within Object as protected, they must be special cased in LinkResolver::check_method_accessability() in order to avoid an IAE. Reviewed-by: acorn, dholmes Contributed-by: lois.foltan@oracle.com
Mon, 21 Oct 2013 17:26:46 -0700 Merge
ccheung [Mon, 21 Oct 2013 17:26:46 -0700] rev 21077
Merge
Sat, 19 Oct 2013 21:29:57 +0400 8026930: In ManagementAgent.start it should be possible to set the jdp.name parameter (hotspot part)
dsamersoff [Sat, 19 Oct 2013 21:29:57 +0400] rev 21076
8026930: In ManagementAgent.start it should be possible to set the jdp.name parameter (hotspot part) Summary: Pass one more property from Agent to JdpController Reviewed-by: jbachorik, sla
Fri, 18 Oct 2013 19:44:40 -0700 Merge
ccheung [Fri, 18 Oct 2013 19:44:40 -0700] rev 21075
Merge
Fri, 18 Oct 2013 10:37:26 +0000 Merge
dsamersoff [Fri, 18 Oct 2013 10:37:26 +0000] rev 21074
Merge
Thu, 17 Oct 2013 17:01:04 +0000 Merge
dsamersoff [Thu, 17 Oct 2013 17:01:04 +0000] rev 21073
Merge
Thu, 17 Oct 2013 16:45:08 +0400 8005810: Update Hotspot Serviceability Agent for Method Parameter Reflection and Generic Type Signature Data
dsamersoff [Thu, 17 Oct 2013 16:45:08 +0400] rev 21072
8005810: Update Hotspot Serviceability Agent for Method Parameter Reflection and Generic Type Signature Data Summary: Hotspot was updated to store method parameter reflection and generic type signature data at runtime. Serviceability agent support was updated for this data Reviewed-by: coleenp, minqi, sla Contributed-by: eric.mccorkle@oracle.com
Thu, 17 Oct 2013 12:15:14 -0400 Merge
sla [Thu, 17 Oct 2013 12:15:14 -0400] rev 21071
Merge
Thu, 17 Oct 2013 16:11:26 +0200 8026792: HOTSPOT: licensee reports a JDK8 build failure after 8005849/8005008 fixes integrated.
erikj [Thu, 17 Oct 2013 16:11:26 +0200] rev 21070
8026792: HOTSPOT: licensee reports a JDK8 build failure after 8005849/8005008 fixes integrated. Reviewed-by: dholmes, sla
Thu, 17 Oct 2013 16:08:01 +0400 8025812: tmtools/jmap/heap_config tests fail on Linux-ia32 because it Cant attach to the core file
dsamersoff [Thu, 17 Oct 2013 16:08:01 +0400] rev 21069
8025812: tmtools/jmap/heap_config tests fail on Linux-ia32 because it Cant attach to the core file Summary: Coredump store memsz elf field rounded up to page Reviewed-by: dholmes, sla
Wed, 16 Oct 2013 15:26:12 -0400 Merge
hseigel [Wed, 16 Oct 2013 15:26:12 -0400] rev 21068
Merge
Wed, 16 Oct 2013 14:32:05 -0400 8024804: Crash when InterfaceMethodref resolves to Object.registerNatives
hseigel [Wed, 16 Oct 2013 14:32:05 -0400] rev 21067
8024804: Crash when InterfaceMethodref resolves to Object.registerNatives Summary: Added check for NULL prior to continuation of method look up to avoid runtime crash during look up of Object's superclass' methods. Reviewed-by: coleenp, hseigel Contributed-by: lois.foltan@oracle.com
Wed, 16 Oct 2013 15:06:39 +0200 8026703: Wrongly placed <xsl:import> element in Event-Based JVM Tracing .xsl files
simonis [Wed, 16 Oct 2013 15:06:39 +0200] rev 21066
8026703: Wrongly placed <xsl:import> element in Event-Based JVM Tracing .xsl files Reviewed-by: sla, kamg
Wed, 16 Oct 2013 09:20:23 +0200 8025638: jmap returns 0 instead of 1 when it fails.
farvidsson [Wed, 16 Oct 2013 09:20:23 +0200] rev 21065
8025638: jmap returns 0 instead of 1 when it fails. Summary: Re-factored some code handling return values and fails/errors during tool execution. Reviewed-by: sla, kevinw Contributed-by: fredrik.arvidsson@oracle.com
Mon, 21 Oct 2013 22:36:43 -0400 Merge
dholmes [Mon, 21 Oct 2013 22:36:43 -0400] rev 21064
Merge
Mon, 21 Oct 2013 21:06:20 -0400 Merge
dholmes [Mon, 21 Oct 2013 21:06:20 -0400] rev 21063
Merge
Mon, 21 Oct 2013 20:51:03 -0400 8026872: [TESTBUG] Classes OOMCrashClass4000_1.class and OOMCrashClass1960_2.class from runtime/ClassFile/ tests won't run on compact profiles
dholmes [Mon, 21 Oct 2013 20:51:03 -0400] rev 21062
8026872: [TESTBUG] Classes OOMCrashClass4000_1.class and OOMCrashClass1960_2.class from runtime/ClassFile/ tests won't run on compact profiles Reviewed-by: sla, sspitsyn
Mon, 21 Oct 2013 14:38:11 -0700 8023496: [jprt] build and test solaris 64-bits only
amurillo [Mon, 21 Oct 2013 14:38:11 -0700] rev 21061
8023496: [jprt] build and test solaris 64-bits only Reviewed-by: tbell, jcoomes
Sat, 19 Oct 2013 08:52:21 -0700 8026928: new hotspot build - hs25-b56
amurillo [Sat, 19 Oct 2013 08:52:21 -0700] rev 21060
8026928: new hotspot build - hs25-b56 Reviewed-by: jcoomes
Thu, 24 Oct 2013 09:10:27 -0700 Added tag jdk8-b113 for changeset 031674170429
cl [Thu, 24 Oct 2013 09:10:27 -0700] rev 21059
Added tag jdk8-b113 for changeset 031674170429
Mon, 28 Oct 2013 16:02:32 -0700 Merge
katleman [Mon, 28 Oct 2013 16:02:32 -0700] rev 21058
Merge
Fri, 25 Oct 2013 10:15:33 -0700 8027117: adapt JDK-7165611 to new build-infra whitespace/indent policy
dcubed [Fri, 25 Oct 2013 10:15:33 -0700] rev 21057
8027117: adapt JDK-7165611 to new build-infra whitespace/indent policy Summary: Fix whitespace/indent issues. Reviewed-by: hseigel, coleenp, erikj, ihse
Fri, 25 Oct 2013 13:58:09 +0200 8027300: configure should use LIBS instead of LDFLAGS when testing freetype
ihse [Fri, 25 Oct 2013 13:58:09 +0200] rev 21056
8027300: configure should use LIBS instead of LDFLAGS when testing freetype Reviewed-by: erikj
Thu, 24 Oct 2013 20:45:43 -0400 8016096: [macosx] jawt_md.h shipped with jdk is outdated
dholmes [Thu, 24 Oct 2013 20:45:43 -0400] rev 21055
8016096: [macosx] jawt_md.h shipped with jdk is outdated Summary: Revised build system and added platform specific headers for Mac OS X Reviewed-by: ihse, erikj Contributed-by: david.dehaven@oracle.com
Thu, 24 Oct 2013 10:43:35 +0200 8009280: JCE jurisdiction policy files not copied into jdk/lib/security
erikj [Thu, 24 Oct 2013 10:43:35 +0200] rev 21054
8009280: JCE jurisdiction policy files not copied into jdk/lib/security Reviewed-by: tbell, ihse
Thu, 24 Oct 2013 09:10:01 -0700 Added tag jdk8-b113 for changeset 0cf466e2de61
cl [Thu, 24 Oct 2013 09:10:01 -0700] rev 21053
Added tag jdk8-b113 for changeset 0cf466e2de61
Wed, 05 Jul 2017 19:18:50 +0200 Added tag jdk8-b113 for changeset 4a4dbcf7cb7d
duke [Wed, 05 Jul 2017 19:18:50 +0200] rev 21052
Added tag jdk8-b113 for changeset 4a4dbcf7cb7d
Wed, 05 Jul 2017 19:18:50 +0200 Merge jdk8-b113
duke [Wed, 05 Jul 2017 19:18:50 +0200] rev 21051
Merge
Wed, 05 Jul 2017 19:18:47 +0200 Merge
duke [Wed, 05 Jul 2017 19:18:47 +0200] rev 21050
Merge
Wed, 23 Oct 2013 08:50:36 -0700 Merge
katleman [Wed, 23 Oct 2013 08:50:36 -0700] rev 21049
Merge
Tue, 22 Oct 2013 16:30:06 -0700 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
tbell [Tue, 22 Oct 2013 16:30:06 -0700] rev 21048
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files Reviewed-by: mduigou, mchung
Thu, 17 Oct 2013 16:13:39 -0700 Merge
lana [Thu, 17 Oct 2013 16:13:39 -0700] rev 21047
Merge
Thu, 17 Oct 2013 13:19:48 -0700 8015912: jdeps support to output in dot file format
mchung [Thu, 17 Oct 2013 13:19:48 -0700] rev 21046
8015912: jdeps support to output in dot file format 8026255: Switch jdeps to follow traditional Java option style Reviewed-by: alanb
Thu, 17 Oct 2013 13:50:00 +0200 8008192: Better ordering checks needed in repeatingAnnotations/combo/ReflectionTest
mnunez [Thu, 17 Oct 2013 13:50:00 +0200] rev 21045
8008192: Better ordering checks needed in repeatingAnnotations/combo/ReflectionTest Reviewed-by: jjg, jfranck
Thu, 17 Oct 2013 13:27:36 +0200 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez [Thu, 17 Oct 2013 13:27:36 +0200] rev 21044
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final Reviewed-by: jjg, jfranck
Wed, 16 Oct 2013 16:33:04 -0400 8026286: Improper locking of annotation queues causes assertion failures.
emc [Wed, 16 Oct 2013 16:33:04 -0400] rev 21043
8026286: Improper locking of annotation queues causes assertion failures. 8026063: Calls to annotate.flush() cause incorrect type annotations to be generated. Summary: Fix locking in ClassReader.java Reviewed-by: jfranck
Wed, 16 Oct 2013 10:47:21 -0700 8026704: Build failure with --enable-debug
jjg [Wed, 16 Oct 2013 10:47:21 -0700] rev 21042
8026704: Build failure with --enable-debug Reviewed-by: ksrini
Tue, 15 Oct 2013 15:57:13 -0700 8026564: import changes from type-annotations forest
jjg [Tue, 15 Oct 2013 15:57:13 -0700] rev 21041
8026564: import changes from type-annotations forest Reviewed-by: jjg Contributed-by: wdietl@gmail.com, steve.sides@oracle.com
Tue, 15 Oct 2013 22:15:35 +0200 8026510: The name of com.sun.tools.javac.comp.Annotate.Annotator is confusing
jlahoda [Tue, 15 Oct 2013 22:15:35 +0200] rev 21040
8026510: The name of com.sun.tools.javac.comp.Annotate.Annotator is confusing Summary: A mostly automated rename Annotate.Annotator->Annotate.Worker and enterAnnotation->run. Reviewed-by: emc, jjg
Tue, 15 Oct 2013 21:12:33 +0100 Merge
chegar [Tue, 15 Oct 2013 21:12:33 +0100] rev 21039
Merge
Tue, 15 Oct 2013 20:47:55 +0100 Merge
chegar [Tue, 15 Oct 2013 20:47:55 +0100] rev 21038
Merge
Tue, 15 Oct 2013 14:17:11 +0100 Merge
chegar [Tue, 15 Oct 2013 14:17:11 +0100] rev 21037
Merge
Fri, 11 Oct 2013 19:05:18 +0100 Merge
chegar [Fri, 11 Oct 2013 19:05:18 +0100] rev 21036
Merge
Thu, 03 Oct 2013 19:28:07 +0100 Merge
chegar [Thu, 03 Oct 2013 19:28:07 +0100] rev 21035
Merge
Sat, 14 Sep 2013 20:46:37 +0100 Merge
chegar [Sat, 14 Sep 2013 20:46:37 +0100] rev 21034
Merge
Fri, 06 Sep 2013 10:05:08 +0100 Merge
chegar [Fri, 06 Sep 2013 10:05:08 +0100] rev 21033
Merge
Fri, 30 Aug 2013 10:17:10 +0100 Merge
chegar [Fri, 30 Aug 2013 10:17:10 +0100] rev 21032
Merge
Fri, 23 Aug 2013 22:12:54 +0100 Merge
chegar [Fri, 23 Aug 2013 22:12:54 +0100] rev 21031
Merge
Thu, 15 Aug 2013 21:34:46 +0100 Merge
chegar [Thu, 15 Aug 2013 21:34:46 +0100] rev 21030
Merge
Fri, 09 Aug 2013 14:44:53 +0100 Merge
chegar [Fri, 09 Aug 2013 14:44:53 +0100] rev 21029
Merge
Fri, 02 Aug 2013 11:11:28 +0100 Merge
chegar [Fri, 02 Aug 2013 11:11:28 +0100] rev 21028
Merge
Thu, 25 Jul 2013 19:06:03 +0100 Merge
chegar [Thu, 25 Jul 2013 19:06:03 +0100] rev 21027
Merge
Wed, 24 Jul 2013 15:18:33 -0700 8016675: Make Javadoc pages more robust
bpatel [Wed, 24 Jul 2013 15:18:33 -0700] rev 21026
8016675: Make Javadoc pages more robust Reviewed-by: jlaskey, ksrini
Tue, 15 Oct 2013 21:02:21 +0100 8024947: javac should issue the potentially ambiguous overload warning only where the problem appears
vromero [Tue, 15 Oct 2013 21:02:21 +0100] rev 21025
8024947: javac should issue the potentially ambiguous overload warning only where the problem appears Reviewed-by: jjg
Tue, 15 Oct 2013 19:36:45 +0100 8025816: javac crash with method reference with a type variable as the site
vromero [Tue, 15 Oct 2013 19:36:45 +0100] rev 21024
8025816: javac crash with method reference with a type variable as the site Reviewed-by: jjg
Tue, 15 Oct 2013 11:20:27 -0700 8026370: javadoc creates empty <span class="italic"></span>
bpatel [Tue, 15 Oct 2013 11:20:27 -0700] rev 21023
8026370: javadoc creates empty <span class="italic"></span> Reviewed-by: jjg
Tue, 15 Oct 2013 16:23:18 +0200 8026180: com.sun.source.tree.NewArrayTree refers to com.sun.tools.javac.util.List
jlahoda [Tue, 15 Oct 2013 16:23:18 +0200] rev 21022
8026180: com.sun.source.tree.NewArrayTree refers to com.sun.tools.javac.util.List Summary: Correcting import in NewArrayTree, adding test protecting againts improper types in API signatures Reviewed-by: jjg
Mon, 14 Oct 2013 23:07:43 -0700 8025998: Missing LV table in lambda bodies
jjg [Mon, 14 Oct 2013 23:07:43 -0700] rev 21021
8025998: Missing LV table in lambda bodies Reviewed-by: vromero
Mon, 14 Oct 2013 22:34:37 -0700 8025693: recent javadoc changes cause com/sun/javadoc/testLinkOption/TestLinkOption.java to fail
jjg [Mon, 14 Oct 2013 22:34:37 -0700] rev 21020
8025693: recent javadoc changes cause com/sun/javadoc/testLinkOption/TestLinkOption.java to fail Reviewed-by: darcy
Mon, 14 Oct 2013 16:28:44 -0700 8026371: "tidy" issues in langtools/src/**/*.html files
jjg [Mon, 14 Oct 2013 16:28:44 -0700] rev 21019
8026371: "tidy" issues in langtools/src/**/*.html files Reviewed-by: darcy
Mon, 14 Oct 2013 22:11:09 +0200 8014016: javac is too late detecting invalid annotation usage
jlahoda [Mon, 14 Oct 2013 22:11:09 +0200] rev 21018
8014016: javac is too late detecting invalid annotation usage Summary: Adding new queue to Annotate for validation tasks, performing annotation validation during enter Reviewed-by: jjg, emc, jfranck
Mon, 14 Oct 2013 12:38:09 -0700 8026368: doclint does not report empty tags when tag closed implicitly
jjg [Mon, 14 Oct 2013 12:38:09 -0700] rev 21017
8026368: doclint does not report empty tags when tag closed implicitly Reviewed-by: darcy
Fri, 11 Oct 2013 23:31:06 -0700 Merge
lana [Fri, 11 Oct 2013 23:31:06 -0700] rev 21016
Merge
Fri, 11 Oct 2013 15:49:15 +0200 6278240: Exception from AnnotationValue.getValue() should list the found type not the required type
jlahoda [Fri, 11 Oct 2013 15:49:15 +0200] rev 21015
6278240: Exception from AnnotationValue.getValue() should list the found type not the required type Reviewed-by: darcy, jfranck, jjg
Thu, 10 Oct 2013 23:26:56 -0700 8012557: Implement lambda methods on interfaces as private
rfield [Thu, 10 Oct 2013 23:26:56 -0700] rev 21014
8012557: Implement lambda methods on interfaces as private 8016320: Method reference in subinterface of type I.super::foo produces exception at runtime Summary: Now that the VM supports interface instance private methods, lambda methods and lambda bridges are always private. Access is now through invokespecial. Reviewed-by: vromero, jlahoda
Thu, 10 Oct 2013 20:57:27 -0700 Merge
lana [Thu, 10 Oct 2013 20:57:27 -0700] rev 21013
Merge
Thu, 10 Oct 2013 13:41:08 -0700 Merge
lana [Thu, 10 Oct 2013 13:41:08 -0700] rev 21012
Merge
Thu, 10 Oct 2013 17:13:32 -0700 8026294: 8025633 breaks langtools/test/com/sun/javadoc/testRepeatedAnnotations/TestRepeatedAnnotations.java
jjg [Thu, 10 Oct 2013 17:13:32 -0700] rev 21011
8026294: 8025633 breaks langtools/test/com/sun/javadoc/testRepeatedAnnotations/TestRepeatedAnnotations.java Reviewed-by: darcy
Thu, 10 Oct 2013 20:12:08 -0400 8008762: Type annotation on inner class in anonymous class show up as regular type annotations
emc [Thu, 10 Oct 2013 20:12:08 -0400] rev 21010
8008762: Type annotation on inner class in anonymous class show up as regular type annotations 8015257: type annotation with TYPE_USE and FIELD attributed differently if repeated. 8013409: test failures for type annotations Summary: Fixes to address some problems in type annotations Reviewed-by: jfranck, jjg
Thu, 10 Oct 2013 13:55:41 -0400 8019461: Clean up javac diagnostics
emc [Thu, 10 Oct 2013 13:55:41 -0400] rev 21009
8019461: Clean up javac diagnostics 7196553: Review error messages for repeating annotations Summary: Changes to the diagnostic messages to improve clarity and JLS coherence Reviewed-by: jjg
Thu, 10 Oct 2013 10:51:15 -0700 8025633: Fix javadoc to generate valid anchor names
bpatel [Thu, 10 Oct 2013 10:51:15 -0700] rev 21008
8025633: Fix javadoc to generate valid anchor names Reviewed-by: jjg
Thu, 10 Oct 2013 08:51:55 +0200 8021237: clean up JavacAnnotatedConstruct
alundblad [Thu, 10 Oct 2013 08:51:55 +0200] rev 21007
8021237: clean up JavacAnnotatedConstruct Summary: Refactored the static helper methods in JavacAnnoConstructs into ordinary methods and put them in a common superclass (AnnoConstruct) of Symbol and Type. Reviewed-by: jjg, vromero, jfranck
Wed, 09 Oct 2013 13:09:31 +0200 8025087: Annotation processing api returns default modifier for interface static method
jlahoda [Wed, 09 Oct 2013 13:09:31 +0200] rev 21006
8025087: Annotation processing api returns default modifier for interface static method Summary: ClassReader must not set Flags.DEFAULT for interface static methods Reviewed-by: vromero, jjg
Wed, 09 Oct 2013 13:06:49 +0200 8025141: java.lang.ClassFormatError: Illegal field modifiers in class (...)
jlahoda [Wed, 09 Oct 2013 13:06:49 +0200] rev 21005
8025141: java.lang.ClassFormatError: Illegal field modifiers in class (...) Summary: Should not generate non-public $assertionsDisabled field into interfaces Reviewed-by: jjg, vromero
Tue, 08 Oct 2013 15:33:28 +0200 8024415: Bug in javac Pretty: Wrong precedence in JCConditional trees
alundblad [Tue, 08 Oct 2013 15:33:28 +0200] rev 21004
8024415: Bug in javac Pretty: Wrong precedence in JCConditional trees Summary: Fixed precedence and associativity issues with pretty printing of JCConditional expressions. Reviewed-by: jfranck Contributed-by: Andreas Lundblad <andreas.lundblad@oracle.com>, Matthew Dempsky <mdempsky@google.com>
Thu, 17 Oct 2013 09:41:12 -0700 Added tag jdk8-b112 for changeset 96faa2507e3a
cl [Thu, 17 Oct 2013 09:41:12 -0700] rev 21003
Added tag jdk8-b112 for changeset 96faa2507e3a
Wed, 05 Jul 2017 19:18:32 +0200 Merge
duke [Wed, 05 Jul 2017 19:18:32 +0200] rev 21002
Merge
Tue, 22 Oct 2013 16:29:42 -0700 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
tbell [Tue, 22 Oct 2013 16:29:42 -0700] rev 21001
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files Reviewed-by: mduigou, mchung
Tue, 22 Oct 2013 16:10:31 -0700 Merge
katleman [Tue, 22 Oct 2013 16:10:31 -0700] rev 21000
Merge
Mon, 21 Oct 2013 15:11:05 +0200 8026874: During JAXWS build the newly built JAXP classes should be in the bootclasspath (not only in the classpath)
simonis [Mon, 21 Oct 2013 15:11:05 +0200] rev 20999
8026874: During JAXWS build the newly built JAXP classes should be in the bootclasspath (not only in the classpath) Reviewed-by: erikj
Thu, 17 Oct 2013 16:12:58 -0700 Merge
lana [Thu, 17 Oct 2013 16:12:58 -0700] rev 20998
Merge
Tue, 15 Oct 2013 13:46:18 +0100 Merge
chegar [Tue, 15 Oct 2013 13:46:18 +0100] rev 20997
Merge
Fri, 11 Oct 2013 19:24:06 +0100 Merge
chegar [Fri, 11 Oct 2013 19:24:06 +0100] rev 20996
Merge
Thu, 03 Oct 2013 19:18:54 +0100 Merge
chegar [Thu, 03 Oct 2013 19:18:54 +0100] rev 20995
Merge
Sat, 14 Sep 2013 20:43:34 +0100 Merge
chegar [Sat, 14 Sep 2013 20:43:34 +0100] rev 20994
Merge
Fri, 06 Sep 2013 09:55:59 +0100 Merge
chegar [Fri, 06 Sep 2013 09:55:59 +0100] rev 20993
Merge
Fri, 30 Aug 2013 10:15:43 +0100 Merge
chegar [Fri, 30 Aug 2013 10:15:43 +0100] rev 20992
Merge
Fri, 23 Aug 2013 22:12:39 +0100 Merge
chegar [Fri, 23 Aug 2013 22:12:39 +0100] rev 20991
Merge
Thu, 15 Aug 2013 21:33:56 +0100 Merge
chegar [Thu, 15 Aug 2013 21:33:56 +0100] rev 20990
Merge
Fri, 09 Aug 2013 14:31:17 +0100 Merge
chegar [Fri, 09 Aug 2013 14:31:17 +0100] rev 20989
Merge
Fri, 02 Aug 2013 11:11:03 +0100 Merge
chegar [Fri, 02 Aug 2013 11:11:03 +0100] rev 20988
Merge
Thu, 01 Aug 2013 16:09:17 -0400 8017505: Better Client Service
mkos [Thu, 01 Aug 2013 16:09:17 -0400] rev 20987
8017505: Better Client Service Reviewed-by: mullan, ahgross, mgrebac
Fri, 11 Oct 2013 21:26:38 -0700 Merge
lana [Fri, 11 Oct 2013 21:26:38 -0700] rev 20986
Merge
Thu, 10 Oct 2013 21:22:53 -0700 Merge
lana [Thu, 10 Oct 2013 21:22:53 -0700] rev 20985
Merge
Thu, 10 Oct 2013 10:03:29 -0700 Merge
lana [Thu, 10 Oct 2013 10:03:29 -0700] rev 20984
Merge
Thu, 17 Oct 2013 09:40:59 -0700 Added tag jdk8-b112 for changeset 7ac3e6a52e4c
cl [Thu, 17 Oct 2013 09:40:59 -0700] rev 20983
Added tag jdk8-b112 for changeset 7ac3e6a52e4c
Wed, 05 Jul 2017 19:18:22 +0200 Merge
duke [Wed, 05 Jul 2017 19:18:22 +0200] rev 20982
Merge
Tue, 22 Oct 2013 16:29:33 -0700 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
tbell [Tue, 22 Oct 2013 16:29:33 -0700] rev 20981
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files Reviewed-by: mduigou, mchung
Thu, 17 Oct 2013 17:48:51 -0700 Merge
lana [Thu, 17 Oct 2013 17:48:51 -0700] rev 20980
Merge
Thu, 17 Oct 2013 15:45:23 -0700 Merge
lana [Thu, 17 Oct 2013 15:45:23 -0700] rev 20979
Merge
Thu, 17 Oct 2013 16:35:28 -0700 8016500: Unlocalized warnigs.
joehw [Thu, 17 Oct 2013 16:35:28 -0700] rev 20978
8016500: Unlocalized warnigs. Reviewed-by: lancea
Thu, 17 Oct 2013 11:22:39 -0700 8015243: SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI
joehw [Thu, 17 Oct 2013 11:22:39 -0700] rev 20977
8015243: SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI Reviewed-by: lancea
Tue, 15 Oct 2013 14:16:49 +0100 Merge
chegar [Tue, 15 Oct 2013 14:16:49 +0100] rev 20976
Merge
Fri, 11 Oct 2013 19:49:44 +0100 Merge
chegar [Fri, 11 Oct 2013 19:49:44 +0100] rev 20975
Merge
Fri, 23 Aug 2013 22:12:35 +0100 Merge
chegar [Fri, 23 Aug 2013 22:12:35 +0100] rev 20974
Merge
Tue, 20 Aug 2013 09:02:25 -0700 8022682: Supporting XOM
joehw [Tue, 20 Aug 2013 09:02:25 -0700] rev 20973
8022682: Supporting XOM Reviewed-by: alanb, chegar, lancea
Thu, 15 Aug 2013 21:33:52 +0100 Merge
chegar [Thu, 15 Aug 2013 21:33:52 +0100] rev 20972
Merge
Fri, 09 Aug 2013 14:31:12 +0100 Merge
chegar [Fri, 09 Aug 2013 14:31:12 +0100] rev 20971
Merge
Fri, 02 Aug 2013 11:10:59 +0100 Merge
chegar [Fri, 02 Aug 2013 11:10:59 +0100] rev 20970
Merge
Wed, 31 Jul 2013 10:54:46 -0700 8021366: java_util/Properties/PropertiesWithOtherEncodings fails during 7u45 nightly testing
joehw [Wed, 31 Jul 2013 10:54:46 -0700] rev 20969
8021366: java_util/Properties/PropertiesWithOtherEncodings fails during 7u45 nightly testing Reviewed-by: lancea, alanb, dfuchs, mullan
Wed, 31 Jul 2013 00:37:01 -0700 8014530: Better digital signature processing
joehw [Wed, 31 Jul 2013 00:37:01 -0700] rev 20968
8014530: Better digital signature processing Reviewed-by: alanb, dfuchs, mullan, lancea
Mon, 29 Jul 2013 14:07:44 +0100 Merge
chegar [Mon, 29 Jul 2013 14:07:44 +0100] rev 20967
Merge
Mon, 22 Jul 2013 14:02:14 +0100 Merge
chegar [Mon, 22 Jul 2013 14:02:14 +0100] rev 20966
Merge
Wed, 17 Jul 2013 18:46:28 +0200 8013502: Improve stream factories
dfuchs [Wed, 17 Jul 2013 18:46:28 +0200] rev 20965
8013502: Improve stream factories Reviewed-by: joehw, mullan, lancea
Wed, 17 Jul 2013 09:31:39 -0700 8017298: Better XML support
joehw [Wed, 17 Jul 2013 09:31:39 -0700] rev 20964
8017298: Better XML support Reviewed-by: alanb, dfuchs, mullan, lancea
Tue, 16 Jul 2013 14:06:04 -0700 8012425: Transform TransformerFactory
joehw [Tue, 16 Jul 2013 14:06:04 -0700] rev 20963
8012425: Transform TransformerFactory Reviewed-by: alanb, dfuchs, mullan
Mon, 14 Oct 2013 22:07:29 -0700 8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw [Mon, 14 Oct 2013 22:07:29 -0700] rev 20962
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression Reviewed-by: lancea, alanb
Mon, 14 Oct 2013 09:52:52 -0700 Merge
lana [Mon, 14 Oct 2013 09:52:52 -0700] rev 20961
Merge
Fri, 11 Oct 2013 21:26:31 -0700 Merge
lana [Fri, 11 Oct 2013 21:26:31 -0700] rev 20960
Merge
Sun, 13 Oct 2013 13:50:16 +0400 8008733: Psr:perf:osb performance regression (18%) in wss_bodyenc
aefimov [Sun, 13 Oct 2013 13:50:16 +0400] rev 20959
8008733: Psr:perf:osb performance regression (18%) in wss_bodyenc Reviewed-by: alanb, shade
Thu, 10 Oct 2013 21:22:52 -0700 Merge
lana [Thu, 10 Oct 2013 21:22:52 -0700] rev 20958
Merge
Thu, 10 Oct 2013 20:57:22 -0700 Merge
lana [Thu, 10 Oct 2013 20:57:22 -0700] rev 20957
Merge
Thu, 10 Oct 2013 10:03:21 -0700 Merge
lana [Thu, 10 Oct 2013 10:03:21 -0700] rev 20956
Merge
Thu, 10 Oct 2013 17:01:05 -0700 8003262: reverse translation required changes in xalan resource bundles
joehw [Thu, 10 Oct 2013 17:01:05 -0700] rev 20955
8003262: reverse translation required changes in xalan resource bundles Reviewed-by: lancea, dfuchs
Thu, 17 Oct 2013 09:40:58 -0700 Added tag jdk8-b112 for changeset d0f3600edd98
cl [Thu, 17 Oct 2013 09:40:58 -0700] rev 20954
Added tag jdk8-b112 for changeset d0f3600edd98
Wed, 05 Jul 2017 19:18:10 +0200 Merge
duke [Wed, 05 Jul 2017 19:18:10 +0200] rev 20953
Merge
Thu, 17 Oct 2013 16:19:45 -0700 Merge
lana [Thu, 17 Oct 2013 16:19:45 -0700] rev 20952
Merge
Thu, 17 Oct 2013 13:02:07 +0530 Merge
sundar [Thu, 17 Oct 2013 13:02:07 +0530] rev 20951
Merge
Wed, 16 Oct 2013 10:15:55 +0200 8026693: getType() called on DISCARD node
hannesw [Wed, 16 Oct 2013 10:15:55 +0200] rev 20950
8026693: getType() called on DISCARD node Reviewed-by: sundar, lagergren
Wed, 16 Oct 2013 10:12:22 +0200 8026692: eval() throws NullPointerException with --compile-only
hannesw [Wed, 16 Oct 2013 10:12:22 +0200] rev 20949
8026692: eval() throws NullPointerException with --compile-only Reviewed-by: sundar, lagergren
Tue, 15 Oct 2013 22:13:56 +0530 Merge
sundar [Tue, 15 Oct 2013 22:13:56 +0530] rev 20948
Merge
Tue, 15 Oct 2013 13:14:04 -0300 8026498: Revert: latest runsunspider.js tests contains several bugs
jlaskey [Tue, 15 Oct 2013 13:14:04 -0300] rev 20947
8026498: Revert: latest runsunspider.js tests contains several bugs Reviewed-by: sundar, hannesw Contributed-by: james.laskey@oracle.com
Tue, 15 Oct 2013 17:37:47 +0200 8026367: Add a sync keyword to mozilla_compat
hannesw [Tue, 15 Oct 2013 17:37:47 +0200] rev 20946
8026367: Add a sync keyword to mozilla_compat Reviewed-by: sundar, attila, lagergren
Tue, 15 Oct 2013 15:57:14 +0200 8026397: Fix ambiguity with array conversion, including passing JS NativeArrays in Java variable arity methods' vararg array position
attila [Tue, 15 Oct 2013 15:57:14 +0200] rev 20945
8026397: Fix ambiguity with array conversion, including passing JS NativeArrays in Java variable arity methods' vararg array position Reviewed-by: jlaskey, sundar
Mon, 14 Oct 2013 12:41:11 +0200 8026113: Nashorn arrays should automatically convert to Java arrays
attila [Mon, 14 Oct 2013 12:41:11 +0200] rev 20944
8026113: Nashorn arrays should automatically convert to Java arrays Reviewed-by: jlaskey, sundar
Mon, 14 Oct 2013 11:45:15 +0200 8026016: too many relinks dominate avatar.js http benchmark
hannesw [Mon, 14 Oct 2013 11:45:15 +0200] rev 20943
8026016: too many relinks dominate avatar.js http benchmark Reviewed-by: sundar, jlaskey, attila
Fri, 11 Oct 2013 14:54:16 +0200 8026309: latest runsunspider.js tests contains several bugs
jlaskey [Fri, 11 Oct 2013 14:54:16 +0200] rev 20942
8026309: latest runsunspider.js tests contains several bugs Reviewed-by: sundar, lagergren Contributed-by: james.laskey@oracle.com
Fri, 11 Oct 2013 23:31:18 -0700 Merge
lana [Fri, 11 Oct 2013 23:31:18 -0700] rev 20941
Merge
Fri, 11 Oct 2013 14:13:00 +0200 Merge
sundar [Fri, 11 Oct 2013 14:13:00 +0200] rev 20940
Merge
Fri, 11 Oct 2013 14:11:14 +0200 8026317: $ in the function name results in wrong function being invoked
sundar [Fri, 11 Oct 2013 14:11:14 +0200] rev 20939
8026317: $ in the function name results in wrong function being invoked Reviewed-by: lagergren, jlaskey
Fri, 11 Oct 2013 11:15:59 +0200 8026302: source representation of getter and setter methods is wrong
sundar [Fri, 11 Oct 2013 11:15:59 +0200] rev 20938
8026302: source representation of getter and setter methods is wrong Reviewed-by: lagergren, hannesw, jlaskey
Fri, 11 Oct 2013 10:56:08 +0200 8026292: Megamorphic setter fails with boolean value
hannesw [Fri, 11 Oct 2013 10:56:08 +0200] rev 20937
8026292: Megamorphic setter fails with boolean value Reviewed-by: jlaskey, sundar
Fri, 11 Oct 2013 09:09:13 +0200 Merge
sundar [Fri, 11 Oct 2013 09:09:13 +0200] rev 20936
Merge
Fri, 11 Oct 2013 06:50:06 +0200 8026263: [NASHORN] Test test/script/basic/JDK-8025488.js fails in nightly builds
sundar [Fri, 11 Oct 2013 06:50:06 +0200] rev 20935
8026263: [NASHORN] Test test/script/basic/JDK-8025488.js fails in nightly builds Reviewed-by: jlaskey
Thu, 10 Oct 2013 21:43:35 +0200 8026264: Getter, setter function name mangling issues
sundar [Thu, 10 Oct 2013 21:43:35 +0200] rev 20934
8026264: Getter, setter function name mangling issues Reviewed-by: lagergren, jlaskey
Thu, 10 Oct 2013 16:16:20 +0200 8026250: Logging nullpointer bugfix and javadoc warnings
lagergren [Thu, 10 Oct 2013 16:16:20 +0200] rev 20933
8026250: Logging nullpointer bugfix and javadoc warnings Reviewed-by: hannesw, jlaskey, sundar
Thu, 10 Oct 2013 14:43:22 +0200 8026162: "this" in SAM adapter functions is wrong
sundar [Thu, 10 Oct 2013 14:43:22 +0200] rev 20932
8026162: "this" in SAM adapter functions is wrong Reviewed-by: jlaskey, hannesw
Thu, 10 Oct 2013 13:41:19 -0700 Merge
lana [Thu, 10 Oct 2013 13:41:19 -0700] rev 20931
Merge
Thu, 10 Oct 2013 13:17:57 +0200 8026248: importClass has to be a varargs function
sundar [Thu, 10 Oct 2013 13:17:57 +0200] rev 20930
8026248: importClass has to be a varargs function Reviewed-by: jlaskey, hannesw
Thu, 10 Oct 2013 11:48:56 +0200 8026167: Class cache/reuse of 'eval' scripts results in ClassCastException in some cases.
sundar [Thu, 10 Oct 2013 11:48:56 +0200] rev 20929
8026167: Class cache/reuse of 'eval' scripts results in ClassCastException in some cases. Reviewed-by: lagergren, jlaskey
Wed, 09 Oct 2013 17:53:22 +0200 8026137: Fix Issues with Binary Evaluation Order
lagergren [Wed, 09 Oct 2013 17:53:22 +0200] rev 20928
8026137: Fix Issues with Binary Evaluation Order Reviewed-by: hannesw, jlaskey Contributed-by: marcus.lagergren@oracle.com, attila.szegedi@oracle.com
Wed, 09 Oct 2013 14:50:39 +0200 8026008: Constant folding removes var statement
hannesw [Wed, 09 Oct 2013 14:50:39 +0200] rev 20927
8026008: Constant folding removes var statement Reviewed-by: sundar, jlaskey
Wed, 09 Oct 2013 13:26:23 +0200 8026125: Array.prototype.slice.call(Java.type("java.util.HashMap")) throws ClassCastException: jdk.internal.dynalink.beans.StaticClass cannot be cast to jdk.nashorn.internal.runtime.ScriptObject
sundar [Wed, 09 Oct 2013 13:26:23 +0200] rev 20926
8026125: Array.prototype.slice.call(Java.type("java.util.HashMap")) throws ClassCastException: jdk.internal.dynalink.beans.StaticClass cannot be cast to jdk.nashorn.internal.runtime.ScriptObject Reviewed-by: hannesw, jlaskey
Wed, 09 Oct 2013 10:47:47 +0200 8026112: Function("with(x ? 1e81 : (x2.constructor = 0.1)){}") throws AssertionError: double is not compatible with object
sundar [Wed, 09 Oct 2013 10:47:47 +0200] rev 20925
8026112: Function("with(x ? 1e81 : (x2.constructor = 0.1)){}") throws AssertionError: double is not compatible with object Reviewed-by: lagergren, hannesw
Thu, 17 Oct 2013 09:41:14 -0700 Added tag jdk8-b112 for changeset 49f23f00d4e6
cl [Thu, 17 Oct 2013 09:41:14 -0700] rev 20924
Added tag jdk8-b112 for changeset 49f23f00d4e6
Wed, 05 Jul 2017 19:18:01 +0200 Merge
duke [Wed, 05 Jul 2017 19:18:01 +0200] rev 20923
Merge
Tue, 22 Oct 2013 16:29:10 -0700 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
tbell [Tue, 22 Oct 2013 16:29:10 -0700] rev 20922
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files Reviewed-by: mduigou, mchung
Thu, 17 Oct 2013 14:17:54 -0700 Merge
lana [Thu, 17 Oct 2013 14:17:54 -0700] rev 20921
Merge
Wed, 16 Oct 2013 23:31:16 -0700 8026762: jdk8-tl builds windows builds failing in corba - javac: no source files
wetmore [Wed, 16 Oct 2013 23:31:16 -0700] rev 20920
8026762: jdk8-tl builds windows builds failing in corba - javac: no source files Reviewed-by: katleman, dholmes
Wed, 16 Oct 2013 13:49:59 +0200 6604021: RMIC is defaulting to BOOT jdk version, needs to be rmic.jar
erikj [Wed, 16 Oct 2013 13:49:59 +0200] rev 20919
6604021: RMIC is defaulting to BOOT jdk version, needs to be rmic.jar Reviewed-by: dholmes, chegar
Sun, 13 Oct 2013 22:00:30 +0100 Merge
chegar [Sun, 13 Oct 2013 22:00:30 +0100] rev 20918
Merge
Thu, 03 Oct 2013 19:11:30 +0100 Merge
chegar [Thu, 03 Oct 2013 19:11:30 +0100] rev 20917
Merge
Sat, 14 Sep 2013 19:40:07 +0100 Merge
chegar [Sat, 14 Sep 2013 19:40:07 +0100] rev 20916
Merge
Fri, 06 Sep 2013 09:48:54 +0100 Merge
chegar [Fri, 06 Sep 2013 09:48:54 +0100] rev 20915
Merge
Fri, 30 Aug 2013 09:48:22 +0100 Merge
chegar [Fri, 30 Aug 2013 09:48:22 +0100] rev 20914
Merge
Fri, 23 Aug 2013 22:11:59 +0100 Merge
chegar [Fri, 23 Aug 2013 22:11:59 +0100] rev 20913
Merge
Mon, 19 Aug 2013 15:22:59 +0100 8022940: Enhance CORBA translations
msheppar [Mon, 19 Aug 2013 15:22:59 +0100] rev 20912
8022940: Enhance CORBA translations Reviewed-by: coffeys, alanb, skoivu
Thu, 15 Aug 2013 21:33:19 +0100 Merge
chegar [Thu, 15 Aug 2013 21:33:19 +0100] rev 20911
Merge
Fri, 09 Aug 2013 14:24:17 +0100 Merge
chegar [Fri, 09 Aug 2013 14:24:17 +0100] rev 20910
Merge
Fri, 02 Aug 2013 09:38:09 +0100 Merge
chegar [Fri, 02 Aug 2013 09:38:09 +0100] rev 20909
Merge
Thu, 25 Jul 2013 17:32:23 +0100 Merge
chegar [Thu, 25 Jul 2013 17:32:23 +0100] rev 20908
Merge
Mon, 22 Jul 2013 19:38:08 -0700 8017196: Ensure Proxies are handled appropriately
mchung [Mon, 22 Jul 2013 19:38:08 -0700] rev 20907
8017196: Ensure Proxies are handled appropriately Reviewed-by: dfuchs, jrose, jdn, ahgross, chegar
Mon, 22 Jul 2013 13:59:51 +0100 Merge
chegar [Mon, 22 Jul 2013 13:59:51 +0100] rev 20906
Merge
Mon, 15 Jul 2013 11:04:53 +0100 Merge
chegar [Mon, 15 Jul 2013 11:04:53 +0100] rev 20905
Merge
Fri, 14 Jun 2013 16:31:55 +0100 8011157: Improve CORBA portablility
msheppar [Fri, 14 Jun 2013 16:31:55 +0100] rev 20904
8011157: Improve CORBA portablility Summary: fix also reviewed by Alexander Fomin Reviewed-by: alanb, coffeys, skoivu
Thu, 17 Oct 2013 09:40:47 -0700 Added tag jdk8-b112 for changeset 80c546afbfd1
cl [Thu, 17 Oct 2013 09:40:47 -0700] rev 20903
Added tag jdk8-b112 for changeset 80c546afbfd1
Wed, 05 Jul 2017 19:17:51 +0200 Merge
duke [Wed, 05 Jul 2017 19:17:51 +0200] rev 20902
Merge
Wed, 23 Oct 2013 17:57:38 +0200 8026888: Licensee build failure due to wrong libs being called
erikj [Wed, 23 Oct 2013 17:57:38 +0200] rev 20901
8026888: Licensee build failure due to wrong libs being called Reviewed-by: tbell, ihse, simonis
Wed, 23 Oct 2013 13:43:12 +0100 8027059: (sctp) fatal warnings overly restrictive with gcc 4.8.1
chegar [Wed, 23 Oct 2013 13:43:12 +0100] rev 20900
8027059: (sctp) fatal warnings overly restrictive with gcc 4.8.1 Reviewed-by: mduigou, dxu, erikj, ihse
Wed, 23 Oct 2013 13:06:37 +0200 8001922: Improve freetype handling.
ihse [Wed, 23 Oct 2013 13:06:37 +0200] rev 20899
8001922: Improve freetype handling. Reviewed-by: erikj
Tue, 22 Oct 2013 16:51:37 -0700 Merge
tbell [Tue, 22 Oct 2013 16:51:37 -0700] rev 20898
Merge
Tue, 22 Oct 2013 16:29:54 -0700 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
tbell [Tue, 22 Oct 2013 16:29:54 -0700] rev 20897
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files Reviewed-by: mduigou, mchung
Tue, 22 Oct 2013 16:14:34 -0700 Merge
katleman [Tue, 22 Oct 2013 16:14:34 -0700] rev 20896
Merge
Tue, 22 Oct 2013 11:59:30 +0200 8026966: Most native libs broken on mac in jdk8/build
erikj [Tue, 22 Oct 2013 11:59:30 +0200] rev 20895
8026966: Most native libs broken on mac in jdk8/build Reviewed-by: ihse, anthony
Mon, 21 Oct 2013 23:33:22 -0700 8026974: solaris build missing java-rmi.cgi
cl [Mon, 21 Oct 2013 23:33:22 -0700] rev 20894
8026974: solaris build missing java-rmi.cgi Reviewed-by: ksrini
Mon, 21 Oct 2013 10:40:13 +0200 Merge
erikj [Mon, 21 Oct 2013 10:40:13 +0200] rev 20893
Merge
Thu, 17 Oct 2013 16:15:57 +0200 8019540: licensee reports a JDK8 build failure after 8005849/8005008 fixes integrated.
erikj [Thu, 17 Oct 2013 16:15:57 +0200] rev 20892
8019540: licensee reports a JDK8 build failure after 8005849/8005008 fixes integrated. Reviewed-by: dholmes, sla
Fri, 18 Oct 2013 15:03:48 -0700 Merge
katleman [Fri, 18 Oct 2013 15:03:48 -0700] rev 20891
Merge
Wed, 16 Oct 2013 20:24:46 +0200 8025715: Split CompileNativeLibraries.gmk
ihse [Wed, 16 Oct 2013 20:24:46 +0200] rev 20890
8025715: Split CompileNativeLibraries.gmk Reviewed-by: erikj
Tue, 22 Oct 2013 13:56:19 -0700 Merge
amurillo [Tue, 22 Oct 2013 13:56:19 -0700] rev 20889
Merge
Sat, 19 Oct 2013 08:51:49 -0700 Merge
amurillo [Sat, 19 Oct 2013 08:51:49 -0700] rev 20888
Merge
Tue, 15 Oct 2013 08:26:38 -0700 7165611: implement Full Debug Symbols on MacOS X hotspot
dcubed [Tue, 15 Oct 2013 08:26:38 -0700] rev 20887
7165611: implement Full Debug Symbols on MacOS X hotspot Summary: Add MacOS X FDS support to hotspot; add minimal MacOS X FDS import support to jdk; add MacOS X FDS support to install; add MacOS X FDS support to root. Reviewed-by: erikj, sla, dholmes, rdurbin, tbell, ihse
Fri, 18 Oct 2013 08:57:52 +0800 7025699: Policy Tool is not accessible by keyboard
weijun [Fri, 18 Oct 2013 08:57:52 +0800] rev 20886
7025699: Policy Tool is not accessible by keyboard Reviewed-by: alexp, weijun Contributed-by: Leif Samuelsson <leif.samuelsson@oracle.com>
Thu, 17 Oct 2013 15:53:27 -0700 Merge
lana [Thu, 17 Oct 2013 15:53:27 -0700] rev 20885
Merge
Thu, 17 Oct 2013 15:04:55 -0700 Merge
lana [Thu, 17 Oct 2013 15:04:55 -0700] rev 20884
Merge
Thu, 17 Oct 2013 15:05:18 -0700 8026832: Clean up straggling doclint warnings in java.math
bpb [Thu, 17 Oct 2013 15:05:18 -0700] rev 20883
8026832: Clean up straggling doclint warnings in java.math Summary: Fix empty paragraph tag warnings. Reviewed-by: lancea
Thu, 17 Oct 2013 12:43:32 -0700 8004138: ForkJoinTask leaks exceptions
mduigou [Thu, 17 Oct 2013 12:43:32 -0700] rev 20882
8004138: ForkJoinTask leaks exceptions Reviewed-by: chegar, mduigou, psandoz, martin Contributed-by: Doug Lea <dl@cs.oswego.edu>
Thu, 17 Oct 2013 13:22:11 -0700 8015912: jdeps support to output in dot file format
mchung [Thu, 17 Oct 2013 13:22:11 -0700] rev 20881
8015912: jdeps support to output in dot file format 8026255: Switch jdeps to follow traditional Java option style Reviewed-by: alanb
Thu, 17 Oct 2013 15:14:58 -0400 8026812: doclint clean up for java.sql and javax.sql
lancea [Thu, 17 Oct 2013 15:14:58 -0400] rev 20880
8026812: doclint clean up for java.sql and javax.sql Reviewed-by: mduigou
Thu, 17 Oct 2013 12:00:20 -0700 8026233: test/sun/security/tools/keytool/StorePasswords.java needs to clean up files
juh [Thu, 17 Oct 2013 12:00:20 -0700] rev 20879
8026233: test/sun/security/tools/keytool/StorePasswords.java needs to clean up files Reviewed-by: vinnie
Thu, 17 Oct 2013 11:43:44 -0700 8015243: SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI
joehw [Thu, 17 Oct 2013 11:43:44 -0700] rev 20878
8015243: SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI Reviewed-by: lancea
Thu, 17 Oct 2013 13:43:46 -0400 8026183: minor documentation problems in java.lang.invoke
rriggs [Thu, 17 Oct 2013 13:43:46 -0400] rev 20877
8026183: minor documentation problems in java.lang.invoke 8015808: Typo in MethodHandle javadoc Summary: Fix typos and javadoc markup and extraneous paragraph tags Reviewed-by: lancea
Thu, 17 Oct 2013 11:34:01 -0400 Merge
mullan [Thu, 17 Oct 2013 11:34:01 -0400] rev 20876
Merge
Thu, 17 Oct 2013 10:37:27 -0400 Merge
mullan [Thu, 17 Oct 2013 10:37:27 -0400] rev 20875
Merge
Thu, 17 Oct 2013 10:18:44 -0400 8026346: test/java/lang/SecurityManager/CheckPackageAccess.java failing
mullan [Thu, 17 Oct 2013 10:18:44 -0400] rev 20874
8026346: test/java/lang/SecurityManager/CheckPackageAccess.java failing Reviewed-by: vinnie
Thu, 17 Oct 2013 10:37:23 -0400 8026516: javadoc errors in java.time
rriggs [Thu, 17 Oct 2013 10:37:23 -0400] rev 20873
8026516: javadoc errors in java.time Summary: Corrected links to TemporalQuery and TemporalField.resolve Reviewed-by: mduigou, darcy, lancea
Wed, 16 Oct 2013 17:55:49 -0400 8022718: Runtime accessibility checking: protected class, if extended, should be accessible from another package
drchase [Wed, 16 Oct 2013 17:55:49 -0400] rev 20872
8022718: Runtime accessibility checking: protected class, if extended, should be accessible from another package Summary: Modify accessibility check; it was muddled about Java vs JVM protection terminology. Reviewed-by: jrose
Thu, 17 Oct 2013 20:56:07 +0800 8026712: TEST_BUG: update sun/security/tools/keytool/autotest.sh with a new location to find of libsoftokn3.so
weijun [Thu, 17 Oct 2013 20:56:07 +0800] rev 20871
8026712: TEST_BUG: update sun/security/tools/keytool/autotest.sh with a new location to find of libsoftokn3.so Reviewed-by: vinnie
Wed, 16 Oct 2013 23:32:19 -0700 8026762: jdk8-tl builds windows builds failing in corba - javac: no source files
wetmore [Wed, 16 Oct 2013 23:32:19 -0700] rev 20870
8026762: jdk8-tl builds windows builds failing in corba - javac: no source files Reviewed-by: katleman, dholmes
Thu, 17 Oct 2013 13:57:42 +0900 8025703: Update LSR datafile for BCP 47
peytoia [Thu, 17 Oct 2013 13:57:42 +0900] rev 20869
8025703: Update LSR datafile for BCP 47 Reviewed-by: okutsu
Wed, 16 Oct 2013 21:34:26 -0700 8026768: java.util.Map.Entry comparingBy methods missing @since 1.8
henryjen [Wed, 16 Oct 2013 21:34:26 -0700] rev 20868
8026768: java.util.Map.Entry comparingBy methods missing @since 1.8 Reviewed-by: dholmes
Sun, 13 Oct 2013 14:19:31 +0400 8025255: (tz) Support tzdata2013g
aefimov [Sun, 13 Oct 2013 14:19:31 +0400] rev 20867
8025255: (tz) Support tzdata2013g Reviewed-by: okutsu, mfang
Wed, 16 Oct 2013 13:03:58 -0700 8025910: rename substream(long) -> skip and remove substream(long,long)
mduigou [Wed, 16 Oct 2013 13:03:58 -0700] rev 20866
8025910: rename substream(long) -> skip and remove substream(long,long) Reviewed-by: psandoz, henryjen
Wed, 16 Oct 2013 20:47:30 +0200 8013839: Enhance Logger API for handling of resource bundles
dfuchs [Wed, 16 Oct 2013 20:47:30 +0200] rev 20865
8013839: Enhance Logger API for handling of resource bundles 4814565: (rb) add method to get basename from a ResourceBundle Summary: adds Logger.setResourceBundle(ResourceBundle) and ResourceBundle.getBaseBundleName() Reviewed-by: mchung, naoto
Wed, 16 Oct 2013 17:19:09 +0200 8011638: Remove deprecated methods in sun.util.logging.PlatformLogger
dfuchs [Wed, 16 Oct 2013 17:19:09 +0200] rev 20864
8011638: Remove deprecated methods in sun.util.logging.PlatformLogger Reviewed-by: psandoz, mchung, alanb, chegar
Wed, 16 Oct 2013 15:06:27 +0100 8026245: InetAddress.getLocalHost crash if IPv6 disabled (macosx)
robm [Wed, 16 Oct 2013 15:06:27 +0100] rev 20863
8026245: InetAddress.getLocalHost crash if IPv6 disabled (macosx) Reviewed-by: chegar, alanb
Wed, 16 Oct 2013 15:53:06 +0200 Merge
erikj [Wed, 16 Oct 2013 15:53:06 +0200] rev 20862
Merge
Wed, 16 Oct 2013 13:50:13 +0200 6604021: RMIC is defaulting to BOOT jdk version, needs to be rmic.jar
erikj [Wed, 16 Oct 2013 13:50:13 +0200] rev 20861
6604021: RMIC is defaulting to BOOT jdk version, needs to be rmic.jar Reviewed-by: dholmes, chegar
Tue, 15 Oct 2013 21:15:17 +0400 8023431: Test java/util/zip/GZIP/GZIPInZip.java failed
igerasim [Tue, 15 Oct 2013 21:15:17 +0400] rev 20860
8023431: Test java/util/zip/GZIP/GZIPInZip.java failed Summary: Properly close PipedStreams. Additional testing for malformed input Reviewed-by: darcy, sherman
Wed, 16 Oct 2013 14:39:00 +0800 8025124: InitialToken.useNullKey incorrectly applies NULL_KEY in some cases
weijun [Wed, 16 Oct 2013 14:39:00 +0800] rev 20859
8025124: InitialToken.useNullKey incorrectly applies NULL_KEY in some cases Reviewed-by: xuelei
Tue, 15 Oct 2013 20:54:00 -0400 8026378: TEST_BUG: Clean up TEST.groups
dholmes [Tue, 15 Oct 2013 20:54:00 -0400] rev 20858
8026378: TEST_BUG: Clean up TEST.groups Reviewed-by: mduigou, mchung, alanb
Tue, 15 Oct 2013 16:45:04 -0700 8010371: getaddrinfo can fail with EAI_SYSTEM/EAGAIN, causes UnknownHostException to be thrown
bpb [Tue, 15 Oct 2013 16:45:04 -0700] rev 20857
8010371: getaddrinfo can fail with EAI_SYSTEM/EAGAIN, causes UnknownHostException to be thrown Summary: Modify UHE exception message for EAI_AGAIN failures. Reviewed-by: alanb, chegar, michaelm, dsamersoff Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Tue, 15 Oct 2013 20:47:21 +0100 Merge
chegar [Tue, 15 Oct 2013 20:47:21 +0100] rev 20856
Merge
Tue, 15 Oct 2013 20:46:47 +0100 8026513: ProblemList.txt Updates (10/2013)
chegar [Tue, 15 Oct 2013 20:46:47 +0100] rev 20855
8026513: ProblemList.txt Updates (10/2013) Reviewed-by: alanb
Tue, 15 Oct 2013 13:54:01 +0100 Merge
chegar [Tue, 15 Oct 2013 13:54:01 +0100] rev 20854
Merge
Tue, 15 Oct 2013 09:27:32 +0100 Merge
chegar [Tue, 15 Oct 2013 09:27:32 +0100] rev 20853
Merge
Mon, 07 Oct 2013 11:31:37 +0100 8025991: tools/launcher/RunpathTest.java fails
chegar [Mon, 07 Oct 2013 11:31:37 +0100] rev 20852
8025991: tools/launcher/RunpathTest.java fails Reviewed-by: erikj
Thu, 03 Oct 2013 19:06:43 +0100 Merge
chegar [Thu, 03 Oct 2013 19:06:43 +0100] rev 20851
Merge
Sat, 14 Sep 2013 19:21:07 +0100 Merge
chegar [Sat, 14 Sep 2013 19:21:07 +0100] rev 20850
Merge
Fri, 06 Sep 2013 09:41:21 +0100 Merge
chegar [Fri, 06 Sep 2013 09:41:21 +0100] rev 20849
Merge
Fri, 30 Aug 2013 09:37:29 +0100 Merge
chegar [Fri, 30 Aug 2013 09:37:29 +0100] rev 20848
Merge
Fri, 23 Aug 2013 12:32:18 +0100 Merge
chegar [Fri, 23 Aug 2013 12:32:18 +0100] rev 20847
Merge
Mon, 19 Aug 2013 14:48:08 +0200 8023231: Remove comma from jtreg bug line
erikj [Mon, 19 Aug 2013 14:48:08 +0200] rev 20846
8023231: Remove comma from jtreg bug line Reviewed-by: alanb, chegar
Mon, 19 Aug 2013 12:30:48 +0200 8022719: tools/launcher/RunpathTest.java fails after 8012146
erikj [Mon, 19 Aug 2013 12:30:48 +0200] rev 20845
8022719: tools/launcher/RunpathTest.java fails after 8012146 Reviewed-by: chegar
Wed, 14 Aug 2013 15:25:16 +0800 8022931: Enhance Kerberos exceptions
weijun [Wed, 14 Aug 2013 15:25:16 +0800] rev 20844
8022931: Enhance Kerberos exceptions Reviewed-by: xuelei, ahgross
Thu, 15 Aug 2013 21:44:35 +0100 Merge
chegar [Thu, 15 Aug 2013 21:44:35 +0100] rev 20843
Merge
Wed, 14 Aug 2013 10:17:57 -0700 8021355: REGRESSION: Five closed/java/awt/SplashScreen tests fail since 7u45 b01 on Linux, Solaris
ksrini [Wed, 14 Aug 2013 10:17:57 -0700] rev 20842
8021355: REGRESSION: Five closed/java/awt/SplashScreen tests fail since 7u45 b01 on Linux, Solaris Reviewed-by: dholmes, anthony, ahgross, erikj
Mon, 12 Aug 2013 13:47:21 -0700 8022066: Evaluation of method reference to signature polymorphic method crashes VM
twisti [Mon, 12 Aug 2013 13:47:21 -0700] rev 20841
8022066: Evaluation of method reference to signature polymorphic method crashes VM Reviewed-by: jrose
Mon, 12 Aug 2013 19:57:21 +0400 8021275: Better screening for ScreenMenu
serb [Mon, 12 Aug 2013 19:57:21 +0400] rev 20840
8021275: Better screening for ScreenMenu Reviewed-by: art
Fri, 09 Aug 2013 14:43:19 +0100 Merge
chegar [Fri, 09 Aug 2013 14:43:19 +0100] rev 20839
Merge
Thu, 08 Aug 2013 19:16:27 +0200 8021360: object not exported" on start of JMXConnectorServer for RMI-IIOP protocol with security manager
jbachorik [Thu, 08 Aug 2013 19:16:27 +0200] rev 20838
8021360: object not exported" on start of JMXConnectorServer for RMI-IIOP protocol with security manager Reviewed-by: alanb, ahgross, smarks, coffeys
Wed, 07 Aug 2013 14:37:22 +0400 8021969: The index_AccessAllowed jnlp can not load successfully with exception thrown in the log.
malenkov [Wed, 07 Aug 2013 14:37:22 +0400] rev 20837
8021969: The index_AccessAllowed jnlp can not load successfully with exception thrown in the log. Reviewed-by: art, skoivu
Tue, 06 Aug 2013 10:33:42 +0200 8019292: Better Attribute Value Exceptions
sjiang [Tue, 06 Aug 2013 10:33:42 +0200] rev 20836
8019292: Better Attribute Value Exceptions Reviewed-by: dfuchs, dholmes, ahgross
Sun, 04 Aug 2013 02:50:02 +0400 8021282: Better recycling of object instances
serb [Sun, 04 Aug 2013 02:50:02 +0400] rev 20835
8021282: Better recycling of object instances Reviewed-by: art
Fri, 02 Aug 2013 11:11:12 +0100 Merge
chegar [Fri, 02 Aug 2013 11:11:12 +0100] rev 20834
Merge
Thu, 01 Aug 2013 14:09:39 -0700 8021286: Improve MacOS resourcing
naoto [Thu, 01 Aug 2013 14:09:39 -0700] rev 20833
8021286: Improve MacOS resourcing Reviewed-by: okutsu
Mon, 29 Jul 2013 14:58:48 +0100 Merge
chegar [Mon, 29 Jul 2013 14:58:48 +0100] rev 20832
Merge
Thu, 25 Jul 2013 19:03:29 +0100 Merge
chegar [Thu, 25 Jul 2013 19:03:29 +0100] rev 20831
Merge
Mon, 29 Jul 2013 04:43:41 -0700 8021577: JCK test api/javax_management/jmx_serial/modelmbean/ModelMBeanNotificationInfo/serial/index.html#Input has failed since jdk 7u45 b01
jbachorik [Mon, 29 Jul 2013 04:43:41 -0700] rev 20830
8021577: JCK test api/javax_management/jmx_serial/modelmbean/ModelMBeanNotificationInfo/serial/index.html#Input has failed since jdk 7u45 b01 Reviewed-by: alanb, dfuchs, ahgross
Fri, 19 Jul 2013 16:29:26 +0200 8019584: javax/management/remote/mandatory/loading/MissingClassTest.java failed in nightly against jdk7u45: java.io.InvalidObjectException: Invalid notification: null
jbachorik [Fri, 19 Jul 2013 16:29:26 +0200] rev 20829
8019584: javax/management/remote/mandatory/loading/MissingClassTest.java failed in nightly against jdk7u45: java.io.InvalidObjectException: Invalid notification: null Reviewed-by: mchung, sjiang, dfuchs, ahgross
Wed, 24 Jul 2013 12:03:57 -0700 8020293: JVM crash
jchen [Wed, 24 Jul 2013 12:03:57 -0700] rev 20828
8020293: JVM crash Reviewed-by: prr, jgodinez
Wed, 17 Jul 2013 18:46:00 +0800 8020696: Merge problem for KdcComm.java
weijun [Wed, 17 Jul 2013 18:46:00 +0800] rev 20827
8020696: Merge problem for KdcComm.java Reviewed-by: chegar
Tue, 23 Jul 2013 09:30:58 +0400 8016357: Update hotspot diagnostic class
sgabdura [Tue, 23 Jul 2013 09:30:58 +0400] rev 20826
8016357: Update hotspot diagnostic class Summary: Add security check to HotSpotDiagnostic.dumpHeap Reviewed-by: fparain, sla, ahgross
Mon, 22 Jul 2013 19:41:07 -0700 8017196: Ensure Proxies are handled appropriately
mchung [Mon, 22 Jul 2013 19:41:07 -0700] rev 20825
8017196: Ensure Proxies are handled appropriately Reviewed-by: dfuchs, jrose, jdn, ahgross, chegar
Mon, 22 Jul 2013 14:02:38 +0100 Merge
chegar [Mon, 22 Jul 2013 14:02:38 +0100] rev 20824
Merge
Fri, 19 Jul 2013 13:35:01 +0200 8014534: Better profiling support
sjiang [Fri, 19 Jul 2013 13:35:01 +0200] rev 20823
8014534: Better profiling support Summary: Validation of parameters Reviewed-by: sspitsyn, skoivu, mchung
Fri, 19 Jul 2013 12:14:34 +0900 8001029: Add new date/time capability
okutsu [Fri, 19 Jul 2013 12:14:34 +0900] rev 20822
8001029: Add new date/time capability Reviewed-by: mchung, hawtin
Thu, 18 Jul 2013 18:52:14 +0100 8015743: Address internet addresses
michaelm [Thu, 18 Jul 2013 18:52:14 +0100] rev 20821
8015743: Address internet addresses Reviewed-by: alanb, khazra, skoivu
Tue, 16 Jul 2013 21:11:54 +0400 8019617: Better view of objects
malenkov [Tue, 16 Jul 2013 21:11:54 +0400] rev 20820
8019617: Better view of objects Reviewed-by: art, skoivu
Tue, 16 Jul 2013 12:23:54 +0100 Merge
chegar [Tue, 16 Jul 2013 12:23:54 +0100] rev 20819
Merge
Mon, 15 Jul 2013 18:17:23 +0100 Merge
chegar [Mon, 15 Jul 2013 18:17:23 +0100] rev 20818
Merge
Mon, 15 Jul 2013 20:24:39 -0700 8017291: Cast Proxies Aside
mchung [Mon, 15 Jul 2013 20:24:39 -0700] rev 20817
8017291: Cast Proxies Aside Reviewed-by: alanb, ahgross
Mon, 15 Jul 2013 14:44:50 +0200 8014349: (cl) Class.getDeclaredClass problematic in some class loader configurations
jfranck [Mon, 15 Jul 2013 14:44:50 +0200] rev 20816
8014349: (cl) Class.getDeclaredClass problematic in some class loader configurations Reviewed-by: mchung, ahgross, darcy
Thu, 11 Jul 2013 13:32:36 -0700 8014987: Augment serialization handling
smarks [Thu, 11 Jul 2013 13:32:36 -0700] rev 20815
8014987: Augment serialization handling Reviewed-by: alanb, coffeys, skoivu
Mon, 08 Jul 2013 16:15:39 +0400 8008589: Better MBean permission validation
dsamersoff [Mon, 08 Jul 2013 16:15:39 +0400] rev 20814
8008589: Better MBean permission validation Summary: Better MBean permission validation Reviewed-by: skoivu, dfuchs, mchung, sjiang
Wed, 03 Jul 2013 15:10:11 -0700 8011071: Better crypto provider handling
ascarpino [Wed, 03 Jul 2013 15:10:11 -0700] rev 20813
8011071: Better crypto provider handling Reviewed-by: hawtin, valeriep
Wed, 03 Jul 2013 10:14:02 +0200 8012146: Improve tool support
erikj [Wed, 03 Jul 2013 10:14:02 +0200] rev 20812
8012146: Improve tool support Reviewed-by: ksrini, dholmes, alanb, anthony
Mon, 01 Jul 2013 15:17:24 +0400 8017287: Better resource disposal
bae [Mon, 01 Jul 2013 15:17:24 +0400] rev 20811
8017287: Better resource disposal Reviewed-by: prr, vadim, skoivu
Thu, 27 Jun 2013 10:37:08 +0100 Merge
chegar [Thu, 27 Jun 2013 10:37:08 +0100] rev 20810
Merge
Thu, 20 Jun 2013 08:51:47 +0200 8014085: Better serialization support in JMX classes
jbachorik [Thu, 20 Jun 2013 08:51:47 +0200] rev 20809
8014085: Better serialization support in JMX classes Reviewed-by: alanb, dfuchs, skoivu
Fri, 14 Jun 2013 15:49:54 +0100 8011157: Improve CORBA portablility
msheppar [Fri, 14 Jun 2013 15:49:54 +0100] rev 20808
8011157: Improve CORBA portablility Summary: fix also reviewed by Alexander Fomin Reviewed-by: alanb, coffeys, skoivu
Thu, 13 Jun 2013 12:14:37 -0700 8014098: Better profile validation
jchen [Thu, 13 Jun 2013 12:14:37 -0700] rev 20807
8014098: Better profile validation Reviewed-by: bae, mschoene, prr
Thu, 13 Jun 2013 10:31:21 +0800 8015731: Subject java.security.auth.subject to improvements
weijun [Thu, 13 Jun 2013 10:31:21 +0800] rev 20806
8015731: Subject java.security.auth.subject to improvements Reviewed-by: skoivu, mullan
Thu, 13 Jun 2013 10:21:06 +0800 8013739: Better LDAP resource management
weijun [Thu, 13 Jun 2013 10:21:06 +0800] rev 20805
8013739: Better LDAP resource management Reviewed-by: ahgross, mchung, xuelei
Wed, 08 May 2013 09:21:59 +0800 8014341: Better service from Kerberos servers
weijun [Wed, 08 May 2013 09:21:59 +0800] rev 20804
8014341: Better service from Kerberos servers Summary: read incoming data safely and take care of null return value Reviewed-by: valeriep, ahgross
Fri, 31 May 2013 21:25:42 +0400 8012277: Improve AWT DataFlavor
malenkov [Fri, 31 May 2013 21:25:42 +0400] rev 20803
8012277: Improve AWT DataFlavor Reviewed-by: art, skoivu
Mon, 20 May 2013 19:49:20 +0400 8012071: Better Building of Beans
malenkov [Mon, 20 May 2013 19:49:20 +0400] rev 20802
8012071: Better Building of Beans Reviewed-by: art, skoivu
Mon, 20 May 2013 15:26:42 +0400 8014102: Improve image conversion
bae [Mon, 20 May 2013 15:26:42 +0400] rev 20801
8014102: Improve image conversion Reviewed-by: mschoene, prr, jgodinez
Mon, 20 May 2013 14:39:17 +0400 8013744: Better tabling for AWT
alexsch [Mon, 20 May 2013 14:39:17 +0400] rev 20800
8013744: Better tabling for AWT Reviewed-by: art, malenkov, skoivu
Tue, 14 May 2013 12:51:59 +0400 8014093: Improve parsing of images
bae [Tue, 14 May 2013 12:51:59 +0400] rev 20799
8014093: Improve parsing of images Reviewed-by: prr, jgodinez
Thu, 09 May 2013 09:52:55 -0700 8013510: Augment image writing code
jchen [Thu, 09 May 2013 09:52:55 -0700] rev 20798
8013510: Augment image writing code Reviewed-by: bae, prr
Tue, 07 May 2013 13:37:03 -0700 8013506: Better Pack200 data handling
ksrini [Tue, 07 May 2013 13:37:03 -0700] rev 20797
8013506: Better Pack200 data handling Reviewed-by: jrose, kizune, mschoene
Tue, 23 Apr 2013 09:37:31 +0200 8011081: Improve jhat
jbachorik [Tue, 23 Apr 2013 09:37:31 +0200] rev 20796
8011081: Improve jhat Summary: Properly escape HTML output Reviewed-by: alanb, mschoene, sundar
Tue, 15 Oct 2013 13:14:03 -0400 8025722: TemporalAdjusters and TemporalQueries
rriggs [Tue, 15 Oct 2013 13:14:03 -0400] rev 20795
8025722: TemporalAdjusters and TemporalQueries Summary: Move static from interfaces methods to supporting classes Reviewed-by: sherman
Tue, 09 Jul 2013 21:35:04 +0100 8025719: Change Chronology to an interface
scolebourne [Tue, 09 Jul 2013 21:35:04 +0100] rev 20794
8025719: Change Chronology to an interface Summary: Split Chronology and add AbstractChronology Reviewed-by: darcy Contributed-by: scolebourne@joda.org
Thu, 26 Sep 2013 23:05:29 -0700 8025720: Separate temporal interface layer
rriggs [Thu, 26 Sep 2013 23:05:29 -0700] rev 20793
8025720: Separate temporal interface layer Summary: Remove ZoneId and Chronology from TemporalField interface Reviewed-by: sherman Contributed-by: scolebourne@joda.org
Tue, 15 Oct 2013 13:01:28 +0200 8026404: Logging in Applet can trigger ACE: access denied ("java.lang.RuntimePermission" "modifyThreadGroup")
dfuchs [Tue, 15 Oct 2013 13:01:28 +0200] rev 20792
8026404: Logging in Applet can trigger ACE: access denied ("java.lang.RuntimePermission" "modifyThreadGroup") Summary: The test 'threadGroup.getParent() == null' can sometimes throw ACE and needs to be wrapped in doPrivileged. Reviewed-by: alanb, mchung, dholmes
Tue, 15 Oct 2013 10:52:09 +0100 8026398: Can't load jdk.Exported, ClassNotFoundException
alanb [Tue, 15 Oct 2013 10:52:09 +0100] rev 20791
8026398: Can't load jdk.Exported, ClassNotFoundException Reviewed-by: chegar, mchung
Tue, 15 Oct 2013 10:26:34 +0200 6804470: JvmstatCountersTest.java test times out on slower machines
jbachorik [Tue, 15 Oct 2013 10:26:34 +0200] rev 20790
6804470: JvmstatCountersTest.java test times out on slower machines Summary: Increasing the default timeout to cater for the slower machines Reviewed-by: alanb
Mon, 14 Oct 2013 22:24:49 -0700 8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw [Mon, 14 Oct 2013 22:24:49 -0700] rev 20789
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression Reviewed-by: lancea, alanb
Mon, 14 Oct 2013 17:27:20 -0700 8026362: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed on windows, jtreg report Fail to org.testng.SkipException
henryjen [Mon, 14 Oct 2013 17:27:20 -0700] rev 20788
8026362: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed on windows, jtreg report Fail to org.testng.SkipException Reviewed-by: chegar
Mon, 14 Oct 2013 22:09:15 +0100 8014719: HttpClient/ProxyTest.java failing with IAE HttpURLPermission.parseURI
michaelm [Mon, 14 Oct 2013 22:09:15 +0100] rev 20787
8014719: HttpClient/ProxyTest.java failing with IAE HttpURLPermission.parseURI Reviewed-by: alanb, chegar
Mon, 14 Oct 2013 09:52:36 -0700 Merge
lana [Mon, 14 Oct 2013 09:52:36 -0700] rev 20786
Merge
Fri, 11 Oct 2013 23:27:23 -0700 Merge
lana [Fri, 11 Oct 2013 23:27:23 -0700] rev 20785
Merge
Mon, 14 Oct 2013 14:28:50 +0200 7196801: NPG: Fix java/lang/management/MemoryMXBean/LowMemoryTest2
stefank [Mon, 14 Oct 2013 14:28:50 +0200] rev 20784
7196801: NPG: Fix java/lang/management/MemoryMXBean/LowMemoryTest2 Reviewed-by: coleenp, sla Contributed-by: stefan.karlsson@oracle.com, coleen.phillimore@oracle.com
Mon, 14 Oct 2013 11:47:54 +0100 8023555: test/java/net/Socks/SocksProxyVersion.java fails when machine name is localhost
tyan [Mon, 14 Oct 2013 11:47:54 +0100] rev 20783
8023555: test/java/net/Socks/SocksProxyVersion.java fails when machine name is localhost Reviewed-by: chegar, alanb
Mon, 14 Oct 2013 10:42:36 +0200 8024704: Improve API documentation of ClassLoader and ServiceLoader with respect to enumeration of resources.
dfuchs [Mon, 14 Oct 2013 10:42:36 +0200] rev 20782
8024704: Improve API documentation of ClassLoader and ServiceLoader with respect to enumeration of resources. Reviewed-by: alanb, psandoz, mchung
Sun, 13 Oct 2013 21:10:33 -0700 8026119: Regression test DHEKeySizing.java failing intermittently
xuelei [Sun, 13 Oct 2013 21:10:33 -0700] rev 20781
8026119: Regression test DHEKeySizing.java failing intermittently Reviewed-by: weijun
Fri, 11 Oct 2013 15:21:23 -0700 8026213: Reflection support for private interface methods
rfield [Fri, 11 Oct 2013 15:21:23 -0700] rev 20780
8026213: Reflection support for private interface methods Reviewed-by: forax, psandoz, dholmes, jfranck Contributed-by: karen.kinnear@oracle.com
Fri, 11 Oct 2013 20:47:15 +0100 8019526: (fs) Files.lines, etc without Charset parameter
alanb [Fri, 11 Oct 2013 20:47:15 +0100] rev 20779
8019526: (fs) Files.lines, etc without Charset parameter Reviewed-by: psandoz, henryjen
Fri, 11 Oct 2013 20:47:16 +0100 Merge
vinnie [Fri, 11 Oct 2013 20:47:16 +0100] rev 20778
Merge
Fri, 11 Oct 2013 20:35:00 +0100 8026301: DomainKeyStore doesn't cleanup correctly when storing to keystore
vinnie [Fri, 11 Oct 2013 20:35:00 +0100] rev 20777
8026301: DomainKeyStore doesn't cleanup correctly when storing to keystore Reviewed-by: mullan
Fri, 11 Oct 2013 09:47:26 -0700 8025712: (props) Possible memory leak in java_props_md.c / ParseLocale
dxu [Fri, 11 Oct 2013 09:47:26 -0700] rev 20776
8025712: (props) Possible memory leak in java_props_md.c / ParseLocale Reviewed-by: naoto, chegar
Fri, 11 Oct 2013 09:17:18 -0400 Merge
mullan [Fri, 11 Oct 2013 09:17:18 -0400] rev 20775
Merge
Fri, 11 Oct 2013 08:43:07 -0400 8007292: Add JavaFX internal packages to package.access
mullan [Fri, 11 Oct 2013 08:43:07 -0400] rev 20774
8007292: Add JavaFX internal packages to package.access Summary: build hooks to allow closed restricted packages to be added to java.security file Reviewed-by: erikj, dholmes, tbell
Thu, 10 Oct 2013 21:23:05 -0700 Merge
lana [Thu, 10 Oct 2013 21:23:05 -0700] rev 20773
Merge
Thu, 10 Oct 2013 20:57:36 -0700 Merge
lana [Thu, 10 Oct 2013 20:57:36 -0700] rev 20772
Merge
Thu, 10 Oct 2013 13:33:02 -0700 Merge
lana [Thu, 10 Oct 2013 13:33:02 -0700] rev 20771
Merge
Thu, 10 Oct 2013 18:56:09 -0400 8026011: java.lang.reflect.MalformedParametersException introduces doclint warnings
emc [Thu, 10 Oct 2013 18:56:09 -0400] rev 20770
8026011: java.lang.reflect.MalformedParametersException introduces doclint warnings Summary: Add javadoc comments to members of MalformedParametersException Reviewed-by: darcy
Thu, 10 Oct 2013 18:11:53 +0200 7044282: (reflect) Class.forName and Array.newInstance are inconsistent regarding multidimensional arrays
jfranck [Thu, 10 Oct 2013 18:11:53 +0200] rev 20769
7044282: (reflect) Class.forName and Array.newInstance are inconsistent regarding multidimensional arrays Reviewed-by: darcy, psandoz
Thu, 10 Oct 2013 17:47:15 +0200 8025204: Intermittent test failure: javax/management/remote/mandatory/connection/IdleTimeoutTest.java
sjiang [Thu, 10 Oct 2013 17:47:15 +0200] rev 20768
8025204: Intermittent test failure: javax/management/remote/mandatory/connection/IdleTimeoutTest.java Reviewed-by: dholmes, jbachorik
Thu, 10 Oct 2013 12:36:42 +0100 7076487: (sctp) SCTP API classes does not exist in JDK for Mac
michaelm [Thu, 10 Oct 2013 12:36:42 +0100] rev 20767
7076487: (sctp) SCTP API classes does not exist in JDK for Mac Reviewed-by: alanb, chegar
Thu, 10 Oct 2013 09:57:50 +0100 7011859: java/util/concurrent/Semaphore/RacingReleases.java failing
dl [Thu, 10 Oct 2013 09:57:50 +0100] rev 20766
7011859: java/util/concurrent/Semaphore/RacingReleases.java failing Reviewed-by: alanb, dholmes
Thu, 10 Oct 2013 04:57:29 -0400 8026232: Move libnpt from profile compact1 to compact3
dholmes [Thu, 10 Oct 2013 04:57:29 -0400] rev 20765
8026232: Move libnpt from profile compact1 to compact3 Reviewed-by: mchung, alanb
Thu, 10 Oct 2013 10:14:54 +0200 8014446: JT_JDK: Wrong detection of test result for test com/sun/jdi/NoLaunchOptionTest.java
allwin [Thu, 10 Oct 2013 10:14:54 +0200] rev 20764
8014446: JT_JDK: Wrong detection of test result for test com/sun/jdi/NoLaunchOptionTest.java Reviewed-by: sla, mgronlun, dholmes, jbachorik, chegar
Thu, 10 Oct 2013 09:38:06 +0200 8025427: jstat tests fails on 32-bit platforms
sla [Thu, 10 Oct 2013 09:38:06 +0200] rev 20763
8025427: jstat tests fails on 32-bit platforms Reviewed-by: ehelin, dsamersoff, dholmes, sspitsyn
Thu, 10 Oct 2013 15:24:41 +0800 8026235: keytool NSS test should use 64 bit lib on Solaris
weijun [Thu, 10 Oct 2013 15:24:41 +0800] rev 20762
8026235: keytool NSS test should use 64 bit lib on Solaris Reviewed-by: vinnie
Thu, 10 Oct 2013 09:01:19 +0200 8025205: Intermittent test failure: javax/management/remote/mandatory/connection/BrokenConnectionTest.java
sjiang [Thu, 10 Oct 2013 09:01:19 +0200] rev 20761
8025205: Intermittent test failure: javax/management/remote/mandatory/connection/BrokenConnectionTest.java Reviewed-by: dholmes, dfuchs, jbachorik
Thu, 10 Oct 2013 08:49:12 +0200 8025206: Intermittent test failure: javax/management/monitor/NullAttributeValueTest.java
sjiang [Thu, 10 Oct 2013 08:49:12 +0200] rev 20760
8025206: Intermittent test failure: javax/management/monitor/NullAttributeValueTest.java Reviewed-by: dholmes, dfuchs, jbachorik
Thu, 10 Oct 2013 08:37:48 +0200 8025207: Intermittent test failure: javax/management/monitor/CounterMonitorThresholdTest.java
sjiang [Thu, 10 Oct 2013 08:37:48 +0200] rev 20759
8025207: Intermittent test failure: javax/management/monitor/CounterMonitorThresholdTest.java Reviewed-by: dfuchs, dholmes
Wed, 09 Oct 2013 18:31:51 -0700 8024354: Explicitly permit DoubleStream.sum()/average() implementations to use higher precision summation
darcy [Wed, 09 Oct 2013 18:31:51 -0700] rev 20758
8024354: Explicitly permit DoubleStream.sum()/average() implementations to use higher precision summation Reviewed-by: mduigou, briangoetz
Wed, 09 Oct 2013 12:13:31 -0700 8024709: TreeMap.DescendingKeyIterator 'remove' confuses iterator position
bchristi [Wed, 09 Oct 2013 12:13:31 -0700] rev 20757
8024709: TreeMap.DescendingKeyIterator 'remove' confuses iterator position Summary: Override remove() method in DescendingKeyIterator Reviewed-by: alanb, mduigou, psandoz
Wed, 09 Oct 2013 17:22:34 -0700 7189139: BigInteger's staticRandom field can be a source of bottlenecks.
bpb [Wed, 09 Oct 2013 17:22:34 -0700] rev 20756
7189139: BigInteger's staticRandom field can be a source of bottlenecks. Summary: Use ThreadLocalRandom instead of SecureRandom. Reviewed-by: shade, psandoz Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Wed, 09 Oct 2013 13:07:58 -0700 Merge
valeriep [Wed, 09 Oct 2013 13:07:58 -0700] rev 20755
Merge
Tue, 08 Oct 2013 14:41:46 -0700 8025967: addition of -Werror broke the old build
valeriep [Tue, 08 Oct 2013 14:41:46 -0700] rev 20754
8025967: addition of -Werror broke the old build Summary: Fixed and suppressed compiler warnings on rawtypes Reviewed-by: vinnie
Tue, 08 Oct 2013 11:35:29 -0700 8014374: Cannot initialize "AES/GCM/NoPadding" on wrap/unseal on solaris with OracleUcrypto
valeriep [Tue, 08 Oct 2013 11:35:29 -0700] rev 20753
8014374: Cannot initialize "AES/GCM/NoPadding" on wrap/unseal on solaris with OracleUcrypto Summary: Removed OracleUcrypto provider regression tests from OpenJDK Reviewed-by: xuelei
Tue, 08 Oct 2013 11:17:53 -0700 8012900: CICO ignores AAD in GCM mode
valeriep [Tue, 08 Oct 2013 11:17:53 -0700] rev 20752
8012900: CICO ignores AAD in GCM mode Summary: Change GCM decryption to not return result until tag verification passed Reviewed-by: xuelei
Tue, 08 Oct 2013 11:07:31 -0700 7196382: PKCS11 provider should support 2048-bit DH
valeriep [Tue, 08 Oct 2013 11:07:31 -0700] rev 20751
7196382: PKCS11 provider should support 2048-bit DH Summary: Query and enforce range checking using the values from native PKCS11 library. Reviewed-by: xuelei
Wed, 09 Oct 2013 11:47:48 -0700 8016252: More defensive HashSet.readObject
bpb [Wed, 09 Oct 2013 11:47:48 -0700] rev 20750
8016252: More defensive HashSet.readObject Summary: Add data validation checks in readObject(). Reviewed-by: alanb, mduigou, chegar Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Wed, 09 Oct 2013 13:34:37 -0400 8024076: Incorrect 2 -> 4 year parsing and resolution in DateTimeFormatter
rriggs [Wed, 09 Oct 2013 13:34:37 -0400] rev 20749
8024076: Incorrect 2 -> 4 year parsing and resolution in DateTimeFormatter Summary: Add appendValueReduced method based on a ChronoLocalDate to provide context for the value Reviewed-by: sherman Contributed-by: scolebourne@joda.org
Wed, 09 Oct 2013 09:41:40 -0700 8023524: Mechanism to dump generated lambda classes / log lambda code generation
henryjen [Wed, 09 Oct 2013 09:41:40 -0700] rev 20748
8023524: Mechanism to dump generated lambda classes / log lambda code generation Reviewed-by: plevart, mchung, forax, jjb Contributed-by: brian.goetz@oracle.com, henry.jen@oracle.com
Thu, 26 Sep 2013 15:19:27 -0700 8025718: Enhance error messages for parsing
rriggs [Thu, 26 Sep 2013 15:19:27 -0700] rev 20747
8025718: Enhance error messages for parsing Summary: Add values and types to exception messages Reviewed-by: lancea Contributed-by: scolebourne@joda.org
Wed, 09 Oct 2013 11:02:55 -0400 8024612: java/time/tck/java/time/format/TCKDateTimeFormatters.java failed
rriggs [Wed, 09 Oct 2013 11:02:55 -0400] rev 20746
8024612: java/time/tck/java/time/format/TCKDateTimeFormatters.java failed Summary: The test should be using the Locale.Category.FORMAT to verify the test data Reviewed-by: lancea
Wed, 09 Oct 2013 06:24:42 -0700 8026027: Level.parse should return the custom Level instance instead of the mirrored Level
mchung [Wed, 09 Oct 2013 06:24:42 -0700] rev 20745
8026027: Level.parse should return the custom Level instance instead of the mirrored Level Reviewed-by: dfuchs, chegar
Wed, 09 Oct 2013 15:19:56 +0200 8020061: Clarify reporting characteristics between splits
psandoz [Wed, 09 Oct 2013 15:19:56 +0200] rev 20744
8020061: Clarify reporting characteristics between splits Reviewed-by: alanb, chegar
Wed, 09 Oct 2013 10:48:44 +0100 8008171: Refactor KeyStore.DomainLoadStoreParameter as a standalone class
vinnie [Wed, 09 Oct 2013 10:48:44 +0100] rev 20743
8008171: Refactor KeyStore.DomainLoadStoreParameter as a standalone class Reviewed-by: mullan, weijun
Wed, 09 Oct 2013 09:20:12 +0100 8008662: Add @jdk.Exported to JDK-specific/exported APIs
alanb [Wed, 09 Oct 2013 09:20:12 +0100] rev 20742
8008662: Add @jdk.Exported to JDK-specific/exported APIs Reviewed-by: chegar, vinnie, dfuchs, mchung, mullan, darcy
Wed, 09 Oct 2013 00:10:02 +0100 7180557: InetAddress.getLocalHost throws UnknownHostException on java7u5 on OSX webbugs
robm [Wed, 09 Oct 2013 00:10:02 +0100] rev 20741
7180557: InetAddress.getLocalHost throws UnknownHostException on java7u5 on OSX webbugs Reviewed-by: chegar, dsamersoff
Thu, 17 Oct 2013 09:41:03 -0700 Added tag jdk8-b112 for changeset 8518304d2097
cl [Thu, 17 Oct 2013 09:41:03 -0700] rev 20740
Added tag jdk8-b112 for changeset 8518304d2097
Wed, 05 Jul 2017 19:17:09 +0200 Merge
duke [Wed, 05 Jul 2017 19:17:09 +0200] rev 20739
Merge
Tue, 22 Oct 2013 13:56:26 -0700 Merge
amurillo [Tue, 22 Oct 2013 13:56:26 -0700] rev 20738
Merge
Fri, 18 Oct 2013 21:30:43 -0700 Added tag hs25-b55 for changeset 9e1f4b025644
amurillo [Fri, 18 Oct 2013 21:30:43 -0700] rev 20737
Added tag hs25-b55 for changeset 9e1f4b025644
Fri, 18 Oct 2013 21:30:42 -0700 Merge
amurillo [Fri, 18 Oct 2013 21:30:42 -0700] rev 20736
Merge
Fri, 18 Oct 2013 12:10:44 -0700 Merge
jcoomes [Fri, 18 Oct 2013 12:10:44 -0700] rev 20735
Merge
Thu, 17 Oct 2013 06:29:58 -0700 8025635: SoftReferences are not cleared before metaspace OOME are thrown
jmasa [Thu, 17 Oct 2013 06:29:58 -0700] rev 20734
8025635: SoftReferences are not cleared before metaspace OOME are thrown Reviewed-by: jcoomes, tamao, tschatzl, stefank
Thu, 17 Oct 2013 08:42:41 +0200 8026715: Remove the MetaDataDeallocateALot develop flag
stefank [Thu, 17 Oct 2013 08:42:41 +0200] rev 20733
8026715: Remove the MetaDataDeallocateALot develop flag Reviewed-by: coleenp, mgerdin
Thu, 17 Oct 2013 08:41:35 +0200 8026707: JDK-8026391 broke the optimized build target
stefank [Thu, 17 Oct 2013 08:41:35 +0200] rev 20732
8026707: JDK-8026391 broke the optimized build target Reviewed-by: mgerdin, coleenp
Wed, 16 Oct 2013 11:46:06 +0200 8025925: jmap fails with "field _length not found in type HeapRegionSeq"
tschatzl [Wed, 16 Oct 2013 11:46:06 +0200] rev 20731
8025925: jmap fails with "field _length not found in type HeapRegionSeq" Summary: The change JDK-7163191 changed the data layout of a class that is referenced by the java code of the SA agent. This fix synchronizes the SA agent with that change. Reviewed-by: sla, mgerdin
Tue, 15 Oct 2013 14:32:20 +0200 8026392: Metachunks and Metablocks are using a too large alignment
stefank [Tue, 15 Oct 2013 14:32:20 +0200] rev 20730
8026392: Metachunks and Metablocks are using a too large alignment Reviewed-by: coleenp, jmasa
Tue, 15 Oct 2013 14:28:51 +0200 8026391: The Metachunk header wastes memory
stefank [Tue, 15 Oct 2013 14:28:51 +0200] rev 20729
8026391: The Metachunk header wastes memory Reviewed-by: coleenp, jmasa
Tue, 15 Oct 2013 07:10:09 -0700 Merge
stefank [Tue, 15 Oct 2013 07:10:09 -0700] rev 20728
Merge
Tue, 15 Oct 2013 11:44:47 +0200 8024634: gc/startup_warnings tests can fail due to unrelated warnings
pliden [Tue, 15 Oct 2013 11:44:47 +0200] rev 20727
8024634: gc/startup_warnings tests can fail due to unrelated warnings Reviewed-by: brutisso, jwilhelm, tamao
Tue, 15 Oct 2013 11:42:50 +0200 8024632: Description of InitialSurvivorRatio flag in globals.hpp is incorrect
pliden [Tue, 15 Oct 2013 11:42:50 +0200] rev 20726
8024632: Description of InitialSurvivorRatio flag in globals.hpp is incorrect Reviewed-by: brutisso, tschatzl, kmo, tamao
Tue, 15 Oct 2013 11:38:47 +0200 8023158: hotspot/test/gc/7168848/HumongousAlloc.java fails 14 full gcs, expect 0 full gcs
pliden [Tue, 15 Oct 2013 11:38:47 +0200] rev 20725
8023158: hotspot/test/gc/7168848/HumongousAlloc.java fails 14 full gcs, expect 0 full gcs Reviewed-by: brutisso, tschatzl
Tue, 15 Oct 2013 04:29:21 -0700 Merge
mgerdin [Tue, 15 Oct 2013 04:29:21 -0700] rev 20724
Merge
Mon, 14 Oct 2013 14:21:34 +0200 8025661: Ill-formed -Xminf and -Xmaxf options values interpreted as 0
sjohanss [Mon, 14 Oct 2013 14:21:34 +0200] rev 20723
8025661: Ill-formed -Xminf and -Xmaxf options values interpreted as 0 Summary: Using strtod() instead of atof() when parsing -Xminf and -Xmaxf. Reviewed-by: brutisso, pliden
Tue, 15 Oct 2013 11:18:42 +0200 8026186: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java Compilation failed
tschatzl [Tue, 15 Oct 2013 11:18:42 +0200] rev 20722
8026186: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java Compilation failed Summary: After a method rename in JDK-8014905 the mentioned test did not compile any more. Fix the uses of the affected method. Reviewed-by: jwilhelm, mgerdin, jmasa
Sat, 12 Oct 2013 00:49:19 +0200 8023643: G1 assert failed when NewSize was specified greater than MaxNewSize
jwilhelm [Sat, 12 Oct 2013 00:49:19 +0200] rev 20721
8023643: G1 assert failed when NewSize was specified greater than MaxNewSize Summary: Exit with an error if incompatible NewSize and MaxNeSize are set Reviewed-by: brutisso, tschatzl
Sat, 12 Oct 2013 05:08:42 +0000 Merge
jwilhelm [Sat, 12 Oct 2013 05:08:42 +0000] rev 20720
Merge
Fri, 11 Oct 2013 16:18:27 +0200 8024776: Max/MinHeapFreeRatio descriptions should be more precise
jwilhelm [Fri, 11 Oct 2013 16:18:27 +0200] rev 20719
8024776: Max/MinHeapFreeRatio descriptions should be more precise Summary: Descriptions for Max/MinHeapFreeRatio updated Reviewed-by: ehelin, jmasa
Thu, 17 Oct 2013 23:30:17 -0400 8026365: NoClassDefinitionFound for anonymous class invokespecial.
acorn [Thu, 17 Oct 2013 23:30:17 -0400] rev 20718
8026365: NoClassDefinitionFound for anonymous class invokespecial. Reviewed-by: dcubed, kamg
Thu, 17 Oct 2013 10:58:45 -0700 Merge
iveresov [Thu, 17 Oct 2013 10:58:45 -0700] rev 20717
Merge
Wed, 16 Oct 2013 11:13:15 -0700 8009303: Tiered: incorrect results in VM tests stringconcat with -Xcomp -XX:+DeoptimizeALot on solaris-amd64
iveresov [Wed, 16 Oct 2013 11:13:15 -0700] rev 20716
8009303: Tiered: incorrect results in VM tests stringconcat with -Xcomp -XX:+DeoptimizeALot on solaris-amd64 Summary: Do memory flow analysis in string concat optimizier to exclude cases when computation of arguments to StringBuffer::append has side effects Reviewed-by: kvn, twisti
Fri, 11 Oct 2013 12:06:14 +0200 8025657: compiler/intrinsics/mathexact/ConstantTest.java fails on assert in lcm.cpp on solaris x64
rbackman [Fri, 11 Oct 2013 12:06:14 +0200] rev 20715
8025657: compiler/intrinsics/mathexact/ConstantTest.java fails on assert in lcm.cpp on solaris x64 Reviewed-by: kvn, twisti
Tue, 15 Oct 2013 17:47:46 -0700 Merge
kvn [Tue, 15 Oct 2013 17:47:46 -0700] rev 20714
Merge
Tue, 15 Oct 2013 12:14:00 -0700 8026293: Schedule part of G1 pre-barrier late
kvn [Tue, 15 Oct 2013 12:14:00 -0700] rev 20713
8026293: Schedule part of G1 pre-barrier late Summary: move rare executed part of G1 write barrier from hot path. Reviewed-by: kvn, twisti, roland Contributed-by: staffan.friberg@oracle.com
Sat, 12 Oct 2013 17:26:41 -0400 8026124: JSR-292 bug: java.nio.file.Path.toString cores dump
drchase [Sat, 12 Oct 2013 17:26:41 -0400] rev 20712
8026124: JSR-292 bug: java.nio.file.Path.toString cores dump Summary: catch problem case, assert it matches valid input, new test Reviewed-by: jrose, twisti, kvn
Mon, 14 Oct 2013 19:30:05 -0700 8026376: assert(false) failed: DEBUG MESSAGE: exception pc already set
twisti [Mon, 14 Oct 2013 19:30:05 -0700] rev 20711
8026376: assert(false) failed: DEBUG MESSAGE: exception pc already set Reviewed-by: kvn
Sun, 13 Oct 2013 13:22:24 -0700 Merge
iveresov [Sun, 13 Oct 2013 13:22:24 -0700] rev 20710
Merge
Sat, 12 Oct 2013 12:12:59 +0200 8026054: New type profiling points: type of return values at calls
roland [Sat, 12 Oct 2013 12:12:59 +0200] rev 20709
8026054: New type profiling points: type of return values at calls Summary: x86 interpreter and c1 type profiling for return values at calls Reviewed-by: kvn, twisti
Fri, 11 Oct 2013 19:51:31 -0700 Merge
twisti [Fri, 11 Oct 2013 19:51:31 -0700] rev 20708
Merge
Thu, 10 Oct 2013 15:44:12 +0200 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll [Thu, 10 Oct 2013 15:44:12 +0200] rev 20707
8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash Summary: Ensure ensure correct initialization of compiler runtime Reviewed-by: kvn, twisti
Sat, 12 Oct 2013 01:29:27 +0000 Merge
adlertz [Sat, 12 Oct 2013 01:29:27 +0000] rev 20706
Merge
Fri, 11 Oct 2013 19:16:52 +0000 Merge
adlertz [Fri, 11 Oct 2013 19:16:52 +0000] rev 20705
Merge
Fri, 11 Oct 2013 13:10:22 +0200 8011415: CTW on Sparc: assert(lrg.lo_degree()) failed:
adlertz [Fri, 11 Oct 2013 13:10:22 +0200] rev 20704
8011415: CTW on Sparc: assert(lrg.lo_degree()) failed: Summary: Increased the LRG AllStack mask size since the previous size was not big enough when compiling huge methods (60k+ nodes) Reviewed-by: kvn, roland, twisti
Fri, 11 Oct 2013 10:14:02 -0700 8005173: assert(false) failed: DEBUG MESSAGE: exception oop must be empty (macroAssembler_x86.cpp:625)
twisti [Fri, 11 Oct 2013 10:14:02 -0700] rev 20703
8005173: assert(false) failed: DEBUG MESSAGE: exception oop must be empty (macroAssembler_x86.cpp:625) Reviewed-by: kvn, iveresov
Wed, 09 Oct 2013 16:32:21 +0200 8023657: New type profiling points: arguments to call
roland [Wed, 09 Oct 2013 16:32:21 +0200] rev 20702
8023657: New type profiling points: arguments to call Summary: x86 interpreter and c1 type profiling for arguments at calls Reviewed-by: kvn, twisti
Wed, 09 Oct 2013 11:05:17 -0700 8020750: Node::get_int: guarantee(t != NULL) failed: must be con
twisti [Wed, 09 Oct 2013 11:05:17 -0700] rev 20701
8020750: Node::get_int: guarantee(t != NULL) failed: must be con Reviewed-by: kvn, roland
Wed, 09 Oct 2013 05:03:34 -0700 Merge
adlertz [Wed, 09 Oct 2013 05:03:34 -0700] rev 20700
Merge
Wed, 09 Oct 2013 13:00:20 +0200 8013830: [parfait] Uninitialised pointer 'Reachblock' may be used as argument
adlertz [Wed, 09 Oct 2013 13:00:20 +0200] rev 20699
8013830: [parfait] Uninitialised pointer 'Reachblock' may be used as argument Summary: Replace uninitialised pointer with NULL at argument. Reviewed-by: kvn, roland, twisti
Tue, 08 Oct 2013 19:57:28 -0700 8007923: Tests on references fails
twisti [Tue, 08 Oct 2013 19:57:28 -0700] rev 20698
8007923: Tests on references fails Reviewed-by: kvn, iveresov
Tue, 08 Oct 2013 07:08:27 -0700 Merge
iveresov [Tue, 08 Oct 2013 07:08:27 -0700] rev 20697
Merge
Thu, 03 Oct 2013 10:55:07 +0200 8024067: Missing replace_in_map() calls following null checks
roland [Thu, 03 Oct 2013 10:55:07 +0200] rev 20696
8024067: Missing replace_in_map() calls following null checks Summary: add replace_in_map() calls following some null checks in type checks Reviewed-by: kvn
Mon, 07 Oct 2013 10:41:56 -0700 8025566: EXCEPTION_ACCESS_VIOLATION in compiled by C1 String.valueOf method
twisti [Mon, 07 Oct 2013 10:41:56 -0700] rev 20695
8025566: EXCEPTION_ACCESS_VIOLATION in compiled by C1 String.valueOf method Reviewed-by: kvn
Mon, 07 Oct 2013 14:13:28 +0400 8025845: Default methods are unnecessarily marked w/ force_inline directive in some situations
vlivanov [Mon, 07 Oct 2013 14:13:28 +0400] rev 20694
8025845: Default methods are unnecessarily marked w/ force_inline directive in some situations Reviewed-by: acorn, kvn
Mon, 07 Oct 2013 14:12:23 +0400 8024774: assert(_con < t->is_tuple()->cnt()) failed: ProjNode::_con must be in range
vlivanov [Mon, 07 Oct 2013 14:12:23 +0400] rev 20693
8024774: assert(_con < t->is_tuple()->cnt()) failed: ProjNode::_con must be in range Reviewed-by: iveresov, roland, kvn, twisti
Mon, 07 Oct 2013 14:11:49 +0400 8024943: ciReplay: fails to dump replay data during safepointing
vlivanov [Mon, 07 Oct 2013 14:11:49 +0400] rev 20692
8024943: ciReplay: fails to dump replay data during safepointing Reviewed-by: kvn, twisti
Mon, 07 Oct 2013 14:10:29 +0400 8025849: Redundant "pid" in VM log file name (e.g. hotspot_pidpid12345.log)
vlivanov [Mon, 07 Oct 2013 14:10:29 +0400] rev 20691
8025849: Redundant "pid" in VM log file name (e.g. hotspot_pidpid12345.log) Reviewed-by: twisti, azeemj
Fri, 04 Oct 2013 19:05:32 -0700 Merge
twisti [Fri, 04 Oct 2013 19:05:32 -0700] rev 20690
Merge
Fri, 04 Oct 2013 10:11:48 -0700 8011138: C2: stack overflow in compiler thread because of recursive inlining of lambda form methods
twisti [Fri, 04 Oct 2013 10:11:48 -0700] rev 20689
8011138: C2: stack overflow in compiler thread because of recursive inlining of lambda form methods Reviewed-by: kvn, roland
Fri, 04 Oct 2013 09:19:13 +0200 8025656: compiler/8013496/Test8013496.sh fails on assert
anoll [Fri, 04 Oct 2013 09:19:13 +0200] rev 20688
8025656: compiler/8013496/Test8013496.sh fails on assert Summary: Ensure the thread is in correct state; rewrote test in Java Reviewed-by: kvn, twisti
Wed, 16 Oct 2013 11:48:03 -0700 Merge
ccheung [Wed, 16 Oct 2013 11:48:03 -0700] rev 20687
Merge
Tue, 15 Oct 2013 08:25:43 -0700 7165611: implement Full Debug Symbols on MacOS X hotspot
dcubed [Tue, 15 Oct 2013 08:25:43 -0700] rev 20686
7165611: implement Full Debug Symbols on MacOS X hotspot Summary: Add MacOS X FDS support to hotspot; add minimal MacOS X FDS import support to jdk; add MacOS X FDS support to install; add MacOS X FDS support to root. Reviewed-by: erikj, sla, dholmes, rdurbin, tbell, ihse
Mon, 14 Oct 2013 21:52:42 -0400 8026299: invokespecial gets ICCE when it should get AME.
acorn [Mon, 14 Oct 2013 21:52:42 -0400] rev 20685
8026299: invokespecial gets ICCE when it should get AME. Reviewed-by: ccheung, coleenp
Sat, 12 Oct 2013 15:39:16 -0400 8024667: VM crashes with "assert(method() != NULL) failed: must have set method"
hseigel [Sat, 12 Oct 2013 15:39:16 -0400] rev 20684
8024667: VM crashes with "assert(method() != NULL) failed: must have set method" Summary: Check if data is in shared spaces before deallocating it. Reviewed-by: coleenp, dcubed
Sat, 12 Oct 2013 13:09:18 -0400 8025942: os::Bsd::available_memory() needs implementation
hseigel [Sat, 12 Oct 2013 13:09:18 -0400] rev 20683
8025942: os::Bsd::available_memory() needs implementation Summary: Implement using the host_statistics64() api. Reviewed-by: dsamersoff, morris, dholmes, coleenp, hseigel, dcubed Contributed-by: gerard.ziemski@oracle.com
Fri, 11 Oct 2013 22:22:19 -0400 Merge
ccheung [Fri, 11 Oct 2013 22:22:19 -0400] rev 20682
Merge
Fri, 11 Oct 2013 18:23:44 -0700 Merge
ccheung [Fri, 11 Oct 2013 18:23:44 -0700] rev 20681
Merge
Fri, 11 Oct 2013 17:08:22 -0400 Merge
hseigel [Fri, 11 Oct 2013 17:08:22 -0400] rev 20680
Merge
Fri, 11 Oct 2013 15:33:08 -0400 8026041: JVM crashes with assert "assert(is_updated()) failed: must not be clear" with -XX:+PrintGCApplicationConcurrentTime in -Xcomp mode
hseigel [Fri, 11 Oct 2013 15:33:08 -0400] rev 20679
8026041: JVM crashes with assert "assert(is_updated()) failed: must not be clear" with -XX:+PrintGCApplicationConcurrentTime in -Xcomp mode Summary: Prior to printing the time interval in RuntimeService::record_safepoint_begin(), check first that VM initialization is complete. Reviewed-by: coleenp, dholmes, sla, ctornqvi Contributed-by: lois.foltan@oracle.com
Fri, 11 Oct 2013 15:04:53 -0400 Merge
coleenp [Fri, 11 Oct 2013 15:04:53 -0400] rev 20678
Merge
Fri, 11 Oct 2013 11:23:49 -0400 8022592: assert at constantTag.cpp:57: ShouldNotReachHere()
coleenp [Fri, 11 Oct 2013 11:23:49 -0400] rev 20677
8022592: assert at constantTag.cpp:57: ShouldNotReachHere() Summary: more missing cases for JVM_CONSTANT_Method{Handle,Type}InError Reviewed-by: hseigel, dcubed
Fri, 11 Oct 2013 14:57:27 +0000 Merge
sla [Fri, 11 Oct 2013 14:57:27 +0000] rev 20676
Merge
Fri, 11 Oct 2013 14:08:02 +0200 8024425: VM_HeapDumper doesn't put anonymous classes in the heap dump
sla [Fri, 11 Oct 2013 14:08:02 +0200] rev 20675
8024425: VM_HeapDumper doesn't put anonymous classes in the heap dump Summary: Switched from using SystemDictionary to using ClassLoaderDataGraph to get the anonymous classes included. Reviewed-by: sla, sspitsyn Contributed-by: fredrik.arvidsson@oracle.com
Fri, 11 Oct 2013 13:48:02 +0200 8026199: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java Compilation failed
sla [Fri, 11 Oct 2013 13:48:02 +0200] rev 20674
8026199: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java Compilation failed Summary: Fixed a compilation failure due to changed method name Reviewed-by: sla, jbachorik Contributed-by: fredrik.arvidsson@oracle.com
Wed, 09 Oct 2013 22:01:59 -0400 Merge
coleenp [Wed, 09 Oct 2013 22:01:59 -0400] rev 20673
Merge
Wed, 09 Oct 2013 21:45:28 -0400 8025185: MethodHandleInError and MethodTypeInError not handled in ConstantPool::compare_entry_to and copy_entry_to
coleenp [Wed, 09 Oct 2013 21:45:28 -0400] rev 20672
8025185: MethodHandleInError and MethodTypeInError not handled in ConstantPool::compare_entry_to and copy_entry_to Summary: Add missing cases. Reviewed-by: sspitsyn, dcubed
Fri, 11 Oct 2013 13:14:48 -0700 8026265: new hotspot build - hs25-b55
amurillo [Fri, 11 Oct 2013 13:14:48 -0700] rev 20671
8026265: new hotspot build - hs25-b55 Reviewed-by: jcoomes
Thu, 17 Oct 2013 14:20:57 -0700 Merge
lana [Thu, 17 Oct 2013 14:20:57 -0700] rev 20670
Merge
Sun, 13 Oct 2013 21:14:04 +0100 Merge
chegar [Sun, 13 Oct 2013 21:14:04 +0100] rev 20669
Merge
Sat, 24 Aug 2013 00:14:46 -0700 8023683: Enhance class file parsing
iklam [Sat, 24 Aug 2013 00:14:46 -0700] rev 20668
8023683: Enhance class file parsing Summary: Use the value returned by REALLOC_RESOURCE_ARRAY() Reviewed-by: coleenp, ahgross
Fri, 30 Aug 2013 09:50:49 +0100 Merge
chegar [Fri, 30 Aug 2013 09:50:49 +0100] rev 20667
Merge
Fri, 23 Aug 2013 22:12:18 +0100 Merge
chegar [Fri, 23 Aug 2013 22:12:18 +0100] rev 20666
Merge
Mon, 19 Aug 2013 17:47:21 +0200 8015614: Update build settings
erikj [Mon, 19 Aug 2013 17:47:21 +0200] rev 20665
8015614: Update build settings Reviewed-by: tbell, dholmes, ahgross
Thu, 15 Aug 2013 21:33:37 +0100 Merge
chegar [Thu, 15 Aug 2013 21:33:37 +0100] rev 20664
Merge
Fri, 09 Aug 2013 14:30:08 +0100 Merge
chegar [Fri, 09 Aug 2013 14:30:08 +0100] rev 20663
Merge
Fri, 09 Aug 2013 11:03:33 +0400 8020789: Disable exporting of gc.heap_dump diagnostic command
sgabdura [Fri, 09 Aug 2013 11:03:33 +0400] rev 20662
8020789: Disable exporting of gc.heap_dump diagnostic command Reviewed-by: fparain, ahgross
Fri, 02 Aug 2013 11:10:39 +0100 Merge
chegar [Fri, 02 Aug 2013 11:10:39 +0100] rev 20661
Merge
Thu, 25 Jul 2013 17:35:33 +0100 Merge
chegar [Thu, 25 Jul 2013 17:35:33 +0100] rev 20660
Merge
Mon, 22 Jul 2013 14:01:39 +0100 Merge
chegar [Mon, 22 Jul 2013 14:01:39 +0100] rev 20659
Merge
Mon, 15 Jul 2013 11:07:03 +0100 Merge
chegar [Mon, 15 Jul 2013 11:07:03 +0100] rev 20658
Merge
Thu, 11 Jul 2013 12:59:03 -0400 8016256: Make finalization final
hseigel [Thu, 11 Jul 2013 12:59:03 -0400] rev 20657
8016256: Make finalization final Summary: Add private methods to final methods check Reviewed-by: coleenp, acorn, ahgross Contributed-by: harold.seigel@oracle.com
Thu, 17 Oct 2013 09:40:51 -0700 Added tag jdk8-b112 for changeset 0bbe54dca484
cl [Thu, 17 Oct 2013 09:40:51 -0700] rev 20656
Added tag jdk8-b112 for changeset 0bbe54dca484
Wed, 23 Oct 2013 17:03:19 +0200 8026888: Licensee build failure due to wrong libs being called
erikj [Wed, 23 Oct 2013 17:03:19 +0200] rev 20655
8026888: Licensee build failure due to wrong libs being called Reviewed-by: tbell, ihse, simonis
Wed, 23 Oct 2013 13:05:58 +0200 8001922: Improve freetype handling.
ihse [Wed, 23 Oct 2013 13:05:58 +0200] rev 20654
8001922: Improve freetype handling. Reviewed-by: erikj
Tue, 22 Oct 2013 16:41:34 -0700 Merge
tbell [Tue, 22 Oct 2013 16:41:34 -0700] rev 20653
Merge
Tue, 22 Oct 2013 16:28:57 -0700 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
tbell [Tue, 22 Oct 2013 16:28:57 -0700] rev 20652
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files Reviewed-by: mduigou, mchung
Tue, 22 Oct 2013 16:35:09 -0700 8027068: Update to NewMakefile.gmk check of MAKE_VERSION broke jdk8-build nightly builds on windows, saying 3.82.90 is too low
katleman [Tue, 22 Oct 2013 16:35:09 -0700] rev 20651
8027068: Update to NewMakefile.gmk check of MAKE_VERSION broke jdk8-build nightly builds on windows, saying 3.82.90 is too low Reviewed-by: ihse, tbell, wetmore
Tue, 22 Oct 2013 14:53:08 -0700 Merge
katleman [Tue, 22 Oct 2013 14:53:08 -0700] rev 20650
Merge
Tue, 22 Oct 2013 12:29:29 +0200 8026864: Deprecate --disable-macosx-runtime-support.
ihse [Tue, 22 Oct 2013 12:29:29 +0200] rev 20649
8026864: Deprecate --disable-macosx-runtime-support. Reviewed-by: erikj
Tue, 22 Oct 2013 11:12:43 +0200 8001925: Add useful help messages if freetype is not found on Windows
ihse [Tue, 22 Oct 2013 11:12:43 +0200] rev 20648
8001925: Add useful help messages if freetype is not found on Windows Reviewed-by: erikj, tbell
Mon, 21 Oct 2013 11:59:25 +0200 8026528: [build] configure does not recognize newer make in cygwin
erikj [Mon, 21 Oct 2013 11:59:25 +0200] rev 20647
8026528: [build] configure does not recognize newer make in cygwin Reviewed-by: tbell, ksrini, ihse
Mon, 21 Oct 2013 10:40:16 +0200 Merge
erikj [Mon, 21 Oct 2013 10:40:16 +0200] rev 20646
Merge
Fri, 18 Oct 2013 11:34:29 +0200 8025869: make docs doesn't regenerate docs correctly after changing API doc comments in jaxp sources
erikj [Fri, 18 Oct 2013 11:34:29 +0200] rev 20645
8025869: make docs doesn't regenerate docs correctly after changing API doc comments in jaxp sources Reviewed-by: ihse, tbell
Fri, 18 Oct 2013 15:03:08 -0700 Merge
katleman [Fri, 18 Oct 2013 15:03:08 -0700] rev 20644
Merge
Fri, 18 Oct 2013 10:41:18 +0200 8001912: Improve detection of msvcr100.dll
ihse [Fri, 18 Oct 2013 10:41:18 +0200] rev 20643
8001912: Improve detection of msvcr100.dll Reviewed-by: erikj
Tue, 22 Oct 2013 13:56:11 -0700 Merge
amurillo [Tue, 22 Oct 2013 13:56:11 -0700] rev 20642
Merge
Sat, 19 Oct 2013 08:51:39 -0700 Merge
amurillo [Sat, 19 Oct 2013 08:51:39 -0700] rev 20641
Merge
Tue, 15 Oct 2013 08:24:31 -0700 7165611: implement Full Debug Symbols on MacOS X hotspot
dcubed [Tue, 15 Oct 2013 08:24:31 -0700] rev 20640
7165611: implement Full Debug Symbols on MacOS X hotspot Summary: Add MacOS X FDS support to hotspot; add minimal MacOS X FDS import support to jdk; add MacOS X FDS support to install; add MacOS X FDS support to root. Reviewed-by: erikj, sla, dholmes, rdurbin, tbell, ihse
Thu, 17 Oct 2013 15:50:28 -0700 Merge
lana [Thu, 17 Oct 2013 15:50:28 -0700] rev 20639
Merge
Thu, 17 Oct 2013 13:53:08 -0700 Merge
lana [Thu, 17 Oct 2013 13:53:08 -0700] rev 20638
Merge
Thu, 17 Oct 2013 14:07:57 -0700 8026062: webrev.ksh: fix bug title web scraping, remove teamware, sac, "open bug", -l and wxfile support
mduigou [Thu, 17 Oct 2013 14:07:57 -0700] rev 20637
8026062: webrev.ksh: fix bug title web scraping, remove teamware, sac, "open bug", -l and wxfile support Reviewed-by: weijun, dsamersoff, darcy, jrose, tbell
Wed, 16 Oct 2013 13:50:05 +0200 6604021: RMIC is defaulting to BOOT jdk version, needs to be rmic.jar
erikj [Wed, 16 Oct 2013 13:50:05 +0200] rev 20636
6604021: RMIC is defaulting to BOOT jdk version, needs to be rmic.jar Reviewed-by: dholmes, chegar
Tue, 15 Oct 2013 13:39:42 +0100 Merge
chegar [Tue, 15 Oct 2013 13:39:42 +0100] rev 20635
Merge
Sun, 13 Oct 2013 21:37:17 +0100 Merge
chegar [Sun, 13 Oct 2013 21:37:17 +0100] rev 20634
Merge
Fri, 14 Jun 2013 15:49:41 +0100 8011157: Improve CORBA portablility
msheppar [Fri, 14 Jun 2013 15:49:41 +0100] rev 20633
8011157: Improve CORBA portablility Summary: fix also reviewed by Alexander Fomin Reviewed-by: alanb, coffeys, skoivu
(0) -10000 -3000 -1000 -480 +480 +1000 +3000 +10000 +30000 tip