dcubed [Fri, 25 Oct 2013 10:16:40 -0700] rev 21131
8027117: adapt JDK-7165611 to new build-infra whitespace/indent policy
Summary: Fix whitespace/indent issues.
Reviewed-by: hseigel, coleenp, erikj, ihse
dholmes [Thu, 24 Oct 2013 20:47:41 -0400] rev 21130
8025673: [macosx] Disable X11 AWT toolkit
Summary: Disable but not completely remove the XAWT and headless toolkits on Mac OS X
Reviewed-by: anthony, art, ihse, erikj
Contributed-by: david.dehaven@oracle.com
dholmes [Thu, 24 Oct 2013 20:46:23 -0400] rev 21129
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: anthony, art, ihse, erikj
Contributed-by: david.dehaven@oracle.com
erikj [Thu, 24 Oct 2013 10:43:51 +0200] rev 21128
8009280: JCE jurisdiction policy files not copied into jdk/lib/security
Reviewed-by: tbell, ihse
cl [Thu, 24 Oct 2013 09:10:42 -0700] rev 21127
Added tag jdk8-b113 for changeset 70f69e624fc9
duke [Wed, 05 Jul 2017 19:19:16 +0200] rev 21126
Merge
katleman [Tue, 29 Oct 2013 14:56:30 -0700] rev 21125
Merge
katleman [Mon, 28 Oct 2013 16:02:40 -0700] rev 21124
Merge
dholmes [Thu, 24 Oct 2013 20:47:18 -0400] rev 21123
8025673: [macosx] Disable X11 AWT toolkit
Summary: Disable but not completely remove the XAWT and headless toolkits on Mac OS X
Reviewed-by: dholmes
Contributed-by: david.dehaven@oracle.com
amurillo [Fri, 25 Oct 2013 13:29:18 -0700] rev 21122
Added tag hs25-b56 for changeset 13045b381bc9
amurillo [Fri, 25 Oct 2013 13:29:17 -0700] rev 21121
Merge
jcoomes [Fri, 25 Oct 2013 08:38:42 -0700] rev 21120
Merge
tschatzl [Wed, 23 Oct 2013 10:23:06 +0200] rev 21119
8025728: Missing volatile specifier for field G1AllocRegion::_alloc_region
Summary: The field G1AllocRegion::_alloc_region needs to be declared volatile as it is used with that intention. Otherwise the compiler may generate the code that reloads the value which might have changed in the meantime, leading to spurious crashes.
Reviewed-by: iveresov, simonis, tschatzl
Contributed-by: Axel Siebenborn <axel.siebenborn@sap.com>
jcoomes [Tue, 22 Oct 2013 12:03:50 -0700] rev 21118
Merge
sjohanss [Tue, 22 Oct 2013 11:50:12 +0200] rev 21117
8026848: -XX:+G1SummarizeRSetStats can result in wrong exit code and crash
Summary: Changed the use of %d to SIZE_FORMAT macro in format string when printing size_t values.
Reviewed-by: stefank, ehelin
ehelin [Mon, 21 Oct 2013 14:20:47 +0200] rev 21116
8025834: NPE in Parallel Scavenge with -XX:+CheckUnhandledOops
Reviewed-by: coleenp, mgerdin, sspitsyn
stefank [Mon, 21 Oct 2013 01:04:01 -0700] rev 21115
Merge
stefank [Mon, 21 Oct 2013 09:34:10 +0200] rev 21114
8026781: Add missing test to exercise -XX:+UseLargePagesInMetaspace
Reviewed-by: mgerdin, brutisso
mgerdin [Fri, 18 Oct 2013 09:31:59 +0200] rev 21113
8026698: Incorrect error handling in Metaspace::allocate
Reviewed-by: stefank, jwilhelm
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
iveresov [Thu, 24 Oct 2013 16:25:24 -0700] rev 21111
Merge
iveresov [Thu, 24 Oct 2013 16:14:28 -0700] rev 21110
Merge
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
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
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
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
rbackman [Fri, 18 Oct 2013 10:41:56 +0200] rev 21105
8026844: Various Math functions needs intrinsification
Reviewed-by: kvn, twisti
iveresov [Wed, 23 Oct 2013 16:25:48 -0700] rev 21104
Merge
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
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
adlertz [Wed, 23 Oct 2013 19:22:28 +0000] rev 21101
Merge
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
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
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
rbackman [Tue, 22 Oct 2013 14:02:15 +0000] rev 21097
Merge
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
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
iveresov [Mon, 21 Oct 2013 17:34:27 -0700] rev 21094
Merge
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
iveresov [Sat, 19 Oct 2013 22:22:05 -0700] rev 21092
Merge
iignatyev [Sat, 19 Oct 2013 21:54:46 +0400] rev 21091
8023318: compiler/whitebox tests timeout with enabled TieredCompilation
Reviewed-by: kvn, twisti
iignatyev [Sat, 19 Oct 2013 21:54:44 +0400] rev 21090
8026414: [TESTBUG] Tests for Tiered/NonTiered levels
Reviewed-by: twisti, iveresov
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
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
adlertz [Fri, 18 Oct 2013 09:36:35 +0000] rev 21087
Merge
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
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
jjg [Mon, 14 Oct 2013 23:07:43 -0700] rev 21021
8025998: Missing LV table in lambda bodies
Reviewed-by: vromero
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
jjg [Mon, 14 Oct 2013 16:28:44 -0700] rev 21019
8026371: "tidy" issues in langtools/src/**/*.html files
Reviewed-by: darcy
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
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
lana [Fri, 11 Oct 2013 23:31:06 -0700] rev 21016
Merge
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
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
lana [Thu, 10 Oct 2013 20:57:27 -0700] rev 21013
Merge
lana [Thu, 10 Oct 2013 13:41:08 -0700] rev 21012
Merge
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
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
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
bpatel [Thu, 10 Oct 2013 10:51:15 -0700] rev 21008
8025633: Fix javadoc to generate valid anchor names
Reviewed-by: jjg
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
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
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
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>
cl [Thu, 17 Oct 2013 09:41:12 -0700] rev 21003
Added tag jdk8-b112 for changeset 96faa2507e3a
duke [Wed, 05 Jul 2017 19:18:32 +0200] rev 21002
Merge
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
katleman [Tue, 22 Oct 2013 16:10:31 -0700] rev 21000
Merge
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
lana [Thu, 17 Oct 2013 16:12:58 -0700] rev 20998
Merge
chegar [Tue, 15 Oct 2013 13:46:18 +0100] rev 20997
Merge
chegar [Fri, 11 Oct 2013 19:24:06 +0100] rev 20996
Merge
chegar [Thu, 03 Oct 2013 19:18:54 +0100] rev 20995
Merge
chegar [Sat, 14 Sep 2013 20:43:34 +0100] rev 20994
Merge
chegar [Fri, 06 Sep 2013 09:55:59 +0100] rev 20993
Merge
chegar [Fri, 30 Aug 2013 10:15:43 +0100] rev 20992
Merge
chegar [Fri, 23 Aug 2013 22:12:39 +0100] rev 20991
Merge
chegar [Thu, 15 Aug 2013 21:33:56 +0100] rev 20990
Merge
chegar [Fri, 09 Aug 2013 14:31:17 +0100] rev 20989
Merge
chegar [Fri, 02 Aug 2013 11:11:03 +0100] rev 20988
Merge
mkos [Thu, 01 Aug 2013 16:09:17 -0400] rev 20987
8017505: Better Client Service
Reviewed-by: mullan, ahgross, mgrebac
lana [Fri, 11 Oct 2013 21:26:38 -0700] rev 20986
Merge
lana [Thu, 10 Oct 2013 21:22:53 -0700] rev 20985
Merge
lana [Thu, 10 Oct 2013 10:03:29 -0700] rev 20984
Merge
cl [Thu, 17 Oct 2013 09:40:59 -0700] rev 20983
Added tag jdk8-b112 for changeset 7ac3e6a52e4c
duke [Wed, 05 Jul 2017 19:18:22 +0200] rev 20982
Merge
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
lana [Thu, 17 Oct 2013 17:48:51 -0700] rev 20980
Merge
lana [Thu, 17 Oct 2013 15:45:23 -0700] rev 20979
Merge
joehw [Thu, 17 Oct 2013 16:35:28 -0700] rev 20978
8016500: Unlocalized warnigs.
Reviewed-by: lancea
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
chegar [Tue, 15 Oct 2013 14:16:49 +0100] rev 20976
Merge
chegar [Fri, 11 Oct 2013 19:49:44 +0100] rev 20975
Merge
chegar [Fri, 23 Aug 2013 22:12:35 +0100] rev 20974
Merge
joehw [Tue, 20 Aug 2013 09:02:25 -0700] rev 20973
8022682: Supporting XOM
Reviewed-by: alanb, chegar, lancea
chegar [Thu, 15 Aug 2013 21:33:52 +0100] rev 20972
Merge
chegar [Fri, 09 Aug 2013 14:31:12 +0100] rev 20971
Merge
chegar [Fri, 02 Aug 2013 11:10:59 +0100] rev 20970
Merge
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
joehw [Wed, 31 Jul 2013 00:37:01 -0700] rev 20968
8014530: Better digital signature processing
Reviewed-by: alanb, dfuchs, mullan, lancea
chegar [Mon, 29 Jul 2013 14:07:44 +0100] rev 20967
Merge
chegar [Mon, 22 Jul 2013 14:02:14 +0100] rev 20966
Merge
dfuchs [Wed, 17 Jul 2013 18:46:28 +0200] rev 20965
8013502: Improve stream factories
Reviewed-by: joehw, mullan, lancea
joehw [Wed, 17 Jul 2013 09:31:39 -0700] rev 20964
8017298: Better XML support
Reviewed-by: alanb, dfuchs, mullan, lancea
joehw [Tue, 16 Jul 2013 14:06:04 -0700] rev 20963
8012425: Transform TransformerFactory
Reviewed-by: alanb, dfuchs, mullan
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
lana [Mon, 14 Oct 2013 09:52:52 -0700] rev 20961
Merge
lana [Fri, 11 Oct 2013 21:26:31 -0700] rev 20960
Merge
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
lana [Thu, 10 Oct 2013 21:22:52 -0700] rev 20958
Merge
lana [Thu, 10 Oct 2013 20:57:22 -0700] rev 20957
Merge
lana [Thu, 10 Oct 2013 10:03:21 -0700] rev 20956
Merge
joehw [Thu, 10 Oct 2013 17:01:05 -0700] rev 20955
8003262: reverse translation required changes in xalan resource bundles
Reviewed-by: lancea, dfuchs
cl [Thu, 17 Oct 2013 09:40:58 -0700] rev 20954
Added tag jdk8-b112 for changeset d0f3600edd98
duke [Wed, 05 Jul 2017 19:18:10 +0200] rev 20953
Merge
lana [Thu, 17 Oct 2013 16:19:45 -0700] rev 20952
Merge
sundar [Thu, 17 Oct 2013 13:02:07 +0530] rev 20951
Merge
hannesw [Wed, 16 Oct 2013 10:15:55 +0200] rev 20950
8026693: getType() called on DISCARD node
Reviewed-by: sundar, lagergren
hannesw [Wed, 16 Oct 2013 10:12:22 +0200] rev 20949
8026692: eval() throws NullPointerException with --compile-only
Reviewed-by: sundar, lagergren
sundar [Tue, 15 Oct 2013 22:13:56 +0530] rev 20948
Merge
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
hannesw [Tue, 15 Oct 2013 17:37:47 +0200] rev 20946
8026367: Add a sync keyword to mozilla_compat
Reviewed-by: sundar, attila, lagergren
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
attila [Mon, 14 Oct 2013 12:41:11 +0200] rev 20944
8026113: Nashorn arrays should automatically convert to Java arrays
Reviewed-by: jlaskey, sundar
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
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
lana [Fri, 11 Oct 2013 23:31:18 -0700] rev 20941
Merge
sundar [Fri, 11 Oct 2013 14:13:00 +0200] rev 20940
Merge