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
coleenp [Fri, 29 May 2015 11:35:51 -0400] rev 31019
8029567: Clean up linkResolver code
Summary: Moved non-const reference return values to actual return values, refactored error handling code, remove oop from Method* variable names.
Reviewed-by: jiangli, lfoltan, acorn
ykantser [Wed, 27 May 2015 14:13:20 +0200] rev 31018
8081037: serviceability/sa/ tests time out on Windows
Reviewed-by: jbachorik, sla, dsamersoff
lana [Thu, 11 Jun 2015 10:44:09 -0700] rev 31017
Added tag jdk9-b68 for changeset 930f9e292f20
lana [Thu, 11 Jun 2015 20:18:41 -0700] rev 31016
Merge
omajid [Thu, 11 Jun 2015 10:37:11 -0400] rev 31015
8087156: SetupNativeCompilation ignores CFLAGS_release for cpp files
Reviewed-by: erikj
alundblad [Tue, 09 Jun 2015 16:08:38 +0200] rev 31014
8054717: SJavac should track changes in the public apis of classpath classes!
Summary: Adjusted Java compilation to accomodate for changes to sjavac.
Reviewed-by: erikj
amurillo [Mon, 08 Jun 2015 11:11:46 -0700] rev 31013
Merge
amurillo [Thu, 04 Jun 2015 15:37:59 -0700] rev 31012
Merge
ykantser [Thu, 28 May 2015 16:31:47 +0200] rev 31011
8081037: serviceability/sa/ tests time out on Windows
Reviewed-by: jbachorik, sla, dsamersoff
lana [Thu, 11 Jun 2015 10:44:07 -0700] rev 31010
Added tag jdk9-b68 for changeset 55a005ebb6c2
duke [Wed, 05 Jul 2017 20:37:12 +0200] rev 31009
Added tag jdk9-b68 for changeset 5b500c93ce48
duke [Wed, 05 Jul 2017 20:37:12 +0200] rev 31008
Merge
duke [Wed, 05 Jul 2017 20:37:09 +0200] rev 31007
Merge
lana [Thu, 04 Jun 2015 18:50:30 -0700] rev 31006
Merge
jlahoda [Thu, 04 Jun 2015 09:05:52 +0200] rev 31005
8039262: Java compiler performance degradation jdk1.7 vs. jdk1.6 should be amended
Summary: Avoiding Scope listener leak by avoiding cache misses in Types.MembersClosureCache
Reviewed-by: mcimadamore, vromero
Contributed-by: maurizio.cimadamore@oracle.com
darcy [Mon, 01 Jun 2015 15:19:54 -0700] rev 31004
8075546: Add tiered testing definitions to the langtools repo
Reviewed-by: jjg
sadayapalam [Sat, 30 May 2015 06:17:50 +0530] rev 31003
8077667: 'variable may not have been initialized' error for parameter in lambda function
Summary: JDK-8077667: Fix bogus diagnostic about lambda parameter not being initialized
Reviewed-by: mcimadamore
jjg [Fri, 29 May 2015 17:15:10 -0700] rev 31002
8081538: test CheckEBCDICLocaleTest is failing
Reviewed-by: vromero
jjg [Fri, 29 May 2015 15:50:31 -0700] rev 31001
8081541: @ignore CheckEBCDICLocaleTest
Reviewed-by: vromero
vromero [Fri, 29 May 2015 14:04:57 -0700] rev 31000
8073372: Redundant CONSTANT_Class entry not generated for inlined constant
Reviewed-by: jjg
sadayapalam [Fri, 29 May 2015 10:15:36 +0530] rev 30999
8080842: Using Lambda Expression with name clash results in ClassFormatError
Summary: Ensure ScopeImpl can cope properly with remove when a field and method share the name
Reviewed-by: mcimadamore, jlahoda
sadayapalam [Fri, 29 May 2015 09:15:42 +0530] rev 30998
8081271: NPE while compiling a program with erroneous use of constructor reference expressions
Summary: Missing enclosing instance error should not be swallowed when attributing constructor reference expressions.
Reviewed-by: mcimadamore, vromero
katleman [Thu, 04 Jun 2015 09:31:52 -0700] rev 30997
Added tag jdk9-b67 for changeset c275389a3680
duke [Wed, 05 Jul 2017 20:37:04 +0200] rev 30996
Merge
lana [Thu, 04 Jun 2015 18:49:20 -0700] rev 30995
Merge
mkos [Tue, 02 Jun 2015 10:59:48 +0200] rev 30994
8080502: Update JAXB and JAX-WS to work with resource encapsulation
Reviewed-by: alanb
katleman [Thu, 04 Jun 2015 09:31:49 -0700] rev 30993
Added tag jdk9-b67 for changeset 2a45cd1813f7
duke [Wed, 05 Jul 2017 20:37:00 +0200] rev 30992
Merge
lana [Thu, 04 Jun 2015 18:49:07 -0700] rev 30991
Merge
darcy [Mon, 01 Jun 2015 17:31:45 -0700] rev 30990
8075551: Add tiered testing definitions to the jaxp repo
Reviewed-by: joehw
aefimov [Fri, 29 May 2015 12:28:40 +0300] rev 30989
8081392: getNodeValue should return 'null' value for Element nodes
Reviewed-by: joehw
katleman [Thu, 04 Jun 2015 09:31:48 -0700] rev 30988
Added tag jdk9-b67 for changeset 0944ee4b0119
duke [Wed, 05 Jul 2017 20:36:56 +0200] rev 30987
Merge
lana [Thu, 04 Jun 2015 18:49:16 -0700] rev 30986
Merge
attila [Wed, 03 Jun 2015 16:28:57 +0200] rev 30985
8081813: JSONListAdapter should delegate its [[DefaultValue]] to wrapped object
Reviewed-by: lagergren, sundar
sundar [Wed, 03 Jun 2015 18:44:12 +0530] rev 30984
8081809: Missing final modifier in method parameters (nashorn code convention)
Reviewed-by: attila, hannesw
hannesw [Wed, 03 Jun 2015 09:36:58 +0200] rev 30983
8066220: Fuzzing bug: MethodHandle bug (Object,Object) != (boolean)Object
Reviewed-by: lagergren, attila, sundar
mhaupt [Tue, 02 Jun 2015 17:08:13 +0200] rev 30982
8081696: reduce dependency of Nashorn tests on external components
Reviewed-by: attila, sundar
mhaupt [Tue, 02 Jun 2015 14:35:03 +0200] rev 30981
8080275: transparently download testng.jar for Nashorn testing
Summary: Instead of asking the user to manually download and install testng.jar, automate the process via "ant externals".
Reviewed-by: hannesw, sundar
mhaupt [Tue, 02 Jun 2015 14:34:37 +0200] rev 30980
8081668: fix Nashorn ant externals command
Summary: update URLs for Showdown (JavaScript Markdown implementation) download
Reviewed-by: hannesw, sundar
mhaupt [Tue, 02 Jun 2015 10:40:19 +0200] rev 30979
8081604: rename ScriptingFunctions.tokenizeCommandLine
Summary: This used to be a single-purpose private helper; it is now used by external clients, and for new purposes. Consequently, it deserves a less specific name.
Reviewed-by: attila, lagergren, sundar
mhaupt [Tue, 02 Jun 2015 10:40:10 +0200] rev 30978
8081603: erroneous dot file generated from Nashorn --print-code
Summary: Emit a dot label string-conformant line break instead of a hard one to avoid strings ranging across an EOL.
Reviewed-by: attila, lagergren, sundar
attila [Tue, 02 Jun 2015 10:55:17 +0200] rev 30977
8066773: JSON-friendly wrapper for objects
Reviewed-by: jlaskey, lagergren, sundar
darcy [Tue, 02 Jun 2015 00:16:20 -0700] rev 30976
8075555: Add tiered testing definitions to the nashorn repo
Reviewed-by: lagergren
sundar [Tue, 02 Jun 2015 12:42:53 +0530] rev 30975
8081609: engine.eval call from a java method which was called from a previous engine.eval results in wrong ScriptContext being used.
Reviewed-by: attila, lagergren
attila [Mon, 01 Jun 2015 15:01:36 +0200] rev 30974
8066218: UTF-32LE mistakenly detected as UTF-16LE
Reviewed-by: lagergren, sundar
katleman [Thu, 04 Jun 2015 09:31:52 -0700] rev 30973
Added tag jdk9-b67 for changeset 86337dfa5da2
duke [Wed, 05 Jul 2017 20:36:51 +0200] rev 30972
Merge
katleman [Thu, 04 Jun 2015 09:31:46 -0700] rev 30971
Added tag jdk9-b67 for changeset a5240da82a64
duke [Wed, 05 Jul 2017 20:36:48 +0200] rev 30970
Merge
lana [Thu, 04 Jun 2015 18:49:37 -0700] rev 30969
Merge
smarks [Thu, 04 Jun 2015 18:28:14 -0700] rev 30968
8072726: add adapter to convert Enumeration to Iterator
Reviewed-by: redestad, forax, chegar, dfuchs, psandoz, rriggs, briangoetz
darcy [Thu, 04 Jun 2015 18:11:43 -0700] rev 30967
8083664: Update AudioFileWriter to generate working @see reference
8083436: Doclint regression introduced by JDK-8043758
Reviewed-by: alanb, wetmore, xuelei
chegar [Thu, 04 Jun 2015 19:28:45 +0100] rev 30966
8085858: Better failure output for test/java/util/Arrays/ParallelPrefix.java
Reviewed-by: psandoz, igerasim
chegar [Thu, 04 Jun 2015 19:00:56 +0100] rev 30965
Merge
sla [Fri, 29 May 2015 11:05:52 +0200] rev 30964
8081470: com/sun/jdi tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
Reviewed-by: mgerdin, brutisso, iignatyev
coffeys [Thu, 04 Jun 2015 18:16:25 +0100] rev 30963
8072384: Setting IP_TOS on java.net sockets not working on unix
Reviewed-by: michaelm
chegar [Thu, 04 Jun 2015 10:27:06 +0100] rev 30962
8080835: Add blocking bulk read to java.io.InputStream
Reviewed-by: alanb, rriggs, prappo
chegar [Thu, 04 Jun 2015 10:24:31 +0100] rev 30961
8079778: Add intermittent tag to java/rmi/activation/rmidViaInheritedChannel/RmidViaInheritedChannel.java
Reviewed-by: chegar, msheppar
plevart [Thu, 04 Jun 2015 10:58:17 +0200] rev 30960
8079063: ZoneOffsetTransitionRule.of should throw IAE for non-zero nanoseconds
Reviewed-by: rriggs, scolebourne
weijun [Thu, 04 Jun 2015 15:29:29 +0800] rev 30959
8031111: fix krb5 caddr
Reviewed-by: valeriep
weijun [Thu, 04 Jun 2015 15:29:23 +0800] rev 30958
8079821: MSOID2.java test is not perfect
Reviewed-by: valeriep
rriggs [Thu, 04 Jun 2015 03:38:56 +0200] rev 30957
Merge
rriggs [Wed, 03 Jun 2015 18:18:05 -0400] rev 30956
8067808: java/lang/ProcessBuilder/Basic.java failed on Assertion
Summary: Change to use javaChild reporting its pid not portable
Reviewed-by: igerasim
rriggs [Wed, 03 Jun 2015 18:17:04 -0400] rev 30955
8081567: java/lang/ProcessHandle/InfoTest.java failed Cannot run program "whoami"
Summary: Replace use of whoami with checking the user against a file created
Reviewed-by: igerasim
ddehaven [Wed, 03 Jun 2015 18:11:45 -0700] rev 30954
Merge
ddehaven [Tue, 26 May 2015 15:18:09 -0700] rev 30953
Merge
prr [Tue, 26 May 2015 15:06:42 -0700] rev 30952
8081231: JDK9 client build broken on Windows
Reviewed-by: azvegint
aivanov [Tue, 26 May 2015 14:47:12 +0300] rev 30951
8080628: No mnemonics on Open and Save buttons in JFileChooser
Reviewed-by: serb, alexsch
ssadetsky [Tue, 26 May 2015 08:33:32 +0300] rev 30950
8079640: GroupLayout incorrect layout with large JTextArea
Reviewed-by: serb, alexsch, azvegint
ssadetsky [Mon, 25 May 2015 16:10:12 +0300] rev 30949
8003399: JFileChooser gives wrong path to selected file when saving to Libraries folder on Windows 7
Reviewed-by: serb, ant
serb [Fri, 22 May 2015 23:26:00 +0300] rev 30948
6587235: Incorrect javadoc: "no parameter" in 2d source code
Reviewed-by: azvegint, prr
serb [Fri, 22 May 2015 19:27:33 +0300] rev 30947
8071306: GUI perfomance are very slow compared java 1.6.0_45
Reviewed-by: azvegint, ant
serb [Sat, 16 May 2015 21:31:36 +0300] rev 30946
8041654: OutOfMemoryError: RepaintManager doesn't clean up cache of volatile images
Reviewed-by: azvegint, ant
alexsch [Fri, 22 May 2015 15:27:28 +0400] rev 30945
8080137: Dragged events for extra mouse buttons (4, 5, 6) are not generated on JSplitPane
Reviewed-by: serb, azvegint
alexsch [Fri, 22 May 2015 15:19:05 +0400] rev 30944
8065739: [macosx] Frame warps to lower left of screen when
7124365: [macosx] setMaximizedBounds() should be implemented
Reviewed-by: serb, azvegint
psadhukhan [Wed, 20 May 2015 17:10:15 +0300] rev 30943
8015368: javax/print/attribute/URLPDFPrinting.java fails on solaris with java.net.ConnectException: Connection timed out
Reviewed-by: prr, serb
ptbrunet [Tue, 19 May 2015 20:40:49 -0500] rev 30942
8078408: Java version applet hangs with Voice over turned on
Summary: add null check to fix NPE
Reviewed-by: prr, serb, alexsch
Contributed-by: peter.brunet@oracle.com
serb [Tue, 19 May 2015 21:58:47 +0300] rev 30941
8080488: JNI exception pending in jdk/src/windows/native/sun/windows/awt_Frame.cpp
Reviewed-by: dcherepanov, aivanov
ssadetsky [Tue, 19 May 2015 19:00:04 +0300] rev 30940
6260348: GTK+ L&F JTextComponent not respecting desktop caret blink rate
Reviewed-by: alexsch, azvegint
ssadetsky [Tue, 19 May 2015 16:27:33 +0300] rev 30939
7172652: With JDK 1.7 text field does not obtain focus when using mnemonic Alt/Key combin
Reviewed-by: alexsch, azvegint
serb [Sat, 16 May 2015 02:37:16 +0300] rev 30938
8030087: Avoid public native methods in sun.awt packages
Reviewed-by: azvegint, prr
serb [Fri, 15 May 2015 22:11:14 +0300] rev 30937
8080341: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
Reviewed-by: alexsch, prr
ddehaven [Thu, 14 May 2015 09:12:16 -0700] rev 30936
8080343: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
Reviewed-by: prr, serb
azvegint [Fri, 15 May 2015 14:18:20 +0300] rev 30935
8072448: Can not input Japanese in JTextField on RedHat Linux
Reviewed-by: alexsch, serb
aivanov [Thu, 14 May 2015 18:23:39 +0300] rev 30934
8033069: mouse wheel scroll closes combobox popup
Reviewed-by: serb, alexsch
serb [Thu, 14 May 2015 02:05:02 +0300] rev 30933
6368321: MetalRootPaneUI calls to deprecated code
Reviewed-by: alexsch, azvegint
prr [Wed, 13 May 2015 14:25:22 -0700] rev 30932
Merge
serb [Wed, 13 May 2015 19:19:03 +0300] rev 30931
5109918: Wrong documentation for JSpinner.DateEditor constructor
Reviewed-by: alexsch, azvegint
serb [Wed, 13 May 2015 18:06:19 +0300] rev 30930
8072775: Tremendous memory usage by JTextArea
Reviewed-by: vadim, prr
van [Tue, 12 May 2015 13:45:49 -0700] rev 30929
8075609: java.lang.IllegalArgumentException: aContainer is not a focus cycle root of aComponent
Reviewed-by: alexsch, ant
psadhukhan [Tue, 12 May 2015 20:30:48 +0300] rev 30928
8077584: Value of java.awt.font.OpenType.TAG_OPBD is incorrect
Reviewed-by: serb, prr
alexsch [Tue, 12 May 2015 16:43:32 +0400] rev 30927
8079255: [macosx] Test closed/java/awt/Robot/RobotWheelTest/RobotWheelTest fails for Mac only
Reviewed-by: serb
ssadetsky [Tue, 12 May 2015 09:22:53 +0300] rev 30926
8078483: Apparent endless loop running JEditorPanePaintTest
Reviewed-by: serb, alexsch
ssadetsky [Tue, 12 May 2015 09:18:31 +0300] rev 30925
8001470: JTextField's size is computed incorrectly when it contains Indic or Thai characters
Reviewed-by: serb, alexsch
pchelko [Sat, 09 May 2015 02:08:15 +0300] rev 30924
8035568: [macosx] Cursor management unification
Reviewed-by: anthony, serb
serb [Fri, 08 May 2015 20:43:46 +0300] rev 30923
8015900: [TEST_BUG] ScrollbarMouseWheelTest failed on ubuntu 12 with unity and unity 2D
Reviewed-by: azvegint, yan
serb [Fri, 08 May 2015 20:06:08 +0300] rev 30922
8013820: JavaDoc for JSpinner contains errors
Reviewed-by: azvegint, alexsch
serb [Fri, 08 May 2015 19:31:09 +0300] rev 30921
5036022: JSpinner does not reflect new font on subsequent calls to setFont
Reviewed-by: azvegint, alexsch
serb [Fri, 08 May 2015 19:14:16 +0300] rev 30920
8078149: [macosx] The text of the TextArea is not wrapped at word boundaries
Reviewed-by: azvegint, alexsch
ssadetsky [Fri, 08 May 2015 17:40:43 +0300] rev 30919
7190544: Nimbus LaF: regression UnitTest failure
Reviewed-by: alexsch, azvegint, serb
ssadetsky [Fri, 08 May 2015 17:35:15 +0300] rev 30918
7155957: closed/java/awt/MenuBar/MenuBarStress1/MenuBarStress1.java hangs on win 64 bit with jdk8
Reviewed-by: serb, ant
ssadetsky [Fri, 08 May 2015 16:46:24 +0300] rev 30917
7072653: JComboBox popup mispositioned if its height exceeds the screen height
Reviewed-by: alexsch, azvegint
ssadetsky [Fri, 08 May 2015 15:37:38 +0300] rev 30916
6980209: Make tracking SecondaryLoop.enter/exit methods easier
Reviewed-by: serb, ant
xuelei [Thu, 04 Jun 2015 00:19:16 +0000] rev 30915
8081792: buffer size calculation issue in NativeGCMCipher
Reviewed-by: valeriep
ksrini [Wed, 03 Jun 2015 14:35:17 -0700] rev 30914
8081824: Remove dead code GetPublicJREHome in the launcher
Reviewed-by: mchung
igerasim [Wed, 03 Jun 2015 19:26:58 +0300] rev 30913
8058779: Faster implementation of String.replace(CharSequence, CharSequence)
Reviewed-by: sherman, plevart, forax, psandoz
amlu [Wed, 03 Jun 2015 15:33:28 +0100] rev 30912
8081773: sun/net/www/protocol/https/ChunkedOutputStream.java references library that doesn't exist
Reviewed-by: chegar
chegar [Wed, 03 Jun 2015 15:30:44 +0100] rev 30911
8071474: Better failure atomicity for default read object
Reviewed-by: plevart, coffeys
sla [Wed, 03 Jun 2015 12:37:52 +0200] rev 30910
8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
Reviewed-by: sla
Contributed-by: amy.lu@oracle.com
amurillo [Tue, 02 Jun 2015 09:15:47 -0700] rev 30909
Merge
amurillo [Mon, 01 Jun 2015 10:15:21 -0700] rev 30908
Merge
amurillo [Thu, 28 May 2015 11:37:14 -0700] rev 30907
Merge
jbachorik [Tue, 26 May 2015 11:57:51 +0200] rev 30906
8080663: Use sun.misc.SharedSecrets to allow access from java.management to @ConstructorProperties
Reviewed-by: alanb, mchung, dfuchs
weijun [Tue, 02 Jun 2015 22:26:36 +0800] rev 30905
8038089: TLS optional support for Kerberos cipher suites needs to be re-examine
Reviewed-by: xuelei
xuelei [Tue, 02 Jun 2015 04:01:04 +0000] rev 30904
8043758: Datagram Transport Layer Security (DTLS)
Reviewed-by: jnimeh, weijun, mullan, wetmore
rriggs [Mon, 01 Jun 2015 10:29:06 -0400] rev 30903
8081566: java/lang/ProcessHandle/InfoTest.java failed on case sensitive command
Reviewed-by: lancea, alanb
rriggs [Mon, 01 Jun 2015 10:27:24 -0400] rev 30902
8081565: javac lint warnings in jdk testlibrary
Reviewed-by: lancea
igerasim [Sat, 30 May 2015 15:19:15 +0300] rev 30901
7011441: jndi/ldap/Connection.java needs to avoid spurious wakeup
Reviewed-by: dholmes
rriggs [Fri, 29 May 2015 15:17:07 -0400] rev 30900
8081536: (process) remove unreliable ScaleTest from ProcessHandle tests
Reviewed-by: darcy
rriggs [Fri, 29 May 2015 14:04:12 -0400] rev 30899
8077350: JEP 102 Process API Updates Implementation
Reviewed-by: chegar, plevart, psandoz, darcy, martin, alanb
sherman [Fri, 29 May 2015 10:28:28 -0700] rev 30898
8081522: build failed with jdk8081452 change.
Summary: to remove the missed import line
Reviewed-by: alanb
igerasim [Fri, 29 May 2015 19:20:22 +0300] rev 30897
8081027: Create a common test to check adequacy of initial size of static HashMap/ArrayList fields
Reviewed-by: martin
sherman [Fri, 29 May 2015 09:08:36 -0700] rev 30896
8081452: Move sun.nio.cs.AbstractCharsetProvider into jdk.charset/sun.nio.cs.ext
Summary: to AbstractCharsetProvider class from base.java module to jdk.charsets module
Reviewed-by: alanb
aefimov [Fri, 29 May 2015 12:28:46 +0300] rev 30895
8081392: getNodeValue should return 'null' value for Element nodes
Reviewed-by: joehw
weijun [Fri, 29 May 2015 09:41:20 +0800] rev 30894
8051952: Unreachable.java test failing on Windows
Reviewed-by: xuelei
katleman [Thu, 04 Jun 2015 09:31:49 -0700] rev 30893
Added tag jdk9-b67 for changeset 00438d7bb747
duke [Wed, 05 Jul 2017 20:36:34 +0200] rev 30892
Merge
lana [Thu, 04 Jun 2015 18:50:05 -0700] rev 30891
Merge
enevill [Thu, 04 Jun 2015 12:04:18 +0000] rev 30890
8079565: aarch64: Add vectorization support for aarch64
Summary: Add vectorization support
Reviewed-by: roland
enevill [Wed, 27 May 2015 09:02:08 +0000] rev 30889
8081289: aarch64: add support for RewriteFrequentPairs in interpreter
Summary: Add support for RewriteFrequentPairs
Reviewed-by: roland
Contributed-by: alexander.alexeev@caviumnetworks.com
amurillo [Tue, 02 Jun 2015 09:15:32 -0700] rev 30888
Merge
amurillo [Mon, 01 Jun 2015 10:15:20 -0700] rev 30887
Merge
amurillo [Thu, 28 May 2015 11:37:13 -0700] rev 30886
Merge
jwilhelm [Thu, 28 May 2015 16:01:10 +0200] rev 30885
Merge
brutisso [Wed, 27 May 2015 09:04:14 +0200] rev 30884
8081039: G1: Remove unused statistics code in G1NoteEndOfConcMarkClosure and G1ParNoteEndTask
Reviewed-by: jmasa, kbarrett
stefank [Tue, 26 May 2015 10:06:03 +0200] rev 30883
8081007: Remove redundant active worker variables and calls in ParNewGeneration::collect
Reviewed-by: pliden, kbarrett, ehelin
jwilhelm [Mon, 25 May 2015 16:59:28 +0200] rev 30882
Merge
stefank [Mon, 25 May 2015 11:41:34 +0200] rev 30881
8080879: Remove FlexibleWorkGang::set_for_termination
Reviewed-by: brutisso, kbarrett, pliden
sjohanss [Mon, 25 May 2015 11:39:43 +0200] rev 30880
8080746: Refactor oop iteration macros to be more general
Reviewed-by: stefank, pliden
stefank [Mon, 25 May 2015 09:28:47 +0200] rev 30879
Merge
stefank [Fri, 22 May 2015 13:35:29 +0200] rev 30878
8080877: Don't use workers()->total_workers() when walking G1CollectedHeap::_task_queues
Reviewed-by: jmasa, drwhite
stefank [Fri, 22 May 2015 10:44:24 +0000] rev 30877
Merge
stefank [Fri, 22 May 2015 10:58:16 +0200] rev 30876
8080876: Replace unnecessary MAX2(ParallelGCThreads, 1) calls with ParallelGCThreads
Reviewed-by: kbarrett, mgerdin
stefank [Fri, 22 May 2015 10:58:04 +0200] rev 30875
8080840: Clean up active_workers() asserts
Reviewed-by: kbarrett, jmasa
stefank [Fri, 22 May 2015 10:57:53 +0200] rev 30874
8080837: Move number of workers calculation out of CollectionSetChooser::prepare_for_par_region_addition
Reviewed-by: kbarrett, mgerdin
stefank [Thu, 21 May 2015 14:10:15 +0200] rev 30873
8080869: FlexibleWorkGang initializes _active_workers to more than _total_workers
Reviewed-by: kbarrett, jmasa
brutisso [Fri, 22 May 2015 10:56:37 +0200] rev 30872
8080627: JavaThread::satb_mark_queue_offset() is too big for an ARM ldrsb instruction
Reviewed-by: roland, kbarrett
stefank [Thu, 21 May 2015 09:35:59 +0200] rev 30871
8080113: Remove CollectedHeap::set_par_threads()
Reviewed-by: jmasa, kbarrett
stefank [Thu, 21 May 2015 09:35:38 +0200] rev 30870
8080112: Replace and remove the last usages of CollectedHeap::n_par_threads()
Reviewed-by: jmasa, kbarrett
stefank [Thu, 21 May 2015 09:23:46 +0200] rev 30869
8080111: Remove SubTaskDone::_n_threads
Reviewed-by: jmasa, kbarrett
stefank [Thu, 21 May 2015 09:23:00 +0200] rev 30868
8080110: Remove usage of CollectedHeap::n_par_threads() from root processing
Reviewed-by: jmasa, kbarrett
stefank [Thu, 21 May 2015 09:10:47 +0200] rev 30867
8080109: Use single-threaded code in Threads::possibly_parallel_oops_do when running with only one worker thread
Reviewed-by: jmasa, kbarrett
dcubed [Wed, 27 May 2015 16:15:23 -0700] rev 30866
Merge
cjplummer [Tue, 26 May 2015 11:26:50 -0700] rev 30865
8051712: regression Test7107135 crashes
Summary: On AARCH64, make ElfFile::specifies_noexecstack() default to noexectstack
Reviewed-by: dholmes, dlong, aph
hseigel [Wed, 27 May 2015 09:34:57 -0400] rev 30864
Merge
igerasim [Fri, 22 May 2015 02:38:59 +0300] rev 30863
8069068: VM warning: WaitForMultipleObjects timed out (0) ...
Summary: Increase timeout to 5 minutes
Reviewed-by: dholmes, dcubed
ykantser [Fri, 22 May 2015 13:52:46 +0200] rev 30862
8080855: Create sanity test for JDK-8080692
Reviewed-by: sla
ykantser [Fri, 22 May 2015 08:53:46 +0200] rev 30861
Merge
ykantser [Fri, 22 May 2015 08:47:27 +0200] rev 30860
8080828: Create sanity test for JDK-8080155
Reviewed-by: sla
enevill [Tue, 02 Jun 2015 14:28:08 +0000] rev 30859
8081669: aarch64: JTreg TestStable tests failing
Summary: Fix TestStable failures
Reviewed-by: vlivanov
Contributed-by: alexander.alexeev@caviumnetworks.com
katleman [Thu, 04 Jun 2015 09:31:46 -0700] rev 30858
Added tag jdk9-b67 for changeset b83f001a855d
lana [Thu, 04 Jun 2015 18:48:30 -0700] rev 30857
Merge
ihse [Wed, 03 Jun 2015 15:20:25 +0200] rev 30856
8081692: Configure should verify that -fstack-protector is valid
Reviewed-by: erikj
amurillo [Mon, 01 Jun 2015 10:15:19 -0700] rev 30855
Merge
amurillo [Thu, 28 May 2015 11:37:13 -0700] rev 30854
Merge
sla [Fri, 22 May 2015 09:09:56 +0200] rev 30853
8066757: Can't build 'images' with --disable-zip-debug-info on OS X after jigsaw m2 merge
Reviewed-by: erikj, ihse
katleman [Thu, 04 Jun 2015 09:31:45 -0700] rev 30852
Added tag jdk9-b67 for changeset b0bcdde43c19
duke [Wed, 05 Jul 2017 20:36:16 +0200] rev 30851
Added tag jdk9-b67 for changeset 56166ce66037
duke [Wed, 05 Jul 2017 20:36:16 +0200] rev 30850
Merge
duke [Wed, 05 Jul 2017 20:36:12 +0200] rev 30849
Merge
lana [Thu, 28 May 2015 16:54:56 -0700] rev 30848
Merge
vromero [Thu, 28 May 2015 12:08:54 -0700] rev 30847
8081417: test CheckEBCDICLocaleTest.java is failing intermittently
Reviewed-by: darcy
mchung [Wed, 27 May 2015 13:25:18 -0700] rev 30846
8074432: Move jdeps and javap to jdk.jdeps module
Reviewed-by: jjg, alanb, erikj
sadayapalam [Wed, 27 May 2015 11:27:42 +0530] rev 30845
8080726: Redundant error message on private abstract interface method with body.
Reviewed-by: mcimadamore
mchung [Fri, 22 May 2015 16:44:49 -0700] rev 30844
8074431: Remove native2ascii tool
Reviewed-by: erikj, alanb, okutsu, mfang, naoto
dfuchs [Fri, 22 May 2015 13:05:26 +0200] rev 30843
8080608: Missing archive name from jdeps -v -e output if no dependency on other JAR
Reviewed-by: mchung
katleman [Thu, 28 May 2015 16:13:55 -0700] rev 30842
Added tag jdk9-b66 for changeset 271924202c97
duke [Wed, 05 Jul 2017 20:36:07 +0200] rev 30841
Merge
katleman [Thu, 28 May 2015 16:13:52 -0700] rev 30840
Added tag jdk9-b66 for changeset 76bc0159a861
duke [Wed, 05 Jul 2017 20:36:04 +0200] rev 30839
Merge
katleman [Thu, 28 May 2015 16:13:51 -0700] rev 30838
Added tag jdk9-b66 for changeset 4a2e0a5ac013
duke [Wed, 05 Jul 2017 20:36:00 +0200] rev 30837
Merge
lana [Thu, 28 May 2015 16:50:12 -0700] rev 30836
Merge
sundar [Wed, 27 May 2015 22:18:51 +0530] rev 30835
8081156: jjs "nashorn.args" system property is not effective when script arguments are passed
Reviewed-by: hannesw, lagergren
attila [Wed, 27 May 2015 14:37:11 +0300] rev 30834
8081204: ListAdapter throws NPE when adding/removing elements outside of JS context
Reviewed-by: lagergren, sundar
sundar [Wed, 27 May 2015 13:16:50 +0530] rev 30833
8007456: Nashorn test framework @argument does not handle quoted strings
Reviewed-by: hannesw, lagergren
attila [Tue, 26 May 2015 16:12:23 +0200] rev 30832
8081062: ListAdapter should take advantage of JSObject
Reviewed-by: lagergren, sundar
attila [Tue, 26 May 2015 14:37:14 +0200] rev 30831
8081015: Allow conversion of native arrays to Queue and Collection
Reviewed-by: hannesw, lagergren, sundar
sundar [Tue, 26 May 2015 13:49:45 +0530] rev 30830
8036743: need ArrayBuffer constructor with specified data
Reviewed-by: attila, hannesw, lagergren
katleman [Thu, 28 May 2015 16:13:56 -0700] rev 30829
Added tag jdk9-b66 for changeset addfa81a8448
duke [Wed, 05 Jul 2017 20:35:56 +0200] rev 30828
Merge
lana [Thu, 28 May 2015 16:50:28 -0700] rev 30827
Merge
avstepan [Tue, 26 May 2015 18:32:10 +0400] rev 30826
8040147: minor cleanup for docs
Summary: minor cleanup for docs
Reviewed-by: lancea
katleman [Thu, 28 May 2015 16:13:49 -0700] rev 30825
Added tag jdk9-b66 for changeset aaed6c21c444
duke [Wed, 05 Jul 2017 20:35:52 +0200] rev 30824
Merge
lana [Thu, 28 May 2015 16:51:18 -0700] rev 30823
Merge
ksrini [Thu, 28 May 2015 14:54:58 -0700] rev 30822
8080991: Compilation error with recent clang in java.base/share/native/launcher/main.c: error: comparison of array 'const_jargs' not equal to a null pointer is always true
Reviewed-by: ksrini, ddehaven
Contributed-by: staffan.larsen@oracle.com
rriggs [Thu, 28 May 2015 17:37:33 -0400] rev 30821
8075678: java.time javadoc error in DateTimeFormatter::parsedLeapSecond
8075676: java.time package javadoc typos
8068276: java.time.chrono.HijrahChronology.eraOf() assertions may lead to misunderstanding
Reviewed-by: lancea, scolebourne
mchung [Thu, 28 May 2015 10:54:48 -0700] rev 30820
8081347: Add @modules to jdk_core tests
Reviewed-by: alanb, joehw, lancea
Contributed-by: alexander.kulyakhtin@oracle.com, alan.bateman@oracle.com, mandy.chung@oracle.com
darcy [Thu, 28 May 2015 11:31:40 -0700] rev 30819
8081359: Update bug reporting URL
Reviewed-by: lancea
sherman [Thu, 28 May 2015 10:00:51 -0700] rev 30818
8038310: Re-examine integration of extended Charsets
Summary: to use ServiceLoader to load the extended charsets
Reviewed-by: alanb, mchung
darcy [Thu, 28 May 2015 09:55:32 -0700] rev 30817
8081245: MHIllegalAccess.java failing across platforms
Reviewed-by: alanb, rriggs
simonis [Thu, 28 May 2015 11:22:33 +0200] rev 30816
8081332: AIX: fix charset dependenicies after 8035302:Eliminate dependency on jdk.charsets from 2D font code.
Reviewed-by: prr
sla [Thu, 28 May 2015 10:37:49 +0200] rev 30815
8081292: sun/tools/jmap/BasicJMapTest.java timed out
Reviewed-by: mgronlun, sspitsyn
weijun [Thu, 28 May 2015 09:11:14 +0800] rev 30814
8081278: Typo in Exception Message
Reviewed-by: mullan
mchung [Wed, 27 May 2015 13:25:32 -0700] rev 30813
8074432: Move jdeps and javap to jdk.jdeps module
Reviewed-by: jjg, alanb, erikj
rriggs [Wed, 27 May 2015 15:57:10 -0400] rev 30812
8081022: java/time/test/java/time/format/TestZoneTextPrinterParser.java fails by timeout on slow device
Summary: Reduce number of iterations to 8 instead of 50
Reviewed-by: naoto
sherman [Wed, 27 May 2015 12:23:35 -0700] rev 30811
8028480: (zipfs) NoSuchFileException on creating a file in ZipFileSystem with CREATE and WRITE
8034773: (zipfs) newOutputstream uses CREATE_NEW when no options specified
Summary: to open the new steram with appropricate open options
Reviewed-by: alanb
msheppar [Wed, 27 May 2015 13:23:40 +0100] rev 30810
8077377: java/net/MulticastSocket/SetOutgoingIf.java fails intermittently with NullPointerException
Summary: ignore "stray" packets received from non test interface
Reviewed-by: alanb, chegar
msheppar [Wed, 27 May 2015 13:04:32 +0100] rev 30809
8041677: java/net/MulticastSocket/TestInterfaces failed on Oracle VM Virtual Ethernet Adapter
Summary: ignore Teredo interface in test
Reviewed-by: alanb, chegar
sherman [Tue, 26 May 2015 12:34:51 -0700] rev 30808
8060161: re-examine sun/nio/cs/Test4200310.sh, test is invalid for modular image
Summary: to remove the invalid test case
Reviewed-by: alanb
amurillo [Tue, 26 May 2015 09:22:39 -0700] rev 30807
Merge
amurillo [Thu, 21 May 2015 17:11:55 -0700] rev 30806
Merge
jbachorik [Tue, 19 May 2015 22:40:50 +0200] rev 30805
Merge
jbachorik [Thu, 14 May 2015 11:41:11 +0200] rev 30804
8078143: java/lang/management/ThreadMXBean/AllThreadIds.java fails intermittently
Reviewed-by: dholmes, martin
jbachorik [Fri, 03 Apr 2015 15:39:38 +0200] rev 30803
8075926: Add a sun.management.JMXConnectorServer perf counter to track its state
Reviewed-by: duke
iignatyev [Tue, 19 May 2015 14:03:20 +0300] rev 30802
8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
Reviewed-by: dholmes, alanb
Contributed-by: denis.kononenko@oracle.com
dcubed [Sat, 16 May 2015 13:22:40 -0700] rev 30801
Merge
jbachorik [Wed, 13 May 2015 10:17:49 +0200] rev 30800
8029098: Exclude javax/management/remote/mandatory/notif/ListenerScaleTest.java from running on fastdebug builds
Reviewed-by: sla, sjiang
jbachorik [Wed, 13 May 2015 10:17:38 +0200] rev 30799
8046869: Several java/lang/instrument/PremainClass/* tests fail due to timeout
Reviewed-by: sla
asmotrak [Tue, 26 May 2015 18:42:08 +0300] rev 30798
8078823: javax/net/ssl/ciphersuites/DisabledAlgorithms.java fails intermittently
Reviewed-by: xuelei
avstepan [Tue, 26 May 2015 18:31:21 +0400] rev 30797
8040147: minor cleanup for docs
Summary: minor cleanup for docs
Reviewed-by: lancea
weijun [Tue, 26 May 2015 22:10:37 +0800] rev 30796
8080911: sun/security/krb5/auto/UseCacheAndStoreKey.java timed out intermittently
Reviewed-by: xuelei
erikj [Tue, 26 May 2015 10:43:53 +0200] rev 30795
8080983: libdt_socket: Build failed with VS2013 SP4
Reviewed-by: sla, ihse, tbell
sherman [Mon, 25 May 2015 13:52:28 -0700] rev 30794
8042125: Japanese character converters incompatible between Java 7 and Java 8
Summary: to add the missing .nr and c2b mapping tables
Reviewed-by: okutsu
sundar [Mon, 25 May 2015 19:09:44 +0530] rev 30793
8068978: All versions of javax.script.ScriptEngine.eval(...) method may clarify ScriptException throwing
Reviewed-by: attila, jlaskey
ykantser [Mon, 25 May 2015 14:08:21 +0200] rev 30792
8080833: JDK-8076524 has failed to remove binary files
Reviewed-by: sla
asmotrak [Mon, 25 May 2015 11:47:41 +0300] rev 30791
8050374: More Signature tests
Reviewed-by: valeriep
mullan [Sun, 24 May 2015 08:54:38 -0400] rev 30790
8065233: Remove Policy provider code that synchronizes on identityPolicyEntries List
Reviewed-by: weijun
mchung [Fri, 22 May 2015 16:43:39 -0700] rev 30789
8074431: Remove native2ascii tool
Reviewed-by: erikj, alanb, okutsu, mfang, naoto
darcy [Fri, 22 May 2015 10:45:59 -0700] rev 30788
8080901: Replace package.html files with package-info.java in the java.base module
Reviewed-by: lancea, alanb, vinnie
sherman [Fri, 22 May 2015 10:33:27 -0700] rev 30787
8080803: sun/nio/cs/FindEncoderBugs.java failing intermittently
Summary: to eliminate an extra byte buffer and copy in iso2022 encoding
Reviewed-by: alanb, darcy
sherman [Fri, 22 May 2015 08:56:33 -0700] rev 30786
8064736: Part of java.util.jar.JarFile spec looks confusing with references to Zip
Summary: update the api doc for entries()/stream() accordingly
Reviewed-by: alanb
pchopra [Fri, 22 May 2015 17:30:21 +0300] rev 30785
8078855: [TEST_BUG] javax/swing/JComboBox/8032878/bug8032878.java fails in WindowsClassicLookAndFeel
Reviewed-by: alexsch, aivanov
rriggs [Fri, 22 May 2015 10:12:18 -0400] rev 30784
8074818: Resolve disabled warnings for libjava
8080007: Stop ignoring warnings for libjava
Reviewed-by: alanb, erikj
sgupta [Fri, 22 May 2015 16:13:00 +0300] rev 30783
8079440: [TESTBUG] @run is missing in java/awt/TrayIcon/8072769/bug8072769.java
Reviewed-by: alexsch, azvegint
katleman [Thu, 28 May 2015 16:13:52 -0700] rev 30782
Added tag jdk9-b66 for changeset 1286226d1236
duke [Wed, 05 Jul 2017 20:35:41 +0200] rev 30781
Merge
lana [Thu, 28 May 2015 16:52:47 -0700] rev 30780
Merge
amurillo [Tue, 26 May 2015 09:22:38 -0700] rev 30779
Merge
pliden [Mon, 25 May 2015 09:13:41 +0200] rev 30778
8080930: SA changes broke bootcycle-images builds
Reviewed-by: sla, brutisso
amurillo [Thu, 21 May 2015 17:11:54 -0700] rev 30777
Merge
rbackman [Fri, 22 May 2015 00:35:31 +0200] rev 30776
Merge
rbackman [Thu, 21 May 2015 21:17:03 +0200] rev 30775
Merge
rbackman [Thu, 21 May 2015 18:10:18 +0200] rev 30774
8080692: lots of jstack tests failing in pit
Reviewed-by: kvn, vlivanov
jwilhelm [Thu, 21 May 2015 21:17:56 +0200] rev 30773
Merge
brutisso [Wed, 20 May 2015 10:45:40 +0200] rev 30772
8047330: Remove unrolled card loops in G1 SparsePRTEntry
Reviewed-by: ehelin, mgerdin, tschatzl
Contributed-by: andreas.sjoberg@oracle.com
pliden [Tue, 19 May 2015 17:25:49 +0200] rev 30771
8080584: isGCActiveMark.hpp should not include parallelScavengeHeap.hpp
Reviewed-by: kbarrett, tschatzl
pliden [Tue, 19 May 2015 14:09:22 +0200] rev 30770
8080585: concurrentGCThread.hpp should not include suspendibleThreadSet.hpp
Reviewed-by: kbarrett, tschatzl
pliden [Tue, 19 May 2015 09:41:52 +0200] rev 30769
8080581: Align SA with new GC directory structure
Reviewed-by: dsamersoff, sla
jwilhelm [Mon, 18 May 2015 17:09:47 +0200] rev 30768
Merge
jwha [Fri, 15 May 2015 15:40:58 -0700] rev 30767
8079216: Remove undefined method oopDesc::is_null(Klass *)
Reviewed-by: kbarrett, coleenp, stefank
kbarrett [Thu, 14 May 2015 15:17:36 -0400] rev 30766
8058265: No callers of ReferenceProcessor::clear_discovered_references
Summary: Removed unused or unneeded code.
Reviewed-by: brutisso, jmasa
bdelsart [Mon, 24 Feb 2014 12:49:21 +0100] rev 30765
8035496: G1 ARM: missing remset entry noticed by VerifyAfterGC for vm/gc/concurrent/lp50yp10rp70mr30st0
Summary: release_store used when registering a PerRegionTable. Also reviewed-by: vitalyd@gmail.com
Reviewed-by: jmasa, tschatzl, brutisso
pliden [Wed, 13 May 2015 15:16:06 +0200] rev 30764
8079792: GC directory structure cleanup
Reviewed-by: brutisso, stefank, david
thartmann [Thu, 21 May 2015 18:57:21 +0200] rev 30763
Merge
roland [Wed, 20 May 2015 17:06:44 +0200] rev 30762
Merge
aph [Wed, 20 May 2015 10:21:02 +0100] rev 30761
8080600: AARCH64: testlibrary does not support AArch64
Summary: Add Platform.isAArch64(). Use it in mathexact intrinsic tests.
Reviewed-by: kvn, roland
skovalev [Wed, 20 May 2015 09:07:36 -0400] rev 30760
8078834: [TESTBUG] Tests fails on ARM64 due to unknown hardware
Reviewed-by: dholmes, adinn
roland [Tue, 19 May 2015 16:05:12 +0200] rev 30759
8080308: TypeProfileLevel on SPARC platform should enable JSR292-only profiling level
Summary: Set TypeProfileLevel to 111 by default on sparc
Reviewed-by: kvn, roland
Contributed-by: shrinivas.joshi@oracle.com
simonis [Tue, 19 May 2015 11:06:34 +0200] rev 30758
8080190: PPC64: Fix wrong rotate instructions in the .ad file
Reviewed-by: kvn
zmajo [Mon, 18 May 2015 19:54:49 +0200] rev 30757
8080281: 8068945 changes break building the zero JVM variant
Summary: Define the PreserveFramePointer flag also in globals_zero.hpp
Reviewed-by: simonis, kvn, sgehwolf
kvn [Fri, 15 May 2015 18:12:21 -0700] rev 30756
8080483: Incorrect test execution string at SumRed_Long.java
Reviewed-by: iveresov
iignatyev [Tue, 19 May 2015 14:13:15 +0300] rev 30755
8077620: [TESTBUG] Some of the hotspot tests require at least compact profile 3
Reviewed-by: kvn, dholmes
Contributed-by: denis.kononenko@oracle.com
dholmes [Tue, 19 May 2015 03:07:42 -0400] rev 30754
Merge
dholmes [Tue, 19 May 2015 01:34:53 -0400] rev 30753
8075288: malloc without free in VM_PopulateDumpSharedSpace::doit()
Reviewed-by: dholmes, stuefe
Contributed-by: Jungwoo Ha <jwha@google.com>
sspitsyn [Mon, 18 May 2015 16:42:46 -0700] rev 30752
8079644: memory stomping error with ResourceManagement and TestAgentStress.java
Summary: the cached class file structure must be deallocated instead of the cached class file bytes
Reviewed-by: coleenp, sla
dcubed [Sat, 16 May 2015 13:19:11 -0700] rev 30751
Merge
coleenp [Thu, 14 May 2015 21:54:34 +0200] rev 30750
Merge
mockner [Thu, 14 May 2015 14:03:58 -0400] rev 30749
6811960: x86 biasedlocking epoch expired rare bug
Summary: It is now guaranteed that biased_locking_enter will be passed a valid tmp_reg.
Reviewed-by: coleenp, dcubed, kvn
stsmirno [Thu, 14 May 2015 10:12:51 -0700] rev 30748
8025979: [TESTBUG] Write test to exercise uninitialized strings from JNI code
Reviewed-by: ctornqvi, dsimms
stsmirno [Thu, 14 May 2015 10:09:35 -0700] rev 30747
8033445: [TESTBUG] Add test case for calling default methods from JNI
Reviewed-by: ctornqvi, dsimms
aeriksso [Thu, 07 May 2015 15:05:46 +0200] rev 30746
8051045: HotSpot fails to wrap Exceptions from invokedynamic in a BootstrapMethodError
Reviewed-by: coleenp, dsimms
dholmes [Tue, 12 May 2015 20:55:40 -0400] rev 30745
8078470: [Linux] Replace syscall use in os::fork_and_exec with glibc fork() and execve()
Reviewed-by: stuefe, dsamersoff, dcubed
katleman [Thu, 28 May 2015 16:13:49 -0700] rev 30744
Added tag jdk9-b66 for changeset 725914ee5f0c
lana [Thu, 28 May 2015 16:50:03 -0700] rev 30743
Merge
mchung [Wed, 27 May 2015 13:25:04 -0700] rev 30742
8074432: Move jdeps and javap to jdk.jdeps module
Reviewed-by: jjg, alanb, erikj
mchung [Wed, 27 May 2015 12:45:29 -0700] rev 30741
8081334: com.sun.tools.javap and com.sun.tools.javah are not exported API
Reviewed-by: jjg
erikj [Tue, 26 May 2015 10:43:56 +0200] rev 30740
8080983: libdt_socket: Build failed with VS2013 SP4
Reviewed-by: sla, ihse, tbell
mchung [Fri, 22 May 2015 16:44:09 -0700] rev 30739
8074431: Remove native2ascii tool
Reviewed-by: erikj, alanb, okutsu, mfang, naoto
katleman [Thu, 28 May 2015 16:13:48 -0700] rev 30738
Added tag jdk9-b66 for changeset a3ea54d69bd0
duke [Wed, 05 Jul 2017 20:35:22 +0200] rev 30737
Added tag jdk9-b66 for changeset ff3fc75f3214
duke [Wed, 05 Jul 2017 20:35:22 +0200] rev 30736
Merge
duke [Wed, 05 Jul 2017 20:35:19 +0200] rev 30735
Merge
lana [Thu, 21 May 2015 16:19:29 -0700] rev 30734
Merge
jjg [Thu, 21 May 2015 13:48:23 -0700] rev 30733
Merge
jjg [Thu, 21 May 2015 13:47:05 -0700] rev 30732
8080897: tests broken in bad merge
Reviewed-by: darcy
alundblad [Thu, 21 May 2015 21:15:28 +0200] rev 30731
8080870: Open up Dependencies for use from other packages
Summary: Opened up Dependencies for use outside of the package.
Reviewed-by: mcimadamore
akulyakh [Thu, 21 May 2015 11:41:04 -0700] rev 30730
8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine
jlahoda [Mon, 18 May 2015 14:48:41 +0200] rev 30729
8080572: langtools/test/tools/javac/generics/T5011073.java failing
Summary: test/tools/javac/generics/InterfaceCast1.java defines a top-level Set, moving it to a separate directory to avoid clashes.
Reviewed-by: mcimadamore
sadayapalam [Mon, 11 May 2015 13:28:14 +0530] rev 30728
8079613: Deeply chained expressions + several overloads + unnecessary inference result in excessive compile times.
Summary: Eliminate compile time performance bottlneck due to mischaracterization of standalone expressions as being poly expressions.
Reviewed-by: mcimadamore, jlahoda
jlahoda [Mon, 18 May 2015 09:27:09 +0200] rev 30727
8080338: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
8080339: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
8080340: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
Summary: Fixing incorrect file headers; also reviewed by kevin.l.brown@oracle.com
Reviewed-by: vromero
sogoel [Fri, 15 May 2015 18:03:51 -0700] rev 30726
8075166: Group 14d: golden files for tests in tools/javac/generics/wildcards dir
Reviewed-by: jjg
sogoel [Fri, 15 May 2015 17:47:03 -0700] rev 30725
8080539: Remove few test files that did not get removed with the patch
Reviewed-by: jjg
sogoel [Fri, 15 May 2015 17:43:21 -0700] rev 30724
8074514: Group 13d: golden files for tests in tools/javac/generics dir
Reviewed-by: jjg
sogoel [Fri, 15 May 2015 17:12:58 -0700] rev 30723
8075165: Group 14c: golden files for tests in tools/javac/generics/wildcards dir
Reviewed-by: jjg, vromero
sogoel [Fri, 15 May 2015 16:59:34 -0700] rev 30722
8075164: Group 14b: golden files for tests in tools/javac/generics/wildcards dir
Reviewed-by: jjg, vromero
sogoel [Fri, 15 May 2015 16:53:42 -0700] rev 30721
8074425: Group 13b: golden files for tests in tools/javac/generics dir
Reviewed-by: jjg, darcy, mcimadamore
sogoel [Fri, 15 May 2015 16:18:16 -0700] rev 30720
8075163: Group 14a: golden files for tests in tools/javac/generics/wildcards dir
Reviewed-by: jjg, vromero
sogoel [Fri, 15 May 2015 09:53:08 -0700] rev 30719
8074417: Group 13a: golden files for tests in tools/javac/generics dir
Reviewed-by: jjg, mcimadamore
sogoel [Fri, 15 May 2015 09:30:55 -0700] rev 30718
8074502: Group 13c: golden files for tests in tools/javac/generics dir
Reviewed-by: jjg, mcimadamore
jlahoda [Fri, 15 May 2015 11:41:04 +0200] rev 30717
8076104: Key collisions in ZipFileIndexFileObject content cache lead to wrong content
Summary: equals&hashCode of ZipFileObject and ZipFileIndexFileObject need to be based on full entry path, not only the file name.
Reviewed-by: jjg
sogoel [Fri, 15 May 2015 01:56:14 -0700] rev 30716
8074408: Group 12: golden files for tests in tools/javac dir
Reviewed-by: jjg
sogoel [Fri, 15 May 2015 01:36:32 -0700] rev 30715
8074387: Group 11: golden files for coin tests in tools/javac dir
Reviewed-by: jjg
sogoel [Fri, 15 May 2015 01:28:43 -0700] rev 30714
8068465: Group 10e: golden files for tests in tools/javac dir
Reviewed-by: jjg
sogoel [Fri, 15 May 2015 01:09:51 -0700] rev 30713
8068464: Group 10d: golden files for tests in tools/javac dir
Reviewed-by: jjg
katleman [Thu, 21 May 2015 10:07:40 -0700] rev 30712
Added tag jdk9-b65 for changeset f0f03398adb4
duke [Wed, 05 Jul 2017 20:35:10 +0200] rev 30711
Merge
katleman [Thu, 21 May 2015 10:07:37 -0700] rev 30710
Added tag jdk9-b65 for changeset 92cd300e0653
duke [Wed, 05 Jul 2017 20:35:04 +0200] rev 30709
Merge
lana [Thu, 21 May 2015 16:21:00 -0700] rev 30708
Merge
joehw [Fri, 15 May 2015 16:26:03 -0700] rev 30707
8078596: jaxp tests failed in modular jdk due to internal class access
Reviewed-by: alanb, lancea, joehw
Contributed-by: frank.yuan@oracle.com
katleman [Thu, 21 May 2015 10:07:37 -0700] rev 30706
Added tag jdk9-b65 for changeset bc411809e58c
duke [Wed, 05 Jul 2017 20:34:59 +0200] rev 30705
Merge
lana [Thu, 21 May 2015 16:19:37 -0700] rev 30704
Merge
sundar [Thu, 21 May 2015 21:51:48 +0530] rev 30703
8079145: jdk.nashorn.internal.runtime.arrays.IntArrayData.convert assertion
Reviewed-by: jlaskey, hannesw
sundar [Thu, 21 May 2015 18:44:51 +0530] rev 30702
8080848: delete of bound Java method property results in crash
Reviewed-by: hannesw, lagergren
sundar [Wed, 20 May 2015 14:16:19 +0530] rev 30701
8080598: Javadoc warnings in Global.java after lazy initialization
Reviewed-by: lagergren, hannesw
mhaupt [Fri, 15 May 2015 16:36:25 +0200] rev 30700
8049300: jjs scripting: need way to quote $EXEC command arguments to protect spaces
Summary: honor quoting with "" and '' as well as escaped spaces
Reviewed-by: hannesw, sundar
attila [Fri, 15 May 2015 15:40:57 +0200] rev 30699
8078414: Don't create impossible converters for ScriptObjectMirror
Reviewed-by: hannesw, sundar
mhaupt [Fri, 15 May 2015 10:21:48 +0200] rev 30698
8080471: fix usage of replace and file separator in Nashorn tests
Summary: Two tests should use replace instead of replaceAll, and there is a typo in the usage of File.separator.
Reviewed-by: attila, hannesw
attila [Fri, 15 May 2015 10:19:37 +0200] rev 30697
8079424: code generator for discarded boolean logical operation has an extra pop
Reviewed-by: lagergren, sundar
katleman [Thu, 21 May 2015 10:07:41 -0700] rev 30696
Added tag jdk9-b65 for changeset 8bbe109bca14
duke [Wed, 05 Jul 2017 20:34:52 +0200] rev 30695
Merge
katleman [Thu, 21 May 2015 10:07:35 -0700] rev 30694
Added tag jdk9-b65 for changeset 7337899df26d
duke [Wed, 05 Jul 2017 20:34:47 +0200] rev 30693
Merge
lana [Thu, 21 May 2015 16:20:20 -0700] rev 30692
Merge
sherman [Thu, 21 May 2015 15:42:30 -0700] rev 30691
8080248: Coding regression in HKSCS charsets
Summary: to update the sp correctly when encoding supplementary characters
Reviewed-by: martin
juh [Thu, 21 May 2015 14:18:33 -0700] rev 30690
8079693: Add support for ECDSA P-384 and P-521 curves to XML Signature
Reviewed-by: mullan
bpb [Thu, 21 May 2015 09:57:59 -0700] rev 30689
8080589: (fs) FileChannel.force should use fcntl(F_FULLFSYNC) instead of fsync on OS X
Summary: Replace f[data]sync(fd) with fcntl(fd, F_FULLSYNC) on OS X.
Reviewed-by: alanb
vinnie [Thu, 21 May 2015 17:42:15 +0100] rev 30688
8072578: ProbeKeystores.java creates files in test.src
Reviewed-by: weijun
mullan [Thu, 21 May 2015 07:17:36 -0400] rev 30687
8055753: Use ConcurrentHashMap to map ProtectionDomain to PermissionCollection
Reviewed-by: weijun
xuelei [Thu, 21 May 2015 09:35:26 +0000] rev 30686
8048599: Tests for key wrap and unwrap operations
Reviewed-by: xuelei
Contributed-by: Zaiyao Liu <zaiyao.liu@oracle.com>
robm [Wed, 20 May 2015 18:06:31 +0100] rev 30685
8077155: LoginContext Subject ignored by jdk8 sun.net.www.protocol.http.HttpURLConnection
Reviewed-by: michaelm
robm [Wed, 20 May 2015 18:03:56 +0100] rev 30684
8077822: javac does not recognize '*.java' as file if '-J' option is specified
Reviewed-by: ksrini
rriggs [Wed, 20 May 2015 11:17:09 -0400] rev 30683
8078582: java/lang/Runtime/exec/LotsOfOutput.java fails intermittently with Process consumes memory
Summary: Small allocations may bump total memory, raise THRESHOLD to 2Mb
Reviewed-by: martin
amlu [Wed, 20 May 2015 17:16:58 +0300] rev 30682
8080680: sun/nio/cs/TestCompoundTest.java should be removed from TEST.groups
Reviewed-by: igerasim
dl [Wed, 20 May 2015 14:50:57 +0200] rev 30681
8080623: CPU overhead in FJ due to spinning in awaitWork
Reviewed-by: chegar, dholmes
sundar [Wed, 20 May 2015 08:58:14 +0530] rev 30680
8072002: The spec on javax.script.Compilable contains a typo and confusing inconsistency
Reviewed-by: lagergren, attila
darcy [Tue, 19 May 2015 18:33:08 -0700] rev 30679
8080711: Prepare sun/nio/cs/FindEncoderBugs.java to find intermittent failures
Reviewed-by: rriggs
darcy [Tue, 19 May 2015 13:30:03 -0700] rev 30678
8075284: fix up miscellaneous TM constructions
Reviewed-by: lancea
amurillo [Tue, 19 May 2015 11:40:00 -0700] rev 30677
Merge
amurillo [Thu, 14 May 2015 12:05:33 -0700] rev 30676
Merge
hseigel [Tue, 12 May 2015 13:57:46 -0400] rev 30675
8080048: Test jdk/test/com/sun/jdi/NoLaunchOptionTest.java was merged incorrectly
Summary: Add correct @library and @build tags
Reviewed-by: ctornqvi, gtriantafill
hseigel [Sat, 09 May 2015 07:35:16 -0400] rev 30674
Merge
ykantser [Fri, 08 May 2015 11:15:52 +0200] rev 30673
Merge
ykantser [Fri, 08 May 2015 09:14:18 +0200] rev 30672
6755586: Test com/sun/jdi/NoLaunchOptionTest.java may erroneously fail
Reviewed-by: sla, dsamersoff
sla [Fri, 08 May 2015 09:40:46 +0200] rev 30671
8079559: Exclude demo/jvmti/hprof tests
Reviewed-by: alanb
sla [Thu, 07 May 2015 11:01:37 +0200] rev 30670
8079360: AttachProviderImpl could not be instantiated
Reviewed-by: dsamersoff, sspitsyn, ihse
hseigel [Fri, 08 May 2015 13:26:07 -0400] rev 30669
Merge
sla [Wed, 06 May 2015 20:37:33 +0200] rev 30668
Merge
sla [Wed, 06 May 2015 16:36:17 +0200] rev 30667
8079345: After 8079248 fixed JDK still fails with "jdk\\bin\\management_ext.dll: The specified procedure could not be found"
Reviewed-by: erikj, sspitsyn, ihse
ykantser [Tue, 05 May 2015 20:09:52 +0200] rev 30666
8076998: BadHandshakeTest.java fails due to warnings in output
Reviewed-by: sla
jbachorik [Thu, 30 Apr 2015 16:44:39 +0200] rev 30665
8072906: sun/management/jmxremote/bootstrap/CustomLauncherTest.java failing on embedded platform
Reviewed-by: sspitsyn, dholmes
ccheung [Sat, 02 May 2015 18:40:59 -0700] rev 30664
Merge
rriggs [Fri, 01 May 2015 18:23:31 +0000] rev 30663
Merge
rriggs [Thu, 30 Apr 2015 09:58:17 -0400] rev 30662
8077743: (rm) Port ResourceManagement to JDK9
Reviewed-by: erikj, mchung, alanb, dholmes
sla [Thu, 30 Apr 2015 09:50:10 +0200] rev 30661
8076473: Remove the jhat code and update makefiles
Reviewed-by: alanb, erikj, sspitsyn
ykantser [Tue, 28 Apr 2015 14:39:21 +0200] rev 30660
8076524: Remove jhat tests and help library from JDK
Reviewed-by: sla, alanb
ykantser [Tue, 28 Apr 2015 14:33:32 +0200] rev 30659
8059047: Extract parser/validator from jhat for use in tests
Reviewed-by: sla
iignatyev [Tue, 19 May 2015 20:04:29 +0300] rev 30658
8055269: java/lang/invoke/MethodHandles/CatchExceptionTest.java fails intermittently
Reviewed-by: vlivanov
amlu [Tue, 19 May 2015 11:05:52 -0400] rev 30657
8080658: Update sun/nio/cs/FindDecoderBugs.java to use random number generator library
Reviewed-by: rriggs
bpb [Tue, 19 May 2015 07:12:10 -0700] rev 30656
8080629: (fs) Re-enable ability to fsync() on directories even though read()s on those directories may fail.
Summary: Revert fix applied to resolve JDK-8066915.
Reviewed-by: alanb
avstepan [Tue, 19 May 2015 16:04:14 +0400] rev 30655
8080422: some docs cleanup for core libs
Summary: some docs cleanup
Reviewed-by: rriggs, lancea
ihse [Tue, 19 May 2015 10:05:02 +0200] rev 30654
8080630: Stop doing sed manipulation of manifest files in SetupJavaCompilation
Reviewed-by: erikj
weijun [Tue, 19 May 2015 09:09:09 +0800] rev 30653
8077102: dns_lookup_realm should be false by default
Reviewed-by: valeriep
jmanson [Mon, 18 May 2015 13:34:56 -0700] rev 30652
8080538: hprof does not work well with multiple agents on non-Solaris platforms
Summary: Never take the address of Agent_OnLoad.
Reviewed-by: sla, martin
asmotrak [Mon, 18 May 2015 19:26:48 +0300] rev 30651
8079140: IgnoreAllErrorHandler should use doPrivileged when it reads system properties
Reviewed-by: mullan
igerasim [Mon, 18 May 2015 19:15:50 +0300] rev 30650
8080535: (ch) Expected size of Character.UnicodeBlock.map is not optimal
Reviewed-by: martin, chegar
igerasim [Mon, 18 May 2015 17:38:38 +0300] rev 30649
8080522: Optimize string operations in java.base/share/classes/sun/security/x509/
Reviewed-by: mullan
asmotrak [Mon, 18 May 2015 17:34:48 +0300] rev 30648
8079138: Additional negative tests for XML signature processing
Reviewed-by: mullan
sundar [Mon, 18 May 2015 18:57:35 +0530] rev 30647
8072853: SimpleScriptContext used by NashornScriptEngine doesn't completely complies to the spec regarding exception throwing
Reviewed-by: psandoz, lagergren
xuelei [Mon, 18 May 2015 02:11:39 +0000] rev 30646
8048820: Implement tests for SecretKeyFactory
Reviewed-by: xuelei
Contributed-by: Zaiyao Liu <zaiyao.liu@oracle.com>
darcy [Sun, 17 May 2015 11:04:01 -0700] rev 30645
8078136: Incorrect figure number in reference to Hacker's Delight book in Long.bitCount() method
Reviewed-by: lancea
plevart [Sun, 17 May 2015 18:49:21 +0200] rev 30644
8074002: java.time.ZoneId.systemDefault() should be faster
Summary: Cache ZoneId inside TimeZone object
Reviewed-by: scolebourne, rriggs, dfuchs
plevart [Sun, 17 May 2015 10:38:36 +0200] rev 30643
8077846: improve locking strategy for readConfiguration(), reset(), and initializeGlobalHandlers()
Reviewed-by: dholmes, alanb, mchung
Contributed-by: daniel.fuchs@oracle.com, peter.levart@gmail.com
igerasim [Fri, 15 May 2015 22:10:29 +0300] rev 30642
8071571: Move substring of same string to slow path
Reviewed-by: martin
igerasim [Fri, 15 May 2015 22:09:49 +0300] rev 30641
8074657: Missing space on a boundary of concatenated strings
Summary: Added missing spaces, fixed indentation, replaced StringBuffer with StringBuilder
Reviewed-by: martin, rriggs
redestad [Fri, 15 May 2015 16:09:55 +0200] rev 30640
8061254: SPECjvm2008-XML performance regressions in 9-b33
Reviewed-by: alanb, shade
katleman [Thu, 21 May 2015 10:07:38 -0700] rev 30639
Added tag jdk9-b65 for changeset 9c04ed826c93
duke [Wed, 05 Jul 2017 20:34:33 +0200] rev 30638
Merge
lana [Thu, 21 May 2015 16:19:49 -0700] rev 30637
Merge
amurillo [Tue, 19 May 2015 11:39:58 -0700] rev 30636
Merge
amurillo [Thu, 14 May 2015 12:05:32 -0700] rev 30635
Merge
thartmann [Thu, 14 May 2015 18:02:35 +0200] rev 30634
8080420: Compilation of TestVectorizationWithInvariant fails with "error: package com.oracle.java.testlibrary does not exist"
Summary: Fixed location of testlibrary package.
Reviewed-by: kvn
thartmann [Thu, 14 May 2015 16:16:06 +0200] rev 30633
Merge
roland [Wed, 13 May 2015 18:06:39 +0200] rev 30632
Merge
roland [Tue, 12 May 2015 09:41:12 +0200] rev 30631
8078436: java/util/stream/boottest/java/util/stream/UnorderedTest.java crashed with an assert in ifnode.cpp
Summary: bad assert in fold_compares code
Reviewed-by: kvn, vlivanov
rbackman [Wed, 13 May 2015 15:23:41 +0200] rev 30630
8080155: field "_pc_offset" not found in type ImmutableOopMapSet
Reviewed-by: roland
roland [Tue, 12 May 2015 10:27:50 +0200] rev 30629
8076188: Optimize arraycopy out for non escaping destination
Summary: if the destination of an arraycopy is non escaping, the arraycopy may be optimized out
Reviewed-by: kvn, vlivanov
rbackman [Mon, 11 May 2015 09:44:07 +0200] rev 30628
8079797: assert(index >= 0 && index < _count) failed: check
Reviewed-by: kvn
thartmann [Mon, 11 May 2015 07:58:02 +0200] rev 30627
Merge