alanb [Mon, 13 Oct 2014 17:35:19 +0100] rev 27034
8060166: javax/management/MBeanInfo/NotificationInfoTest.java fails with modular image
Reviewed-by: dfuchs
weijun [Mon, 13 Oct 2014 17:55:14 +0800] rev 27033
8048052: Permission tests for setFactory
Summary: Add RuntimePermission tests for setFactory
Reviewed-by: weijun, mullan
Contributed-by: felix.yang@oracle.com
chegar [Sat, 11 Oct 2014 14:45:27 +0100] rev 27032
8060052: FutureTask; fix underflow when timeout = Long.MIN_VALUE
Reviewed-by: martin
alanb [Sat, 11 Oct 2014 13:24:23 +0100] rev 27031
8058855: Update java.util.zip tests to work with modular image
Reviewed-by: dholmes, sherman, alanb
Contributed-by: amy.lu@oracle.com
kshefov [Fri, 10 Oct 2014 21:28:35 +0400] rev 27030
8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineError
Reviewed-by: darcy, vlivanov
dfuchs [Fri, 10 Oct 2014 12:05:32 +0200] rev 27029
8042147: test sun/util/logging/SourceClassName.java failed: Unexpected source: java.util.Currency info
Summary: the test should allow for the possibility that something else than the test code itself might log during the test.
Reviewed-by: lancea
katleman [Thu, 16 Oct 2014 12:02:05 -0700] rev 27028
Added tag jdk9-b35 for changeset 4bee12591374
duke [Wed, 05 Jul 2017 20:04:17 +0200] rev 27027
Merge
lana [Thu, 16 Oct 2014 14:15:37 -0700] rev 27026
Merge
jiangli [Tue, 14 Oct 2014 18:47:46 -0700] rev 27025
8044269: Analysis of archive files.
Summary: Add checksum verification.
Reviewed-by: iklam, dholmes, mschoene
zgu [Mon, 16 Jun 2014 10:23:46 -0400] rev 27024
8038903: More native monitor monitoring
Summary: Moved ntive monitor monitoring flags to experimental
Reviewed-by: acorn, hseigel, mschoene
hseigel [Fri, 30 May 2014 13:23:27 -0400] rev 27023
8041717: Issue with class file parser
Summary: Add better checking for bad values.
Reviewed-by: coleenp, lfoltan, mschoene
hseigel [Tue, 22 Jul 2014 16:16:51 +0400] rev 27022
8036533: Method for correct defaults
8036156: Limit default method hierarchy
Summary: Fix protected access checks
Reviewed-by: coleenp, lfoltan, acorn, ahgross
coleenp [Tue, 14 Oct 2014 13:10:50 -0700] rev 27021
8015256: Better class accessibility
Summary: Improve protection domain check in forName()
Reviewed-by: mchung, acorn, jdn
lfoltan [Wed, 07 May 2014 19:38:22 +0400] rev 27020
8036805: Correct linker method lookup.
Summary: Correct handling of array of primitive type qualifiers during field and method resolution.
Reviewed-by: acorn, hseigel, ahgross
amurillo [Fri, 10 Oct 2014 02:24:35 -0700] rev 27019
Merge
iveresov [Thu, 09 Oct 2014 12:36:20 -0700] rev 27018
Merge
thartmann [Wed, 08 Oct 2014 09:23:18 +0200] rev 27017
8059735: make_not_entrant_or_zombie sees zombies
Summary: Make sure nmethod is not set to zombie state twice by sweeper and safepoint code.
Reviewed-by: kvn, anoll, mgerdin
anoll [Mon, 06 Oct 2014 06:51:37 -0700] rev 27016
8059331: Print additional information for the assert in Compile::start()
Summary: Add additional output that shows the failure reason
Reviewed-by: kvn
thartmann [Mon, 06 Oct 2014 07:58:50 +0200] rev 27015
8059559: SIGSEGV at CodeHeap::allocate(unsigned int, bool)
Summary: Create the non-profiled code heap if TieredStopAtLevel=0 is set because we compile method handle intrinsics.
Reviewed-by: kvn
iveresov [Fri, 03 Oct 2014 13:34:46 -0700] rev 27014
8059621: JVM crashes with "unexpected index type" assert in LIRGenerator::do_UnsafeGetRaw
Summary: Get types from LIR instructions instead of HIR
Reviewed-by: kvn
iveresov [Fri, 03 Oct 2014 11:14:58 -0700] rev 27013
Merge
goetz [Thu, 02 Oct 2014 09:32:53 +0200] rev 27012
8059592: Recent bugfixes in ppc64 port.
Reviewed-by: kvn
kvn [Thu, 02 Oct 2014 11:36:44 -0700] rev 27011
8059299: assert(adr_type != NULL) failed: expecting TypeKlassPtr
Summary: Use top() for dead paths when initializing Phi node of exceptions klasses in Parse::catch_inline_exceptions().
Reviewed-by: jrose, vlivanov
jwilhelm [Thu, 09 Oct 2014 13:42:29 +0200] rev 27010
Merge
mlarsson [Tue, 07 Oct 2014 14:54:53 +0200] rev 27009
8058298: Separate heap region iterator claim values from the data structures iterated over
Reviewed-by: tschatzl, brutisso
sjohanss [Mon, 06 Oct 2014 10:11:13 +0200] rev 27008
8059466: Force young GC to initiate marking cycle when stat update is requested
Summary: Enable yc to be forced for stat update.
Reviewed-by: mgerdin, jcoomes
cjplummer [Fri, 03 Oct 2014 13:56:18 -0700] rev 27007
8046607: Code cleanup: PerfMemory::backing_store_filename() should be removed
Summary: Summary: Removed PerfMemory::backing_store_filename() API since it is not used anywhere.
Reviewed-by: sla, hseigel
gziemski [Fri, 03 Oct 2014 15:41:56 -0500] rev 27006
Merge
coleenp [Fri, 03 Oct 2014 03:31:30 +0000] rev 27005
Merge
coleenp [Thu, 02 Oct 2014 16:31:44 -0400] rev 27004
8047736: Remove JVM_GetClassLoader as no longer used
Summary: Remove this function from hotspot. It's already removed from the JDK.
Reviewed-by: mchung, fparain, ctornqvi
shade [Thu, 02 Oct 2014 17:13:31 +0400] rev 27003
8059595: Verifier::verify is wasting time before is_eligible_for_verification check
Summary: Do the check earlier.
Reviewed-by: hseigel, kamg
katleman [Thu, 16 Oct 2014 12:01:59 -0700] rev 27002
Added tag jdk9-b35 for changeset 58090065f895
lana [Thu, 16 Oct 2014 14:14:39 -0700] rev 27001
Merge
erikj [Thu, 16 Oct 2014 10:37:03 +0200] rev 27000
8055191: Split GensrcProperties.gmk into separate modules
Reviewed-by: tbell
mchung [Tue, 14 Oct 2014 20:26:09 -0700] rev 26999
8059083: Remove jdk.compact3 from modules.xml
Reviewed-by: alanb
katleman [Thu, 16 Oct 2014 12:01:55 -0700] rev 26998
Added tag jdk9-b35 for changeset 6ca2395495b0
duke [Wed, 05 Jul 2017 20:04:04 +0200] rev 26997
Added tag jdk9-b35 for changeset a137992d750c
duke [Wed, 05 Jul 2017 20:04:04 +0200] rev 26996
Merge
duke [Wed, 05 Jul 2017 20:04:01 +0200] rev 26995
Merge
lana [Thu, 09 Oct 2014 12:17:46 -0700] rev 26994
Merge
jlahoda [Thu, 09 Oct 2014 10:08:52 +0200] rev 26993
8057652: Request to improve error messages for labeled declarations
Summary: Parse labeled statements as block statements to improve error recovery for labeled declarations; related cleanup.
Reviewed-by: jjg
alundblad [Tue, 07 Oct 2014 21:21:42 +0200] rev 26992
8059349: Public API scanning should be implemented in the form of a TaskListener
Summary: Replaces JavaCompilerWithDeps with a TaskListener.
Reviewed-by: jfranck
alundblad [Tue, 07 Oct 2014 21:15:10 +0200] rev 26991
8056258: Analysis of public API does not take super classes into account
8048609: simplify sjavac dependence on javac dependency gathering
Summary: Replaces Attr-/ResolveWithDeps with TaskListeners
Reviewed-by: jfranck, ohrstrom
rfield [Sat, 04 Oct 2014 10:13:11 -0700] rev 26990
8056051: int[]::clone causes "java.lang.NoClassDefFoundError: Array"
Reviewed-by: mcimadamore, vromero
katleman [Thu, 09 Oct 2014 11:24:21 -0700] rev 26989
Added tag jdk9-b34 for changeset adc83124cc10
duke [Wed, 05 Jul 2017 20:03:57 +0200] rev 26988
Merge
katleman [Thu, 09 Oct 2014 11:24:13 -0700] rev 26987
Added tag jdk9-b34 for changeset ce4fdd38d96b
duke [Wed, 05 Jul 2017 20:03:54 +0200] rev 26986
Merge
katleman [Thu, 09 Oct 2014 11:24:08 -0700] rev 26985
Added tag jdk9-b34 for changeset 43af2400d718
duke [Wed, 05 Jul 2017 20:03:52 +0200] rev 26984
Merge
lana [Thu, 09 Oct 2014 12:17:10 -0700] rev 26983
Merge
lagergren [Thu, 09 Oct 2014 10:19:24 +0200] rev 26982
8059811: Turn off optimistic typing by default and add both ant test-pessimistic and ant test-optimistic sub-test suites.
Reviewed-by: attila, shade, hannesw
hannesw [Wed, 08 Oct 2014 17:20:29 +0200] rev 26981
8059938: NPE restoring cached script with optimistic types disabled
Reviewed-by: lagergren, sundar
hannesw [Wed, 08 Oct 2014 15:50:36 +0200] rev 26980
8059236: Memory leak when executing octane pdfjs with optimistic typing
Reviewed-by: jlaskey, attila
lagergren [Mon, 06 Oct 2014 10:43:57 +0200] rev 26979
8059231: Verify that octane raytrace now works with optimistic types turned off. Add better logging for optimistic types in the compiler.
Reviewed-by: attila
katleman [Thu, 09 Oct 2014 11:24:22 -0700] rev 26978
Added tag jdk9-b34 for changeset b5f80ea5eb07
duke [Wed, 05 Jul 2017 20:03:48 +0200] rev 26977
Merge
katleman [Thu, 09 Oct 2014 11:23:53 -0700] rev 26976
Added tag jdk9-b34 for changeset 72d2793e397a
duke [Wed, 05 Jul 2017 20:03:45 +0200] rev 26975
Merge
ksrini [Thu, 09 Oct 2014 13:28:15 -0700] rev 26974
8059973: Broken link in Class Pack200
Reviewed-by: mchung
lancea [Thu, 09 Oct 2014 16:01:13 -0400] rev 26973
8059997: Fix broken link in WebRowSet javadoc
Reviewed-by: rriggs
lana [Thu, 09 Oct 2014 12:16:00 -0700] rev 26972
Merge
dsamersoff [Thu, 09 Oct 2014 06:49:13 -0700] rev 26971
8059037: JdpTest.sh hangs when trying to kill the test VM
Summary: Removed shell tests enable java ones
Reviewed-by: sla, miauno
weijun [Thu, 09 Oct 2014 16:05:24 +0800] rev 26970
8060007: Keytool test can use bundled NSS lib on Mac
Reviewed-by: vinnie
simonis [Tue, 07 Oct 2014 15:14:05 +0200] rev 26969
8059868: JVM crashes on attach on Windows when compiled with /RTC1
Reviewed-by: alanb, sla
Contributed-by: thomas.stuefe@sap.com
lancea [Wed, 08 Oct 2014 11:51:36 -0400] rev 26968
8059870: RowsetFactoryTests & RowSetProviderTests failing
Reviewed-by: dfuchs
juh [Tue, 07 Oct 2014 22:23:19 -0700] rev 26967
8037550: Update RFC references in javadoc to RFC 5280
Reviewed-by: mullan
mchung [Tue, 07 Oct 2014 19:22:24 -0700] rev 26966
8056909: test/sun/reflect/CallerSensitive/CallerSensitiveFinder.java fails with OOME
Reviewed-by: darcy
jcoomes [Tue, 07 Oct 2014 15:44:11 -0700] rev 26965
Merge
amurillo [Fri, 03 Oct 2014 05:58:33 -0700] rev 26964
Merge
farvidsson [Mon, 29 Sep 2014 10:01:17 +0200] rev 26963
8059105: Add better failure reporting to com/sun/jdi/RunToExit.java test
Summary: Add better failure reporting to com/sun/jdi/RunToExit.java test
Reviewed-by: sla, egahlin, jbachorik
Contributed-by: fredrik.arvidsson@oracle.com
lancea [Tue, 07 Oct 2014 14:03:43 -0400] rev 26962
8059882: Disable RowSetFactory and RowSetProviderTests which are failing due to agentvm mode
Reviewed-by: darcy
dfuchs [Tue, 07 Oct 2014 14:49:45 +0200] rev 26961
8028788: Logger.enterring uses String concatenation in a loop
Summary: Changed code to use StringBuilder instead.
Reviewed-by: chegar, lancea
igerasim [Tue, 07 Oct 2014 14:00:24 +0400] rev 26960
8059840: (bb) Typo in javadoc for ByteBuffer.wrap()
Reviewed-by: dfuchs
lancea [Mon, 06 Oct 2014 12:56:54 -0400] rev 26959
8059570: Addition of tests for RowSetFactory and RowSetProvider
Reviewed-by: dfuchs
vinnie [Mon, 06 Oct 2014 16:44:57 +0100] rev 26958
8059627: Enable PKCS11 tests on Mac
Reviewed-by: mullan
vinnie [Sun, 05 Oct 2014 14:24:44 +0100] rev 26957
8041740: Test sun/security/tools/keytool/ListKeychainStore.sh fails on Mac
Reviewed-by: mullan
katleman [Thu, 09 Oct 2014 11:24:15 -0700] rev 26956
Added tag jdk9-b34 for changeset 6de4f9cd37ad
duke [Wed, 05 Jul 2017 20:03:40 +0200] rev 26955
Merge
lana [Thu, 09 Oct 2014 12:17:17 -0700] rev 26954
Merge
jcoomes [Tue, 07 Oct 2014 15:44:11 -0700] rev 26953
Merge
jwilhelm [Fri, 03 Oct 2014 13:00:21 +0200] rev 26952
Merge
mlarsson [Fri, 03 Oct 2014 10:05:11 +0200] rev 26951
8059651: Tests specify -XX:+UseG1GC and -XX:ParallelGCThreads=0
Reviewed-by: jwilhelm, brutisso
iklam [Fri, 03 Oct 2014 02:59:14 +0000] rev 26950
Merge
iklam [Thu, 02 Oct 2014 12:55:40 -0700] rev 26949
Merge
thartmann [Thu, 02 Oct 2014 12:58:37 +0200] rev 26948
8059596: VM startup fails with 'Invalid code heap sizes' if -XX:ReservedCodeCacheSize is set
Summary: Only increase code heap sizes in Arguments::set_tiered_flags() if reserved code cache size is default.
Reviewed-by: shade, vlivanov, sla
iveresov [Fri, 03 Oct 2014 01:10:39 +0000] rev 26947
Merge
iveresov [Thu, 02 Oct 2014 12:31:03 -0700] rev 26946
Merge
vlivanov [Wed, 01 Oct 2014 12:34:45 -0700] rev 26945
8059556: C2: crash while inlining MethodHandle invocation w/ null receiver
Reviewed-by: kvn, jrose
vlivanov [Wed, 01 Oct 2014 12:34:38 -0700] rev 26944
8058828: Wrong ciConstant type for arrays from ConstantPool::_resolved_reference
Reviewed-by: kvn, jrose
thartmann [Wed, 01 Oct 2014 09:40:43 +0000] rev 26943
Merge
zmajo [Wed, 01 Oct 2014 10:01:46 +0200] rev 26942
8059390: code cache fills up for bigapps/Weblogic+medrec/nowarnings
Summary: Retrieve code heap in CodeCache::allocate(), ::report_codemem_full(), and ::unallocated_capacity() also if segmented code cache is disabled.
Reviewed-by: vlivanov, thartmann
neliasso [Tue, 30 Sep 2014 10:22:58 +0200] rev 26941
8058891: serviceability/dcmd/CodelistTest.java - fails on all platforms
Summary: Fix can not reflect MethodHandles
Reviewed-by: kvn, drchase
jwilhelm [Fri, 03 Oct 2014 00:21:49 +0200] rev 26940
Merge
mlarsson [Thu, 02 Oct 2014 11:22:02 +0200] rev 26939
8059527: Disallow ParallelGCThreads=0 for G1
Reviewed-by: ehelin, brutisso
ehelin [Wed, 01 Oct 2014 16:09:01 +0200] rev 26938
8049599: MetaspaceGC::_capacity_until_GC can overflow
Reviewed-by: jmasa, stefank
shade [Wed, 01 Oct 2014 12:29:28 +0400] rev 26937
8059474: Clean up vm/utilities/Bitmap type uses
Reviewed-by: coleenp, mgerdin
brutisso [Tue, 30 Sep 2014 13:14:22 +0200] rev 26936
8059452: G1: Change the default values for G1HeapWastePercent and G1MixedGCLiveThresholdPercent
Reviewed-by: tschatzl, jwilhelm
ehelin [Mon, 29 Sep 2014 12:05:44 +0000] rev 26935
Merge
ehelin [Mon, 29 Sep 2014 10:38:50 +0200] rev 26934
8058963: CollectorPolicy::satisfy_failed_metadata_allocation can avoid some safepoints
Reviewed-by: brutisso, mgerdin
tschatzl [Mon, 29 Sep 2014 09:59:23 +0200] rev 26933
8043766: CMM Testing: 8u40 Decommit auxiliary data structures
Summary: Check that native memory is returned to the system when decommiting memory within the heap with G1.
Reviewed-by: tschatzl, jwilhelm
Contributed-by: Andrey Zakharov <andrey.x.zakharov@oracle.com>
jwilhelm [Sat, 27 Sep 2014 15:11:41 +0200] rev 26932
8047976: Ergonomics for GC thread counts should update the flags
Summary: Ergonomics updates flags for number of GC threads
Reviewed-by: tschatzl, jwilhelm
iklam [Wed, 01 Oct 2014 15:24:34 -0700] rev 26931
Merge
iklam [Fri, 26 Sep 2014 17:55:09 -0700] rev 26930
Merge
coleenp [Fri, 26 Sep 2014 18:59:09 -0400] rev 26929
Merge
coleenp [Fri, 26 Sep 2014 17:11:27 -0400] rev 26928
8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
Summary: Only update the refcount without looking it up in the symbol table.
Reviewed-by: hseigel, lfoltan, shade
coleenp [Fri, 26 Sep 2014 12:50:30 -0400] rev 26927
8058927: ATG throws ClassNotFoundException
Summary: ClassLoader for array klass set to null and not the class loader of the component type.
Reviewed-by: dcubed, ctornqvi
coleenp [Thu, 25 Sep 2014 12:04:28 +0000] rev 26926
Merge
coleenp [Thu, 25 Sep 2014 07:52:32 -0400] rev 26925
8058818: Allocation of more then 1G of memory using Unsafe.allocateMemory is still causing a fatal error on 32bit platforms
Summary: The assert was firing for NMT_Off and minimal too even though the size isn't used.
Reviewed-by: gtriantafill, dholmes
dsamersoff [Thu, 25 Sep 2014 02:48:25 -0700] rev 26924
8054194: jstack crash: assert(handle != NULL) failed: JNI handle should not be null
Summary: Add better error check to sa to avoid secondary crash
Reviewed-by: sla, jbachorik, sspitsyn
shade [Mon, 22 Sep 2014 18:34:35 +0400] rev 26923
8057925: PrintSymbolTableSizeHistogram prints misleading output
Reviewed-by: jrose, kvn, gziemski
sla [Wed, 24 Sep 2014 09:49:47 +0200] rev 26922
8058936: hotspot/test/Makefile should use jtreg script from $JT_HOME/bin/jreg (instead of $JT_HOME/win32/bin/jtreg)
Reviewed-by: dholmes, stefank
dholmes [Tue, 23 Sep 2014 21:33:58 -0400] rev 26921
8058919: Add sanity test for minimal VM in test/Makefile
Reviewed-by: twisti, kvn, coleenp
iveresov [Wed, 01 Oct 2014 11:43:03 -0700] rev 26920
Merge
thartmann [Tue, 30 Sep 2014 15:44:43 +0200] rev 26919
8059468: Fix PrintCodeCache output changed by JDK-8059137
Summary: Change output of PrintCodeCache to print "CodeCache" instead of "Code Cache" and change name of non-method code heap to non-nmethod code heap.
Reviewed-by: vlivanov, anoll
thartmann [Tue, 30 Sep 2014 09:06:39 +0200] rev 26918
8059137: MemoryPoolMXBeans for different code heaps should contain 'Code heap' in their names
Summary: The segmented code cache implementation registers a memory pool for each code heap. To be consistent with the "non-segmented" output, the names of these pools should contain the word "code heap".
Reviewed-by: kvn, sla, fzhinkin
vlivanov [Mon, 29 Sep 2014 11:46:05 -0700] rev 26917
8058825: EA: ConnectionGraph::split_unique_types does incorrect scalar replacement
Reviewed-by: kvn
vlivanov [Mon, 29 Sep 2014 09:32:15 -0700] rev 26916
8038098: [TESTBUG] remove explicit set build flavor from hotspot/test/compiler/* tests
Reviewed-by: iignatyev, vlivanov, kvn, fzhinkin
Contributed-by: evgeniya.stepanova@oracle.com
vlivanov [Mon, 29 Sep 2014 09:29:24 -0700] rev 26915
8025606: [TESTBUG] Move ctw-tests to /testlibrary_tests
Reviewed-by: iignatyev, vlivanov, kvn
Contributed-by: evgeniya.stepanova@oracle.com
vlivanov [Mon, 29 Sep 2014 09:26:48 -0700] rev 26914
8058578: -XX:+TraceDependencies is broken for call_site_target_value dependency type
Reviewed-by: jrose, kvn
shade [Thu, 25 Sep 2014 12:10:57 +0400] rev 26913
8058968: Compiler time traces should be improved
Summary: Use CITime consistently, make C2 to report to CompilerBroker, more probes.
Reviewed-by: vlivanov, jrose
thartmann [Mon, 29 Sep 2014 08:40:51 +0200] rev 26912
8058737: CodeCache::find_blob fails with 'unsafe access to zombie method'
Summary: Remove active ICStubs from zombie nmethods
Reviewed-by: kvn, iveresov
iveresov [Fri, 26 Sep 2014 20:09:02 -0700] rev 26911
8058536: java/lang/instrument/NativeMethodPrefixAgent.java fails due to VirtualMachineError: out of space in CodeCache for method handle intrinsic
Summary: Make sure MH intrinsics can be created before compiler instances
Reviewed-by: kvn
goetz [Mon, 29 Sep 2014 16:03:30 -0400] rev 26910
8058880: Introduce identifier TEMP_DEF for effects in adl.
Summary: Modified adlc sources.
Reviewed-by: kvn, drchase
katleman [Thu, 09 Oct 2014 11:24:04 -0700] rev 26909
Added tag jdk9-b34 for changeset 8af850ba9862
lana [Thu, 09 Oct 2014 12:15:35 -0700] rev 26908
Merge
erikj [Mon, 06 Oct 2014 14:37:54 +0200] rev 26907
8059658: Bootcycle build not actually using built image
Reviewed-by: tbell
katleman [Thu, 09 Oct 2014 11:23:51 -0700] rev 26906
Added tag jdk9-b34 for changeset f213bab3e72c
duke [Wed, 05 Jul 2017 20:03:24 +0200] rev 26905
Added tag jdk9-b34 for changeset 9618201c5df2
duke [Wed, 05 Jul 2017 20:03:24 +0200] rev 26904
Merge
duke [Wed, 05 Jul 2017 20:03:21 +0200] rev 26903
Merge
lana [Fri, 03 Oct 2014 12:11:32 -0700] rev 26902
Merge
sogoel [Wed, 01 Oct 2014 14:15:40 -0700] rev 26901
8055783: Group 9e: golden files for tests in tools/javac dir
Reviewed-by: jjg, mcimadamore
bpatel [Fri, 26 Sep 2014 13:51:43 -0700] rev 26900
8048351: tidy errors for attribute href, name for langtools javadoc tests needs investigation
Reviewed-by: jjg
lana [Fri, 03 Oct 2014 11:07:15 -0700] rev 26899
Added tag jdk9-b33 for changeset 6be305e56bcb
duke [Wed, 05 Jul 2017 20:03:17 +0200] rev 26898
Merge
lana [Fri, 03 Oct 2014 11:07:06 -0700] rev 26897
Added tag jdk9-b33 for changeset a54a9b558134
duke [Wed, 05 Jul 2017 20:03:14 +0200] rev 26896
Merge
lana [Fri, 03 Oct 2014 11:07:05 -0700] rev 26895
Added tag jdk9-b33 for changeset d82c879893c6
duke [Wed, 05 Jul 2017 20:03:11 +0200] rev 26894
Merge
lana [Fri, 03 Oct 2014 12:10:58 -0700] rev 26893
Merge
erikj [Fri, 03 Oct 2014 10:37:12 +0200] rev 26892
8059135: New Nasgen dependencies to Nashorn breaks the JDK 9 build - bootstrapping problem?
Reviewed-by: tbell, attila, lagergren
attila [Thu, 02 Oct 2014 16:30:49 +0200] rev 26891
8059346: Single class loader is used to load compiled bytecode
Reviewed-by: hannesw, lagergren
attila [Wed, 01 Oct 2014 12:22:12 +0200] rev 26890
8059372: Code duplication in split emitter
Reviewed-by: jlaskey, lagergren
attila [Wed, 01 Oct 2014 10:26:53 +0200] rev 26889
8059371: Code duplication in handling of break and continue
Reviewed-by: jlaskey, lagergren
attila [Wed, 01 Oct 2014 10:26:25 +0200] rev 26888
8059370: Unnecessary work in deoptimizing recompilation
Reviewed-by: jlaskey, lagergren
lagergren [Mon, 29 Sep 2014 14:39:58 -0700] rev 26887
8059321: Decrease warmup time by caching common structures that were reused during parse
Reviewed-by: attila, shade
lagergren [Fri, 26 Sep 2014 18:47:20 +0200] rev 26886
8059211: Changed ArrayData.length accessor to use the protected field and fixed javadoc warnings related to this
Reviewed-by: attila, hannesw
lana [Fri, 03 Oct 2014 11:07:16 -0700] rev 26885
Added tag jdk9-b33 for changeset 41df1bde8056
duke [Wed, 05 Jul 2017 20:03:08 +0200] rev 26884
Merge
lana [Fri, 03 Oct 2014 12:11:03 -0700] rev 26883
Merge
alanb [Fri, 26 Sep 2014 22:24:37 +0100] rev 26882
8049389: Move orb.idl and ir.idl to JDK include directory
Reviewed-by: erikj
lana [Fri, 03 Oct 2014 11:07:01 -0700] rev 26881
Added tag jdk9-b33 for changeset 763f7ca2eadc
duke [Wed, 05 Jul 2017 20:03:05 +0200] rev 26880
Merge
lana [Fri, 03 Oct 2014 12:11:44 -0700] rev 26879
Merge
vinnie [Fri, 03 Oct 2014 13:07:05 +0100] rev 26878
8048512: Uninitialised memory in jdk/src/share/native/sun/security/ec/ECC_JNI.cpp
Reviewed-by: mullan
kshefov [Fri, 03 Oct 2014 12:44:30 +0400] rev 26877
8058695: [TESTBUG] Reinvokers with arity >253 can't be cached
Reviewed-by: iignatyev, vlivanov
coffeys [Thu, 02 Oct 2014 17:34:44 +0100] rev 26876
8031191: Warning exception when XMLSignature logging is enabled
Reviewed-by: mullan, chegar
igerasim [Wed, 01 Oct 2014 23:10:34 +0400] rev 26875
8059450: Not quite correct code sample in javadoc
Reviewed-by: chegar
dfuchs [Wed, 01 Oct 2014 18:16:45 +0200] rev 26874
8025690: Default FileHandler constructor doesn't throw NullPointerException if pattern is empty and count > 1
Summary: Added additional check in default constructor in order to fix the oddity and make the implementation comply with the spec.
Reviewed-by: lancea
msheppar [Wed, 01 Oct 2014 16:36:18 +0100] rev 26873
8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist
Summary: changed hello.foo.bar to invalidhost.invalid
Reviewed-by: chegar
amurillo [Tue, 30 Sep 2014 08:39:22 -0700] rev 26872
Merge
amurillo [Fri, 26 Sep 2014 01:40:33 -0700] rev 26871
Merge
jwilhelm [Thu, 25 Sep 2014 23:46:06 +0200] rev 26870
Merge
jwilhelm [Tue, 16 Sep 2014 17:22:58 +0200] rev 26869
8055006: Store original value of Min/MaxHeapFreeRatio
Summary: Store the value set by the user and some makefile changes required to change the flags.
Reviewed-by: jwilhelm, ihse
Contributed-by: erik.joelsson@oracle.com
amurillo [Fri, 19 Sep 2014 08:55:47 -0700] rev 26868
Merge
thartmann [Wed, 17 Sep 2014 08:04:31 +0200] rev 26867
8015774: Add support for multiple code heaps
Summary: Support for segmentation of the code cache. Separate code heaps are created and used to store code of different types.
Reviewed-by: kvn, iveresov, roland, anoll, egahlin, sla
vinnie [Tue, 30 Sep 2014 13:25:04 +0100] rev 26866
8059462: Typo in keytool resource file
Reviewed-by: weijun
weijun [Tue, 30 Sep 2014 13:38:58 +0800] rev 26865
8058657: Add @jdk.Exported to com.sun.jarsigner APIs
Reviewed-by: alanb, mchung
dfuchs [Mon, 29 Sep 2014 18:56:32 +0200] rev 26864
8059269: FileHandler may throw NPE if pattern is a simple name and the lock file already exists
Summary: NPE may be thrown when Path.getParentPath() returns null. The fix is to call Path.getAbsolutePath().getParentPath() when Path.getParentPath() returns null.
Reviewed-by: alanb
weijun [Sun, 28 Sep 2014 10:42:50 +0800] rev 26863
8059313: Enable keytool NSS test on Mac
Reviewed-by: vinnie
wetmore [Sat, 27 Sep 2014 03:49:31 +0000] rev 26862
8059307: OpenJDK build problem with JDK-8058845
Reviewed-by: alanb
wetmore [Fri, 26 Sep 2014 17:05:05 -0700] rev 26861
8058845: Update JCE environment for build improvements
Reviewed-by: mullan, alanb, erikj, mchung, katleman
alanb [Fri, 26 Sep 2014 22:24:50 +0100] rev 26860
8049389: Move orb.idl and ir.idl to JDK include directory
Reviewed-by: erikj
dfuchs [Fri, 26 Sep 2014 11:29:29 +0200] rev 26859
8043306: Provide a replacement for the API that allowed to listen for LogManager configuration changes
Summary: Added two new methods to LogManager (addConfigurationListener/removeConfigurationListener) which provide an equivalent functionality with no ties to java.beans.
Reviewed-by: alanb, mchung, plevart, psandoz
okutsu [Fri, 26 Sep 2014 12:52:18 +0900] rev 26858
8042126: DateTimeFormatter "MMMMM" returns English value in Japanese locale
Reviewed-by: naoto
lana [Fri, 03 Oct 2014 11:07:09 -0700] rev 26857
Added tag jdk9-b33 for changeset f9efcf2457e3
duke [Wed, 05 Jul 2017 20:02:59 +0200] rev 26856
Merge
lana [Fri, 03 Oct 2014 12:11:14 -0700] rev 26855
Merge
amurillo [Fri, 26 Sep 2014 01:40:31 -0700] rev 26854
Merge
jwilhelm [Fri, 26 Sep 2014 06:07:48 +0000] rev 26853
Merge
jwilhelm [Mon, 22 Sep 2014 16:22:21 +0200] rev 26852
Merge
mgerdin [Thu, 25 Sep 2014 10:01:53 +0200] rev 26851
8055141: Catch linker errors earlier in the JVM build by not allowing unresolved externals
Reviewed-by: erikj, ehelin, dholmes
brutisso [Wed, 24 Sep 2014 11:00:12 +0200] rev 26850
8036116: Fix thread-id types in G1 remembered set implementations
Reviewed-by: stefank, jprovino, brutisso
Contributed-by: sangheon.kim@oracle.com
sla [Tue, 23 Sep 2014 14:18:55 +0200] rev 26849
Merge
stefank [Tue, 23 Sep 2014 12:52:57 +0000] rev 26848
Merge
jprovino [Tue, 23 Sep 2014 12:34:37 +0200] rev 26847
8027450: Improve time reporting in G1 remark
Reviewed-by: stefank, tschatzl
tonyp [Tue, 23 Sep 2014 11:43:24 +0200] rev 26846
8058495: G1: normalize names for isHumongous() and friends
Reviewed-by: tschatzl, brutisso
jcoomes [Thu, 11 Sep 2014 17:13:30 -0700] rev 26845
8058235: identify GCs initiated to update allocation context stats
Reviewed-by: mikael, sjohanss
sjohanss [Mon, 08 Sep 2014 15:24:10 +0200] rev 26844
8057752: WhiteBox extension support for testing
Summary: Refactored parts of whitebox.cpp to enable registration of whitebox methods defined outside this file.
Reviewed-by: mikael, ctornqvi, jmasa
jcoomes [Wed, 10 Sep 2014 16:06:53 -0700] rev 26843
8057827: notify an obj when allocation context stats are available
Reviewed-by: mikael, jmasa, tschatzl
jcoomes [Wed, 10 Sep 2014 13:01:13 -0700] rev 26842
8057824: methods to copy allocation context statistics
Reviewed-by: mikael, jmasa, tschatzl
jcoomes [Wed, 10 Sep 2014 13:01:13 -0700] rev 26841
8057818: collect allocation context statistics at gc pauses
Reviewed-by: mikael, jmasa
sjohanss [Tue, 09 Sep 2014 04:48:41 +0200] rev 26840
8057710: Refactor G1 heap region default sizes
Summary: Refactored the defines to instead be static const in a HeapRegionBounds class.
Reviewed-by: mgerdin, tschatzl
sjohanss [Tue, 09 Sep 2014 00:05:25 +0200] rev 26839
8057658: Enable G1 FullGC extensions
Summary: Refactored the G1 FullGC code to enable it to be extended.
Reviewed-by: mgerdin, brutisso
jcoomes [Fri, 05 Sep 2014 12:36:37 -0700] rev 26838
8057623: add an extension class for argument handling
Reviewed-by: brutisso, mgerdin, tschatzl
sjohanss [Fri, 05 Sep 2014 09:49:19 +0200] rev 26837
8057536: Refactor G1 to allow context specific allocations
Summary: Splitting out a g1 allocator class to simply specialized allocators which can associate each allocation with a given context.
Reviewed-by: mgerdin, brutisso
jcoomes [Thu, 04 Sep 2014 16:53:27 -0700] rev 26836
8057531: refactor gc argument processing code slightly
Reviewed-by: mgerdin, tschatzl, jmasa
jcoomes [Thu, 04 Sep 2014 09:37:41 -0700] rev 26835
8054970: gc src file exclusion should exclude alternative sources
Reviewed-by: ehelin, stefank
sla [Thu, 04 Sep 2014 11:21:08 +0200] rev 26834
8057535: add a thread extension class
Reviewed-by: mgerdin, bdelsart, jcoomes
jwilhelm [Mon, 22 Sep 2014 16:22:21 +0200] rev 26833
Merge
brutisso [Fri, 19 Sep 2014 12:11:08 +0000] rev 26832
Merge
mlarsson [Thu, 18 Sep 2014 11:04:00 +0200] rev 26831
8035729: Code using assert(is_oop_or_null) needs better error messages
Summary: Modified error messages to include the oops
Reviewed-by: stefank, tschatzl
mlarsson [Thu, 18 Sep 2014 11:27:59 +0200] rev 26830
8053998: Hot card cache flush chunk size too coarse grained
Summary: Changed the chunk size to a smaller fixed number.
Reviewed-by: tschatzl, mgerdin
mlarsson [Thu, 18 Sep 2014 12:45:45 +0200] rev 26829
8055091: CollectedHeap::_reserved usage should be cleaned up
Summary: Added an initialization function for _reserved.
Reviewed-by: mgerdin, jwilhelm
jwilhelm [Fri, 19 Sep 2014 11:51:06 +0200] rev 26828
Merge
jprovino [Fri, 19 Sep 2014 09:23:55 +0200] rev 26827
8058534: Remove HeapRegion::_orig_end
Summary: Also reviewed by kim.barrett@oracle.com
Reviewed-by: tonyp, brutisso, tschatzl
jwilhelm [Fri, 05 Sep 2014 00:28:43 +0200] rev 26826
8056056: Remove unnecessary inclusion of HS_ALT_MAKE from solaris Makefile
Summary: Remove unnecessary inclusion of HS_ALT_MAKE from solaris Makefile
Reviewed-by: erikj, dholmes
jwilhelm [Fri, 22 Aug 2014 13:24:04 +0200] rev 26825
8055744: 8u-dev nightly solaris builds failed on 08/20
Summary: Fixed makefiles on solaris to allow build with extra symbols.
Reviewed-by: dcubed, erikj
jwilhelm [Tue, 16 Sep 2014 16:02:32 +0200] rev 26824
8055006: Store original value of Min/MaxHeapFreeRatio
Summary: Store the value set by the user and some makefile changes required to change the flags.
Reviewed-by: sla, mchung, bchristi, jmasa, dholmes, erikj
jwilhelm [Thu, 18 Sep 2014 18:19:44 +0200] rev 26823
Merge
adlertz [Thu, 25 Sep 2014 23:37:41 +0200] rev 26822
Merge
simonis [Wed, 24 Sep 2014 12:19:07 -0700] rev 26821
8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
Summary: Also fix stack trace on x86 to enable walking of runtime stubs and native wrappers
Reviewed-by: kvn
iveresov [Tue, 23 Sep 2014 17:24:34 -0700] rev 26820
8059002: 8058744 needs a test case
Summary: Added a test case the UnsafeRawOp intrinsics
Reviewed-by: kvn
iveresov [Tue, 23 Sep 2014 15:09:07 -0700] rev 26819
8058744: Crash in C1 OSRed method w/ Unsafe usage
Summary: Fix UnsafeRawOp optimizations
Reviewed-by: kvn, drchase, vlivanov
iklam [Wed, 24 Sep 2014 09:48:15 -0700] rev 26818
Merge
sla [Tue, 23 Sep 2014 14:17:46 +0200] rev 26817
Merge
coleenp [Fri, 19 Sep 2014 21:13:25 -0400] rev 26816
8058843: TEST.groups has runtime/runtime/7158988/FieldMonitor.java
Summary: remove a runtime
Reviewed-by: ctornqvi, sspitsyn, kvn
iklam [Fri, 19 Sep 2014 13:47:19 -0700] rev 26815
Merge
hseigel [Fri, 19 Sep 2014 08:19:04 -0400] rev 26814
8057845: ClassVerifier::verify_exception_handler_targets reconstructs the ExceptionTable in a loop
Summary: Construct the ExceptionTable only once, before the loop
Reviewed-by: acorn, jiangli, coleenp, lfoltan
ctornqvi [Wed, 17 Sep 2014 06:55:12 -0700] rev 26813
8058369: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java Exception java.lang.RuntimeException: 'Zero based' missing from stdout/stderr
Summary: Solaris and OSX places the heap in unpredictable places, some of the test must be excluded on these platforms
Reviewed-by: hseigel, coleenp
sla [Tue, 23 Sep 2014 14:19:55 +0200] rev 26812
Merge
drchase [Mon, 22 Sep 2014 14:19:11 -0400] rev 26811
8058827: XCode 6.0 (Clang) warning "operator new' should not return a null pointer unless..."
Summary: Rewrote the null pointer in a way that is not recognized by the compiler (the code is never executed).
Reviewed-by: kvn
thartmann [Sun, 21 Sep 2014 16:13:39 +0200] rev 26810
8058712: [TESTBUG] serviceability/dcmd/CodeCacheTest.java fails with java.lang.Exception
Summary: The test is changed to check the output according to the number of available code segments.
Reviewed-by: kvn
adlertz [Fri, 19 Sep 2014 17:14:13 +0200] rev 26809
Merge
neliasso [Fri, 19 Sep 2014 10:24:10 +0000] rev 26808
Merge
neliasso [Mon, 15 Sep 2014 17:12:01 +0200] rev 26807
8058461: serviceability/dcmd/CodelistTest.java and serviceability/dcmd/CompilerQueueTest.java SIGSEGV
Summary: Print only alive nmethods and add lock to print compile queue
Reviewed-by: kvn, anoll
neliasso [Fri, 19 Sep 2014 10:31:03 +0200] rev 26806
8058479: serviceability/dcmd/CodeCacheTest.java fails
Summary: Don't parse really large hex values into a long
Reviewed-by: kvn, anoll
goetz [Thu, 18 Sep 2014 09:37:26 +0200] rev 26805
8058716: Add include missing in 8015774
Reviewed-by: kvn
morris [Thu, 18 Sep 2014 11:46:33 -0700] rev 26804
8050022: linux-sparcv9: assert(SharedSkipVerify || obj->is_oop()) failed: sanity check
Summary: Provide promoted stack slots for floating-point registers in the SPARC c_calling_convention.
Reviewed-by: kvn, jrose, drchase
zmajo [Thu, 18 Sep 2014 12:23:20 +0200] rev 26803
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
Summary: Select useful jtreg test. Group tests into four sets (3 sets with open tests, 1 set with closed tests) so that execution time of each set is < 10 min on solaris_sparcv9 (slowest platform).
Reviewed-by: kvn, anoll, roland
roland [Thu, 18 Sep 2014 09:16:12 +0000] rev 26802
Merge
roland [Wed, 17 Sep 2014 14:56:12 +0200] rev 26801
8058636: test case for 8057758
Summary: missing test case in push for 8057758
Reviewed-by: kvn, iveresov
iveresov [Thu, 18 Sep 2014 08:32:12 +0000] rev 26800
Merge
iveresov [Wed, 17 Sep 2014 21:15:03 -0700] rev 26799
8058564: Tiered compilation performance drop in PIT
Summary: Ensure MethodCounters are created before method is enqueued for compilation
Reviewed-by: kvn, drchase, jiangli
neliasso [Thu, 18 Sep 2014 08:47:07 +0200] rev 26798
8058583: Remove CompilationRepeat
Summary: Remove product flag -XX:CompilationRepeat
Reviewed-by: kvn, iveresov
thartmann [Wed, 17 Sep 2014 06:05:41 +0000] rev 26797
Merge
thartmann [Wed, 17 Sep 2014 08:00:07 +0200] rev 26796
8015774: Add support for multiple code heaps
Summary: Support for segmentation of the code cache. Separate code heaps are created and used to store code of different types.
Reviewed-by: kvn, iveresov, roland, anoll, egahlin, sla
sla [Tue, 23 Sep 2014 12:17:24 +0200] rev 26795
8058448: Disable JPRT submissions from the hotspot repo
Reviewed-by: kvn