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
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
ccheung [Thu, 24 Oct 2013 17:20:39 -0400] rev 21084
Merge
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
hseigel [Tue, 22 Oct 2013 22:14:57 -0400] rev 21082
Merge
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
iklam [Tue, 22 Oct 2013 16:09:17 -0700] rev 21080
Merge
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
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
ccheung [Mon, 21 Oct 2013 17:26:46 -0700] rev 21077
Merge
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
ccheung [Fri, 18 Oct 2013 19:44:40 -0700] rev 21075
Merge
dsamersoff [Fri, 18 Oct 2013 10:37:26 +0000] rev 21074
Merge
dsamersoff [Thu, 17 Oct 2013 17:01:04 +0000] rev 21073
Merge
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
sla [Thu, 17 Oct 2013 12:15:14 -0400] rev 21071
Merge
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
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
hseigel [Wed, 16 Oct 2013 15:26:12 -0400] rev 21068
Merge
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
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
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
dholmes [Mon, 21 Oct 2013 22:36:43 -0400] rev 21064
Merge
dholmes [Mon, 21 Oct 2013 21:06:20 -0400] rev 21063
Merge
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
amurillo [Mon, 21 Oct 2013 14:38:11 -0700] rev 21061
8023496: [jprt] build and test solaris 64-bits only
Reviewed-by: tbell, jcoomes
amurillo [Sat, 19 Oct 2013 08:52:21 -0700] rev 21060
8026928: new hotspot build - hs25-b56
Reviewed-by: jcoomes
cl [Thu, 24 Oct 2013 09:10:27 -0700] rev 21059
Added tag jdk8-b113 for changeset 031674170429
katleman [Mon, 28 Oct 2013 16:02:32 -0700] rev 21058
Merge
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
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
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
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
cl [Thu, 24 Oct 2013 09:10:01 -0700] rev 21053
Added tag jdk8-b113 for changeset 0cf466e2de61
duke [Wed, 05 Jul 2017 19:18:50 +0200] rev 21052
Added tag jdk8-b113 for changeset 4a4dbcf7cb7d
duke [Wed, 05 Jul 2017 19:18:50 +0200] rev 21051
Merge
duke [Wed, 05 Jul 2017 19:18:47 +0200] rev 21050
Merge
katleman [Wed, 23 Oct 2013 08:50:36 -0700] rev 21049
Merge
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
lana [Thu, 17 Oct 2013 16:13:39 -0700] rev 21047
Merge
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
mnunez [Thu, 17 Oct 2013 13:50:00 +0200] rev 21045
8008192: Better ordering checks needed in repeatingAnnotations/combo/ReflectionTest
Reviewed-by: jjg, jfranck
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
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
jjg [Wed, 16 Oct 2013 10:47:21 -0700] rev 21042
8026704: Build failure with --enable-debug
Reviewed-by: ksrini
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
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
chegar [Tue, 15 Oct 2013 21:12:33 +0100] rev 21039
Merge
chegar [Tue, 15 Oct 2013 20:47:55 +0100] rev 21038
Merge
chegar [Tue, 15 Oct 2013 14:17:11 +0100] rev 21037
Merge
chegar [Fri, 11 Oct 2013 19:05:18 +0100] rev 21036
Merge
chegar [Thu, 03 Oct 2013 19:28:07 +0100] rev 21035
Merge
chegar [Sat, 14 Sep 2013 20:46:37 +0100] rev 21034
Merge
chegar [Fri, 06 Sep 2013 10:05:08 +0100] rev 21033
Merge
chegar [Fri, 30 Aug 2013 10:17:10 +0100] rev 21032
Merge
chegar [Fri, 23 Aug 2013 22:12:54 +0100] rev 21031
Merge
chegar [Thu, 15 Aug 2013 21:34:46 +0100] rev 21030
Merge
chegar [Fri, 09 Aug 2013 14:44:53 +0100] rev 21029
Merge
chegar [Fri, 02 Aug 2013 11:11:28 +0100] rev 21028
Merge
chegar [Thu, 25 Jul 2013 19:06:03 +0100] rev 21027
Merge
bpatel [Wed, 24 Jul 2013 15:18:33 -0700] rev 21026
8016675: Make Javadoc pages more robust
Reviewed-by: jlaskey, ksrini
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
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
bpatel [Tue, 15 Oct 2013 11:20:27 -0700] rev 21023
8026370: javadoc creates empty <span class="italic"></span>
Reviewed-by: jjg