sadayapalam [Fri, 12 Jun 2015 10:58:31 +0530] rev 31139
8054304: Clarify treatment of bounds in j.l.r.Annotated{WildcardType,TypeVariable}.
Summary: Reflection APIs should return unannotated Object as the upper bound when there is no explicit upper bound.
Reviewed-by: darcy
lana [Thu, 18 Jun 2015 01:43:13 -0700] rev 31138
Added tag jdk9-b69 for changeset d24a2c340a47
duke [Wed, 05 Jul 2017 20:38:19 +0200] rev 31137
Merge
lana [Thu, 18 Jun 2015 10:23:45 -0700] rev 31136
Merge
amurillo [Mon, 15 Jun 2015 10:56:29 -0700] rev 31135
Merge
amurillo [Thu, 11 Jun 2015 12:02:12 -0700] rev 31134
Merge
roland [Tue, 12 May 2015 14:26:31 +0200] rev 31133
8085832: Optimize main and post loop out when pre loop is found empty
Summary: Eliminate main loop and post loop if pre loop becomes empty
Reviewed-by: kvn, mcberg
roland [Mon, 08 Jun 2015 18:35:17 +0200] rev 31132
8081823: C2 performs unsigned comparison against -1
Summary: x <= 0 || x > 0 wrongly folded as (x-1) >u -1
Reviewed-by: kvn, vlivanov
roland [Thu, 04 Jun 2015 16:19:22 +0200] rev 31131
8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed
Summary: Bail out from range check elimination if pre loop is not found
Reviewed-by: kvn
kvn [Thu, 04 Jun 2015 19:24:47 -0700] rev 31130
Merge
kvn [Wed, 03 Jun 2015 15:02:10 -0700] rev 31129
8081778: Use Intel x64 CPU instructions for RSA acceleration
Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods.
Reviewed-by: kvn, jrose
sgehwolf [Fri, 12 Jun 2015 16:09:45 +0100] rev 31128
8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms.
Summary: Use __builtin_frame_address(0) rather than returning address of local variable.
Reviewed-by: dholmes
lana [Thu, 18 Jun 2015 01:43:09 -0700] rev 31127
Added tag jdk9-b69 for changeset 4ba02b88b7ed
lana [Thu, 18 Jun 2015 10:23:33 -0700] rev 31126
Merge
erikj [Thu, 18 Jun 2015 17:00:44 +0200] rev 31125
8080915: [macosx] JDK 9 installation does not add java info to the java_home plist
Reviewed-by: tbell
erikj [Thu, 18 Jun 2015 10:15:41 +0200] rev 31124
8087208: Add devkit creation script for windows
Reviewed-by: ihse
erikj [Thu, 18 Jun 2015 10:08:42 +0200] rev 31123
8087193: Support building with devkits on Macosx
Reviewed-by: ihse
darcy [Tue, 16 Jun 2015 16:11:18 -0700] rev 31122
8098579: Remove non-existent javax.tools.annotation package from CORE_PKGS.gmk
Reviewed-by: jjg
lana [Thu, 18 Jun 2015 01:43:07 -0700] rev 31121
Added tag jdk9-b69 for changeset b5fc60ba6aa1
duke [Wed, 05 Jul 2017 20:38:06 +0200] rev 31120
Added tag jdk9-b69 for changeset d69c968463f0
duke [Wed, 05 Jul 2017 20:38:06 +0200] rev 31119
Merge
duke [Wed, 05 Jul 2017 20:38:03 +0200] rev 31118
Merge
lana [Thu, 11 Jun 2015 20:19:56 -0700] rev 31117
Merge
alundblad [Wed, 10 Jun 2015 11:18:10 +0200] rev 31116
8087115: Due to a javac type inference issue, sjavac doesn't compile with 8u31
Summary: Added explicit type arguments.
Reviewed-by: jlahoda
alundblad [Tue, 09 Jun 2015 15:57:45 +0200] rev 31115
8054717: SJavac should track changes in the public apis of classpath classes!
Summary: Added functionality for tracking changes in public APIs of classpath classes.
Reviewed-by: jlahoda, erikj
jlahoda [Tue, 09 Jun 2015 11:52:13 +0200] rev 31114
8082311: NPE when compiling expression with \"^\"
Summary: Using BinaryNumericOperator for numeric bitwise operators and BinaryBooleanOperator for boolean bitwise operators, as the common BinaryBitwiseOperator allowed to incorrectly combine numeric and boolean operands
Reviewed-by: mcimadamore
sadayapalam [Fri, 05 Jun 2015 18:43:11 +0530] rev 31113
8081521: Compiler has trouble compiling nested diamond allocation constructs involving anonymous classes.
Reviewed-by: mcimadamore
lana [Thu, 11 Jun 2015 10:44:19 -0700] rev 31112
Added tag jdk9-b68 for changeset 9bccf568791d
duke [Wed, 05 Jul 2017 20:37:58 +0200] rev 31111
Merge
lana [Thu, 11 Jun 2015 20:20:05 -0700] rev 31110
Merge
mkos [Fri, 05 Jun 2015 15:05:55 +0200] rev 31109
8072839: JAX-B Plugability Layer: using java.util.ServiceLoader
Reviewed-by: alanb
lana [Thu, 11 Jun 2015 10:44:13 -0700] rev 31108
Added tag jdk9-b68 for changeset e8e25f52dbd0
duke [Wed, 05 Jul 2017 20:37:55 +0200] rev 31107
Merge
lana [Thu, 11 Jun 2015 20:18:44 -0700] rev 31106
Merge
joehw [Mon, 08 Jun 2015 22:08:47 -0700] rev 31105
8080908: Develop test for Xerces Update: XPointer
Reviewed-by: lancea, joehw
Contributed-by: frank.yuan@oracle.com
joehw [Mon, 08 Jun 2015 21:59:07 -0700] rev 31104
8080906: Develop test for Xerces Update: DOM L3 Serializer
Reviewed-by: lancea, joehw
Contributed-by: frank.yuan@oracle.com
lana [Thu, 11 Jun 2015 10:44:12 -0700] rev 31103
Added tag jdk9-b68 for changeset 09305604d861
duke [Wed, 05 Jul 2017 20:37:51 +0200] rev 31102
Merge
lana [Thu, 11 Jun 2015 20:19:14 -0700] rev 31101
Merge
sundar [Thu, 11 Jun 2015 13:33:34 +0530] rev 31100
8087136: regression: apply on $EXEC fails with ClassCastException
Reviewed-by: hannesw, lagergren
mhaupt [Tue, 09 Jun 2015 09:27:02 +0200] rev 31099
8080490: add $EXECV command to Nashorn scripting mode
Summary: Additional arguments to the command line can be passed as a single array, or as a sequence of varargs.
Reviewed-by: attila, hannesw
sundar [Tue, 09 Jun 2015 14:19:57 +0530] rev 31098
8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
Reviewed-by: attila, hannesw
mhaupt [Mon, 08 Jun 2015 10:28:04 +0200] rev 31097
8085885: address Javadoc warnings in Nashorn source code
Reviewed-by: hannesw, lagergren
sundar [Mon, 08 Jun 2015 14:10:39 +0530] rev 31096
8085937: add autoimports sample script to easily explore Java classes in interactive mode
Reviewed-by: lagergren, attila
sundar [Mon, 08 Jun 2015 13:57:44 +0530] rev 31095
8085802: Nashorn -nse option causes parse error on anonymous function definition
Reviewed-by: lagergren, attila
sundar [Fri, 05 Jun 2015 19:05:37 +0530] rev 31094
8085810: Return value of Objects.requireNonNull call can be used
Reviewed-by: lagergren, attila
mhaupt [Fri, 05 Jun 2015 12:38:53 +0200] rev 31093
8080087: Nashorn $ENV.PWD is originally undefined
Summary: On Windows, the PWD environment variable does not exist and cannot be imported in scripting mode, so it is set explicitly.
Reviewed-by: lagergren, sundar
lana [Thu, 11 Jun 2015 10:44:20 -0700] rev 31092
Added tag jdk9-b68 for changeset 4b727de06e46
duke [Wed, 05 Jul 2017 20:37:47 +0200] rev 31091
Merge
lana [Thu, 11 Jun 2015 20:19:18 -0700] rev 31090
Merge
robm [Mon, 08 Jun 2015 21:32:26 +0100] rev 31089
7130985: Four helper classes missing in Sun JDK
Reviewed-by: coffeys, msheppar
lana [Thu, 11 Jun 2015 10:44:08 -0700] rev 31088
Added tag jdk9-b68 for changeset 32897056f998
duke [Wed, 05 Jul 2017 20:37:43 +0200] rev 31087
Merge
lana [Thu, 11 Jun 2015 20:18:55 -0700] rev 31086
Merge
bchristi [Thu, 11 Jun 2015 10:38:29 -0700] rev 31085
8064956: Remove sun.misc.ExtensionInstallationProvider and relevant classes
Reviewed-by: mchung, alanb
simonis [Thu, 11 Jun 2015 17:29:09 +0200] rev 31084
8081674: EmptyStackException at startup if running with extended or unsupported charset
Reviewed-by: mchung, alanb
rriggs [Wed, 10 Jun 2015 07:52:43 -0400] rev 31083
8086117: java/lang/Runtime/exec/LotsOfOutput.java still fails intermittently with Process consumes memory
Reviewed-by: chegar
kshefov [Wed, 10 Jun 2015 12:44:57 +0300] rev 31082
8085979: Make some DTLS feature functional tests work also for TLS protocol
Reviewed-by: xuelei
mullan [Tue, 09 Jun 2015 09:19:43 -0400] rev 31081
Merge
mullan [Tue, 09 Jun 2015 09:18:07 -0400] rev 31080
8056179: Store permissions in concurrent collections in PermissionCollection subclasses
8065942: Store PermissionCollection entries in a ConcurrentHashMap instead of a HashMap in Permissions class
Reviewed-by: weijun
psandoz [Tue, 09 Jun 2015 07:05:48 +0100] rev 31079
8080945: Improve the performance of primitive Arrays.sort for certain patterns of array elements
Reviewed-by: psandoz
Contributed-by: Sunny Chan <sunny.chan@gs.com>, Mohammad Rezaei <mohammad.rezaei@gs.com>
amurillo [Mon, 08 Jun 2015 17:19:50 -0700] rev 31078
Merge
amurillo [Mon, 08 Jun 2015 11:11:48 -0700] rev 31077
Merge
amurillo [Thu, 04 Jun 2015 15:38:00 -0700] rev 31076
Merge
kvn [Thu, 04 Jun 2015 12:49:55 -0700] rev 31075
Merge
vlivanov [Fri, 29 May 2015 17:05:33 +0300] rev 31074
8081320: Backout JDK-8059340: ConstantPool::_resolved_references is missing in heap dump
Reviewed-by: sspitsyn, coleenp
thartmann [Fri, 29 May 2015 12:49:32 +0200] rev 31073
Merge
thartmann [Fri, 22 May 2015 09:50:33 +0200] rev 31072
Merge
vlivanov [Thu, 21 May 2015 18:23:01 +0300] rev 31071
8059340: ConstantPool::_resolved_references is missing in heap dump
Reviewed-by: sspitsyn, stefank, twisti
vlivanov [Fri, 15 May 2015 19:23:27 +0300] rev 31070
8079205: CallSite dependency tracking is broken after sun.misc.Cleaner became automatically cleared
Reviewed-by: roland, psandoz, plevart, kbarrett, jrose
ihse [Tue, 02 Jun 2015 15:09:49 +0200] rev 31069
8081616: Remove hard-coded CFLAGS_WARNINGS_ARE_ERRORS to fully respect --disable-warnings-as-errors
Reviewed-by: erikj, dholmes
ykantser [Fri, 29 May 2015 20:15:18 +0200] rev 31068
Merge
ykantser [Wed, 27 May 2015 14:35:55 +0200] rev 31067
8081037: serviceability/sa/ tests time out on Windows
Reviewed-by: jbachorik, sla, dsamersoff
sla [Fri, 29 May 2015 12:48:58 +0200] rev 31066
Merge
dcubed [Thu, 28 May 2015 15:03:57 -0700] rev 31065
Merge
aeriksso [Thu, 28 May 2015 12:11:33 +0200] rev 31064
8080428: [TESTBUG] java/lang/invoke/8022701/MHIllegalAccess.java - FAIL: Unexpected wrapped exception java.lang.BootstrapMethodError
Reviewed-by: vlivanov
robm [Mon, 08 Jun 2015 21:35:36 +0100] rev 31063
7130985: Four helper classes missing in Sun JDK
Reviewed-by: coffeys, msheppar
aefimov [Mon, 08 Jun 2015 16:17:37 +0300] rev 31062
8080774: DateFormat for Singapore/English locale (en_SG) is M/d/yy instead of d/M/yy
Reviewed-by: naoto
avstepan [Mon, 08 Jun 2015 16:37:53 +0400] rev 31061
8081517: minor cleanup for docs
Summary: fix some tidy and javadoc warnings/errors
Reviewed-by: lancea, rriggs
juh [Fri, 05 Jun 2015 11:27:22 -0700] rev 31060
8076535: Deprecate the com.sun.jarsigner package
Reviewed-by: mullan
robm [Fri, 05 Jun 2015 14:20:40 +0100] rev 31059
8080819: Inet4AddressImpl regression caused by JDK-7180557
Reviewed-by: michaelm
Contributed-by: brian.toal@gmail.com
kshefov [Fri, 05 Jun 2015 13:14:36 +0300] rev 31058
8068416: LFGarbageCollectedTest.java fails with OOME: "GC overhead limit exceeded"
Reviewed-by: vlivanov
kshefov [Fri, 05 Jun 2015 12:22:36 +0300] rev 31057
8072515: Test Task: Develop new tests for JEP 219: Datagram Transport Layer Security (DTLS)
Reviewed-by: xuelei, asmotrak, rhalade
lana [Thu, 11 Jun 2015 10:44:14 -0700] rev 31056
Added tag jdk9-b68 for changeset 16c2f760e636
duke [Wed, 05 Jul 2017 20:37:33 +0200] rev 31055
Merge
lana [Thu, 11 Jun 2015 20:19:26 -0700] rev 31054
Merge
enevill [Wed, 10 Jun 2015 12:29:07 +0000] rev 31053
8085805: aarch64: AdvancedThresholdPolicy lacks tuning of InlineSmallCode size
Summary: Set default value of InlineSmallCode to 2500 on aarch64
Reviewed-by: kvn
amurillo [Mon, 08 Jun 2015 11:11:47 -0700] rev 31052
Merge
amurillo [Thu, 04 Jun 2015 15:38:00 -0700] rev 31051
Merge
kvn [Thu, 04 Jun 2015 12:52:30 -0700] rev 31050
Merge
roland [Fri, 29 May 2015 17:56:50 +0200] rev 31049
Merge
roland [Fri, 29 May 2015 16:09:16 +0200] rev 31048
8080976: Unexpected AIOOB thrown from 1.9.0-ea-b64 on (regression)
Summary: Loop variant use in reduction should prevent vectorization
Reviewed-by: kvn, mcberg
vlivanov [Fri, 29 May 2015 17:04:22 +0300] rev 31047
8001622: loadUB2L_immI8 & loadUS2L_immI16 rules don't match some 8-bit/16-bit masks
Reviewed-by: dlong, kvn, roland
vlivanov [Fri, 29 May 2015 17:04:21 +0300] rev 31046
8081320: Backout JDK-8059340: ConstantPool::_resolved_references is missing in heap dump
Reviewed-by: sspitsyn, coleenp
thartmann [Fri, 29 May 2015 12:49:31 +0200] rev 31045
Merge
roland [Fri, 22 May 2015 09:14:18 +0200] rev 31044
8080699: Assert failed: Not a Java pointer in JCK test
Summary: Eliminated arraycopy node still reachable through exception edges
Reviewed-by: kvn
thartmann [Fri, 22 May 2015 13:08:50 +0200] rev 31043
Merge
thartmann [Fri, 22 May 2015 13:02:47 +0200] rev 31042
8080156: Integer.toString(int value) sometimes throws NPE
Summary: Added test to check correctness of type propagation to CmpUNodes.
Reviewed-by: kvn
thartmann [Fri, 22 May 2015 09:50:32 +0200] rev 31041
Merge
roland [Thu, 21 May 2015 20:29:09 +0200] rev 31040
Merge
aeriksso [Thu, 21 May 2015 16:49:11 +0200] rev 31039
8060036: C2: CmpU nodes can end up with wrong type information
Summary: CmpU needs to be reprocessed by CCP when an AddI/SubI input's input type change
Reviewed-by: mcberg, kvn, roland
Contributed-by: andreas.eriksson@oracle.com
vlivanov [Thu, 21 May 2015 18:22:33 +0300] rev 31038
8059340: ConstantPool::_resolved_references is missing in heap dump
Reviewed-by: sspitsyn, stefank, twisti
vlivanov [Fri, 15 May 2015 19:23:11 +0300] rev 31037
8079205: CallSite dependency tracking is broken after sun.misc.Cleaner became automatically cleared
Reviewed-by: roland, psandoz, plevart, kbarrett, jrose
vlivanov [Fri, 15 May 2015 19:21:46 +0300] rev 31036
8079135: C2 disables some optimizations when a large number of unique nodes exist
Reviewed-by: kvn
roland [Thu, 21 May 2015 13:54:07 +0200] rev 31035
8077504: Unsafe load can loose control dependency and cause crash
Summary: Node::depends_only_on_test() should return false for Unsafe loads
Reviewed-by: kvn, adinn
jwilhelm [Thu, 04 Jun 2015 14:19:51 +0200] rev 31034
Merge
kbarrett [Wed, 03 Jun 2015 14:38:54 -0400] rev 31033
8079093: Remove FakeRttiSupport workaround for gcc -Wtype-limits
Summary: Remove the no longer needed workaround.
Reviewed-by: jmasa, david, simonis
ysuenaga [Wed, 03 Jun 2015 08:49:34 +0900] rev 31032
8072913: [REDO] GCCause should distinguish jcmd GC.run from System.gc()
Summary: GCCause which is caused by GC.run diagnostic command should be different from System.gc() .
Reviewed-by: jmasa, jwilhelm
stefank [Wed, 03 Jun 2015 13:29:53 +0200] rev 31031
Merge
stefank [Wed, 03 Jun 2015 11:46:07 +0200] rev 31030
8081682: AbstractWorkGang::_terminate is never used
Reviewed-by: kbarrett, pliden, brutisso
kbarrett [Tue, 02 Jun 2015 19:19:37 -0400] rev 31029
8076613: gc/TestSmallHeap.java failed with OOME
Summary: Disable test when compressed oops are disabled.
Reviewed-by: tschatzl, brutisso
jprovino [Fri, 29 May 2015 10:44:32 -0400] rev 31028
8081508: metaspace/shrink_grow/CompressedClassSpaceSize fails with OOM: Compressed class space
Summary: OOME is thrown even though there is metaspace available.
Reviewed-by: jmasa, kbarrett
aeriksso [Tue, 02 Jun 2015 10:41:18 +0200] rev 31027
8072588: JVM crashes in JNI if toString is declared as an interface method
Summary: Check for a valid itable index instead of checking if the holder is an interface
Reviewed-by: dsimms, dholmes
ctornqvi [Mon, 01 Jun 2015 14:02:59 -0700] rev 31026
8080718: Make -XX:CreateCoredumpOnCrash control core dumping in all cases
Reviewed-by: sla, dholmes, gtriantafill
ctornqvi [Mon, 01 Jun 2015 14:01:20 -0700] rev 31025
8080446: The change for 8074354 removed the server check when creating minidumps on Windows
Reviewed-by: sla, hseigel
sla [Fri, 29 May 2015 09:48:58 +0200] rev 31024
8080928: Uninitialised variable in hotspot/src/share/vm/prims/jvmtiEnvBase.cpp
Reviewed-by: mgronlun, sspitsyn
ysuenaga [Fri, 29 May 2015 22:29:44 +0900] rev 31023
8081475: SystemTap does not work when JDK is compiled with GCC 5
Summary: libjvm.so which is generated by GCC 5 does not have .note.stapsdt section as dtrace was disabled due to incorrect version check
Reviewed-by: dholmes, coleenp
hseigel [Fri, 29 May 2015 23:19:42 +0200] rev 31022
Merge
hseigel [Fri, 29 May 2015 15:23:41 -0400] rev 31021
8076319: jstat verified class fix
Summary: Move verify perf data so that it only counts classes that actually get verified.
Reviewed-by: acorn, coleenp, gtriantafill
coleenp [Fri, 29 May 2015 21:49:02 +0200] rev 31020
Merge