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