jmasa [Thu, 19 Jun 2014 09:44:12 -0700] rev 25077
Merge
jmasa [Wed, 18 Jun 2014 12:39:57 -0700] rev 25076
Merge
jwilhelm [Wed, 18 Jun 2014 13:02:33 +0000] rev 25075
Merge
jwilhelm [Thu, 12 Jun 2014 20:15:51 +0200] rev 25074
8046715: Add a way to verify an extended set of command line options
Summary: Added arguments_ext.cpp to make place for initialization of extended features
Reviewed-by: sla, mgronlun
tschatzl [Wed, 18 Jun 2014 13:25:40 +0200] rev 25073
8043722: Swapped usage of idx_t and bm_word_t types in parMarkBitMap.cpp
Summary: Clean up usage of idx_t and uintptr_t when using it in conjunction with BitMap::set_map(), casting to the appropriate type. Fixes compilation on S390.
Reviewed-by: tschatzl
Contributed-by: Dan Horak <dhorak@redhat.com>
jwilhelm [Fri, 13 Jun 2014 17:07:39 -0400] rev 25072
8046408: Build failure from multiple ptrace.h
Summary: prefer <sys/ptrace.h> over <linux/ptrace.h>
Reviewed-by: sla, mikael
Contributed-by: kim.barrett@oracle.com
amurillo [Fri, 13 Jun 2014 19:05:56 -0700] rev 25071
Merge
pliden [Fri, 13 Jun 2014 13:46:06 +0200] rev 25070
8044796: G1: Enable G1CollectedHeap::stop()
Reviewed-by: brutisso, sjohanss
dcubed [Wed, 18 Jun 2014 14:21:28 -0700] rev 25069
8047156: cleanup more non-indent white space issues prior to Contended Locking cleanup bucket
Summary: Checkpoint some missed do_space_filter.ksh cleanups for Contended Locking.
Reviewed-by: sspitsyn, lfoltan, coleenp
iveresov [Wed, 18 Jun 2014 12:21:39 -0700] rev 25068
Merge
iveresov [Wed, 18 Jun 2014 10:54:32 -0700] rev 25067
8046684: sharedRuntime.cpp...assert(((nmethod*)cb)->is_at_poll_or_poll_return(pc)) failed: safepoint polling: type must be poll
Summary: Emit a poll relocation for the testl in is_polling_page_far() on x86
Reviewed-by: vlivanov, roland
coleenp [Wed, 18 Jun 2014 13:58:13 -0400] rev 25066
8039150: host_klass invariant fails when verifying newly loaded JSR-292 anonymous classes
Summary: Initialize host_klass while parsing the class with the other initializations.
Reviewed-by: sspitsyn, stefank
ddehaven [Tue, 17 Jun 2014 11:18:10 -0700] rev 25065
8043340: [macosx] Fix hard-wired paths to JavaVM.framework
Summary: Build system tweaks to allow building with Xcode 5 and on OS X 10.9 and later
Reviewed-by: erikj, henryjen, dholmes
dcubed [Tue, 17 Jun 2014 12:54:01 -0700] rev 25064
8046758: cleanup non-indent white space issues prior to Contended Locking cleanup bucket
Summary: Checkpoint do_space_filter.ksh cleanups for Contended Locking.
Reviewed-by: sspitsyn, coleenp
dcubed [Fri, 13 Jun 2014 19:07:11 -0700] rev 25063
Merge
dsamersoff [Fri, 13 Jun 2014 05:10:44 -0700] rev 25062
8038392: Generating prelink cache breaks JAVA 'jinfo' utility normal behaviour
Summary: Better parsing of /proc/pid/maps in sa
Reviewed-by: sspitsyn, sla
dcubed [Thu, 12 Jun 2014 15:57:16 -0700] rev 25061
8046287: [TESTBUG] runtime/Thread/TestThreadDumpMonitorContention.java failed error_cnt=12
Summary: Added a new header waiting pattern to catch the case where the target thread waiting on a condition (like a VM op); several other test improvements
Reviewed-by: sspitsyn, dholmes
lfoltan [Thu, 12 Jun 2014 13:37:53 -0400] rev 25060
6961433: Revisit need to disable Windows C++ compiler optimisation of sharedRuntimeTrig.cpp.
Summary: Remove pragma optimize ("", off) to turn off optimization for WIN32.
Reviewed-by: coleenp, dcubed, kvn
dsimms [Thu, 12 Jun 2014 11:34:35 +0200] rev 25059
8046662: Check JNI ReleaseStringChars / ReleaseStringUTFChars verify_guards test inverted
Summary: negative verify_guards when testing for corruption
Reviewed-by: sla, fparain
dsimms [Wed, 11 Jun 2014 18:34:09 +0200] rev 25058
8043224: -Xcheck:jni improvements to exception checking and excessive local refs
Summary: Warning when not checking exceptions from function that require so, also when local refs expand beyond capacity.
Reviewed-by: zgu, coleenp, hseigel
hseigel [Wed, 11 Jun 2014 09:58:23 -0400] rev 25057
8031819: Remove legacy jdk checks and code
Summary: Delete old jdk specific code.
Reviewed-by: dholmes, coleenp, zgu, lfoltan
dsimms [Wed, 11 Jun 2014 12:09:12 +0200] rev 25056
6311046: -Xcheck:jni should support checking of GetPrimitiveArrayCritical.
Summary: Wrapped memory with standard bounds checking "GuardedMemory".
Reviewed-by: zgu, fparain, dcubed
dcubed [Tue, 10 Jun 2014 20:24:48 -0700] rev 25055
Merge
hseigel [Tue, 10 Jun 2014 14:04:37 -0400] rev 25054
8044738: Check attribute_length of EnclosingMethod attribute
Summary: Add check that attribute_length == 4.
Reviewed-by: fparain, coleenp, lfoltan
sla [Mon, 09 Jun 2014 11:03:09 +0200] rev 25053
8044797: Building with clang gives: fatal error: file '...' has been modified since the precompiled header was built
Reviewed-by: dholmes, dcubed
ctornqvi [Fri, 06 Jun 2014 14:46:42 +0200] rev 25052
8043492: ad_x86_64_misc.obj : error LNK2011: precompiled object not linked in; image may not run
Summary: Added _build_pch_file.obj to LD_FLAGS and cleaned up support for older Visual Studio versions
Reviewed-by: twisti, lfoltan, sla, kvn
sla [Wed, 04 Jun 2014 11:05:30 +0200] rev 25051
8044107: Add Diagnostic Command to list all ClassLoaders
Reviewed-by: mgerdin, stefank
miauno [Mon, 02 Jun 2014 17:21:15 +0200] rev 25050
8044540: serviceability/sa/jmap-hashcode/Test8028623.java should be quarantined
Reviewed-by: sla
katleman [Thu, 03 Jul 2014 11:36:49 -0700] rev 25049
Added tag jdk9-b21 for changeset 783e13910e74
lana [Wed, 09 Jul 2014 10:41:00 -0700] rev 25048
Merge
lana [Tue, 01 Jul 2014 14:26:31 -0700] rev 25047
Merge
prr [Tue, 01 Jul 2014 10:20:34 -0700] rev 25046
Merge
mchung [Fri, 20 Jun 2014 13:35:56 -0700] rev 25045
8044063: Remove com.sun.java.browser.* from jdk repo
Reviewed-by: darcy, alanb
joehw [Mon, 30 Jun 2014 18:04:13 -0700] rev 25044
8023276: Java SE should include the full DOM API from JAXP
Reviewed-by: lancea, mchung, alanb
darcy [Mon, 30 Jun 2014 14:27:37 -0700] rev 25043
8048302: Update bug reporting URL in make/Javadoc.gmk
8048321: Enable doclint warnings in build of docs from langtools
Reviewed-by: tbell
mikael [Tue, 24 Jun 2014 20:29:52 -0700] rev 25042
8047740: Add hotspot testset to jprt.properties
Reviewed-by: dholmes
mduigou [Tue, 24 Jun 2014 15:21:47 -0700] rev 25041
8047925: Add mercurial version checks to get_source.sh
Reviewed-by: tbell, mikael
mikael [Mon, 23 Jun 2014 14:08:45 -0700] rev 25040
8047763: Recognize sparc64 as a sparc platform
Reviewed-by: dholmes
prr [Wed, 18 Jun 2014 13:12:58 -0700] rev 25039
Merge
prr [Mon, 09 Jun 2014 11:58:07 -0700] rev 25038
Merge
prr [Tue, 27 May 2014 13:57:42 -0700] rev 25037
Merge
prr [Fri, 23 May 2014 11:16:31 -0700] rev 25036
Merge
omajid [Fri, 23 May 2014 11:04:32 -0400] rev 25035
8043805: Allow using a system-installed libjpeg
Reviewed-by: andrew, anthony, prr
ddehaven [Wed, 18 Jun 2014 12:52:13 -0700] rev 25034
8043340: [macosx] Fix hard-wired paths to JavaVM.framework
Summary: Build system tweaks to allow building with Xcode 5 and on OS X 10.9 and later
Reviewed-by: erikj, henryjen, dholmes
katleman [Thu, 03 Jul 2014 11:36:33 -0700] rev 25033
Added tag jdk9-b21 for changeset 4b8db1aec2a3
duke [Wed, 05 Jul 2017 19:47:11 +0200] rev 25032
Added tag jdk9-b21 for changeset 28dd0c7beb3c
duke [Wed, 05 Jul 2017 19:47:10 +0200] rev 25031
Merge
duke [Wed, 05 Jul 2017 19:47:07 +0200] rev 25030
Merge
katleman [Thu, 26 Jun 2014 12:51:49 -0700] rev 25029
Added tag jdk9-b20 for changeset d77065991eb8
duke [Wed, 05 Jul 2017 19:47:04 +0200] rev 25028
Merge
katleman [Thu, 26 Jun 2014 12:51:36 -0700] rev 25027
Added tag jdk9-b20 for changeset 02490297734b
duke [Wed, 05 Jul 2017 19:47:01 +0200] rev 25026
Merge
katleman [Thu, 26 Jun 2014 12:51:35 -0700] rev 25025
Added tag jdk9-b20 for changeset 6dbc3c71c0e2
duke [Wed, 05 Jul 2017 19:46:58 +0200] rev 25024
Merge
katleman [Thu, 26 Jun 2014 12:51:50 -0700] rev 25023
Added tag jdk9-b20 for changeset 7fb8003ec760
duke [Wed, 05 Jul 2017 19:46:55 +0200] rev 25022
Merge
katleman [Thu, 26 Jun 2014 12:51:17 -0700] rev 25021
Added tag jdk9-b20 for changeset c9ca62c6a329
duke [Wed, 05 Jul 2017 19:46:52 +0200] rev 25020
Merge
katleman [Thu, 26 Jun 2014 12:51:38 -0700] rev 25019
Added tag jdk9-b20 for changeset 8c82c02495e7
duke [Wed, 05 Jul 2017 19:46:49 +0200] rev 25018
Merge
katleman [Thu, 26 Jun 2014 12:51:26 -0700] rev 25017
Added tag jdk9-b20 for changeset e9f01656f118
katleman [Thu, 26 Jun 2014 12:51:14 -0700] rev 25016
Added tag jdk9-b20 for changeset 3abb2de3cdb3
duke [Wed, 05 Jul 2017 19:46:41 +0200] rev 25015
Added tag jdk9-b20 for changeset 89731ae72a76
duke [Wed, 05 Jul 2017 19:46:40 +0200] rev 25014
Merge
duke [Wed, 05 Jul 2017 19:46:37 +0200] rev 25013
Merge
lana [Fri, 20 Jun 2014 10:15:13 -0700] rev 25012
Merge
lana [Wed, 18 Jun 2014 10:54:24 -0700] rev 25011
Merge
mcimadamore [Wed, 18 Jun 2014 13:51:50 +0100] rev 25010
8043253: Slow javac compile times in JDK 8
Summary: Enable on-demand diagnostic source position completion
Reviewed-by: jjg, vromero
jlahoda [Wed, 18 Jun 2014 10:44:16 +0200] rev 25009
8046916: Type parameter annotations don't work with multiple type parameters
Summary: When reading type variable's annotations out of the owner's type annotations, use the type variable's index in owner to exclude annotations belonging to other type variables.
Reviewed-by: jfranck, emc
vromero [Tue, 17 Jun 2014 17:33:01 +0100] rev 25008
8036953: Fix timing of varargs access check, per JDK-8016205
Reviewed-by: mcimadamore, dlsmith
pgovereau [Tue, 17 Jun 2014 11:11:59 -0400] rev 25007
8038975: Access control in enhanced for
Reviewed-by: vromero, jlahoda
jjg [Mon, 16 Jun 2014 11:30:31 -0700] rev 25006
8046369: sjavac should not use javac internal API for starting javac
Reviewed-by: jfranck, alundblad, ohrstrom
alundblad [Thu, 12 Jun 2014 14:29:09 +0200] rev 25005
8042830: A recently added Xprefer test fails on Windows
Summary: Test now accepts both / and \ as file separator.
Reviewed-by: mcimadamore
ksrini [Thu, 22 May 2014 12:16:53 -0700] rev 25004
8042829: [javadoc] index-file output is not sorted correctly
8043062: JDK 9 platform and compiler upgrade failed on Solaris-sparcv9 with Javadoc.gmk:360: recipe for target docs/api/index.html
Reviewed-by: erikj, jjg
katleman [Thu, 19 Jun 2014 11:22:49 -0700] rev 25003
Added tag jdk9-b19 for changeset 26e23230009a
duke [Wed, 05 Jul 2017 19:46:31 +0200] rev 25002
Merge
katleman [Thu, 19 Jun 2014 11:22:36 -0700] rev 25001
Added tag jdk9-b19 for changeset 9ed534348756
duke [Wed, 05 Jul 2017 19:46:27 +0200] rev 25000
Merge
katleman [Thu, 19 Jun 2014 11:22:33 -0700] rev 24999
Added tag jdk9-b19 for changeset 12e7286572ef
duke [Wed, 05 Jul 2017 19:46:23 +0200] rev 24998
Merge
lana [Fri, 20 Jun 2014 10:14:50 -0700] rev 24997
Merge
lana [Wed, 18 Jun 2014 10:54:57 -0700] rev 24996
Merge
sundar [Tue, 17 Jun 2014 18:23:35 +0530] rev 24995
8047057: Add a regression test for the passing test cases from JDK-8042304
Reviewed-by: lagergren, attila
sundar [Tue, 17 Jun 2014 15:55:39 +0530] rev 24994
8047035: (function() "hello")() crashes in Lexer with jdk9
Reviewed-by: lagergren, hannesw, attila
lagergren [Tue, 17 Jun 2014 11:37:03 +0200] rev 24993
8046898: Make sure that lazy compilation is the default, remove redundant "enable lazy compilation" flags, added warning message if compile logging is enabled and lazy is switched off. Verified existing test suite code coverage equivalence between lazy and eager.
Reviewed-by: attila, hannesw
katleman [Thu, 19 Jun 2014 11:22:50 -0700] rev 24992
Added tag jdk9-b19 for changeset a7c5ef3bb9d4
duke [Wed, 05 Jul 2017 19:46:17 +0200] rev 24991
Merge
katleman [Thu, 19 Jun 2014 11:22:18 -0700] rev 24990
Added tag jdk9-b19 for changeset 7056eab40723
duke [Wed, 05 Jul 2017 19:46:13 +0200] rev 24989
Merge
lana [Fri, 20 Jun 2014 10:15:30 -0700] rev 24988
Merge
lana [Wed, 18 Jun 2014 10:55:17 -0700] rev 24987
Merge
scolebourne [Wed, 11 Jun 2014 08:25:33 +0100] rev 24986
8046416: Unable to parse an Instant from fields
Summary: Fix Instant parsing
Reviewed-by: rriggs
scolebourne [Thu, 12 Jun 2014 00:31:27 +0100] rev 24985
8046707: Performance of java.time could be better
Summary: Optimise performance
Reviewed-by: rriggs
vinnie [Wed, 18 Jun 2014 15:05:29 +0100] rev 24984
8047085: PKCS11/NSS tests failing intermittently on Windows
Reviewed-by: mullan
yan [Wed, 18 Jun 2014 17:34:05 +0400] rev 24983
8046596: fix doclint issues in swing classes, part 3 of 4
Reviewed-by: pchelko
Contributed-by: Andrei Eremeev <andrei.eremeev@oracle.com>
yan [Wed, 18 Jun 2014 17:31:01 +0400] rev 24982
8046595: fix doclint issues in swing classes, part 2 of 4
Reviewed-by: pchelko
Contributed-by: Andrei Eremeev <andrei.eremeev@oracle.com>
dsamersoff [Wed, 18 Jun 2014 03:29:58 -0700] rev 24981
8044762: com/sun/jdi/OptionTest.java test time out
Summary: gdata could be NULL in debugInit_exit
Reviewed-by: dcubed
sla [Wed, 18 Jun 2014 09:04:20 +0200] rev 24980
8046778: Better error messages when starting JMX agent via attach or jcmd
Reviewed-by: dholmes
chegar [Tue, 17 Jun 2014 10:47:07 +0100] rev 24979
8046902: Remove sun.misc.Timer
Reviewed-by: rriggs, mduigou, iris
sla [Mon, 09 Jun 2014 17:18:14 +0200] rev 24978
8046355: sun/tools/jstatd/TestJstatdExternalRegistry.java should be quarantined
Reviewed-by: sla
Contributed-by: alex.schenkman@oracle.com
sla [Mon, 09 Jun 2014 17:12:18 +0200] rev 24977
8046352: com/sun/tools/attach/TempDirTest.java should be quarantined
Reviewed-by: sla
Contributed-by: alex.schenkman@oracle.com
sla [Mon, 09 Jun 2014 17:04:11 +0200] rev 24976
8046351: com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotification[Content]Test.java should be quarantined
Reviewed-by: sla
Contributed-by: alex.schenkman@oracle.com
sla [Fri, 13 Jun 2014 11:58:34 +0200] rev 24975
8046348: com/sun/jdi/OptionTest.java should be quarantined
Reviewed-by: sla
Contributed-by: alex.schenkman@oracle.com
vlivanov [Tue, 17 Jun 2014 13:06:05 +0400] rev 24974
8046903: VM anonymous class members can't be statically invocable
Reviewed-by: jrose
sla [Tue, 17 Jun 2014 10:01:16 +0200] rev 24973
6622468: TEST_BUG: Time to retire the @debuggeeVMOptions mechanism used in the com.sun.jdi infrastructure
Summary: Use jtreg "@run driver" for the JDI tests
Reviewed-by: sspitsyn, dholmes
smarks [Mon, 16 Jun 2014 17:52:21 -0700] rev 24972
8044730: small errors in ConcurrentHashMap and LongAdder docs
Reviewed-by: martin
mullan [Mon, 16 Jun 2014 13:48:58 -0400] rev 24971
Merge
mullan [Mon, 16 Jun 2014 13:47:42 -0400] rev 24970
8046044: Fix raw and unchecked lint warnings in XML Signature Impl
Reviewed-by: darcy
psandoz [Mon, 16 Jun 2014 17:45:26 +0100] rev 24969
8041679: Replace uses of StringBuffer with StringBuilder within core library classes
Reviewed-by: psandoz, alanb, xuelei, dfuchs, jfranck, prr, serb, chegar
Contributed-by: otaviopolianasantana@gmail.com
henryjen [Mon, 16 Jun 2014 08:09:30 -0700] rev 24968
8046389: Add missing @since tag under javax.sql.**
Reviewed-by: lancea
dsamersoff [Mon, 16 Jun 2014 07:25:11 -0700] rev 24967
8041498: Remove npt library
Summary: Get rid of npt library and move utf-related code to share/backend
Reviewed-by: sla
vinnie [Mon, 16 Jun 2014 13:40:49 +0100] rev 24966
8036613: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/provider/WinCAPISeedGenerator.c
Reviewed-by: mullan
sla [Mon, 16 Jun 2014 13:52:25 +0200] rev 24965
8043939: Remove management-agent.jar
Reviewed-by: alanb
ykantser [Mon, 16 Jun 2014 11:03:54 +0200] rev 24964
6545295: TEST BUG: The test HatHeapDump1Test uses wrong path in exec call.
Reviewed-by: sla
michaelm [Fri, 13 Jun 2014 14:32:49 +0100] rev 24963
Merge
michaelm [Fri, 13 Jun 2014 14:30:41 +0100] rev 24962
8046588: test for SO_FLOW_SLA availability does not check for EACCESS
Reviewed-by: alanb, chegar
katleman [Thu, 19 Jun 2014 11:22:38 -0700] rev 24961
Added tag jdk9-b19 for changeset 40b2b32fa541
duke [Wed, 05 Jul 2017 19:46:03 +0200] rev 24960
Merge
lana [Fri, 20 Jun 2014 10:15:08 -0700] rev 24959
Merge
lana [Wed, 18 Jun 2014 10:56:06 -0700] rev 24958
Merge