duke [Wed, 05 Jul 2017 20:16:58 +0200] rev 28686
Merge
darcy [Thu, 29 Jan 2015 16:16:35 -0800] rev 28685
8071959: java.lang.Object uses implicit default constructor
Reviewed-by: lancea
lana [Thu, 29 Jan 2015 15:35:29 -0800] rev 28684
Merge
darcy [Thu, 29 Jan 2015 15:14:44 -0800] rev 28683
8071434: doc updates for java.lang.Object
Reviewed-by: rriggs
bchristi [Thu, 29 Jan 2015 14:49:15 -0800] rev 28682
8068578: test/java/io/Serializable/subclassGC/SubclassGC.java assumes app class loader is a URLClassLoader
Reviewed-by: alanb
chegar [Thu, 29 Jan 2015 20:45:30 +0000] rev 28681
8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows
Reviewed-by: alanb, igerasim
robm [Thu, 29 Jan 2015 14:59:42 +0000] rev 28680
8067680: (sctp) Possible race initializing native IDs
Reviewed-by: chegar, rriggs
dsamersoff [Wed, 28 Jan 2015 04:56:00 -0800] rev 28679
8042397: tmtools/jmap/heap_config/jmap_heap_config_OldSize fails
Summary: rewrite the test to jtreg
Reviewed-by: ykantser, jbachorik
amurillo [Tue, 27 Jan 2015 10:11:23 -0800] rev 28678
Merge
amurillo [Thu, 22 Jan 2015 22:42:33 -0800] rev 28677
Merge
dlong [Thu, 22 Jan 2015 18:23:57 -0500] rev 28676
Merge
pchistyakov [Fri, 16 Jan 2015 15:09:01 +0300] rev 28675
8068234: java/lang/instrument/NativeMethodPrefixAgent.java is still in exclude list
Reviewed-by: kvn, iignatyev
jwilhelm [Thu, 22 Jan 2015 12:26:25 +0100] rev 28674
Merge
jmasa [Tue, 20 Jan 2015 13:29:26 -0800] rev 28673
8067751: OOMEInReferenceHandler.java fails: Cleaner terminated abnormally
Summary: OOME with message "GC overhead limit exceeded". -XX:-UseGCOverheadLimit was added to avoid OOME in resource handler.
Reviewed-by: jmasa, jwilhelm
Contributed-by: michail.chernov@oracle.com
minqi [Sun, 18 Jan 2015 11:50:10 -0800] rev 28672
Merge
psandoz [Thu, 15 Jan 2015 11:18:14 +0100] rev 28671
8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter
Reviewed-by: dholmes, coleenp
Contributed-by: paul.sandoz@oracle.com, peter.levart@gmail.com
weijun [Tue, 27 Jan 2015 18:16:27 +0800] rev 28670
8022582: Relax response flags checking in sun.security.krb5.KrbKdcRep.check.
Reviewed-by: mullan
okutsu [Tue, 27 Jan 2015 12:59:45 +0900] rev 28669
8065178: test/java/util/ResourceBundle/Bug6287579.java needs update for per language package support
Reviewed-by: naoto, peytoia
bpb [Mon, 26 Jan 2015 17:16:57 -0800] rev 28668
8069269: (spec) Defect in the System.nanoTime spec
Summary: Change the description of how to compare two nanoTime values.
Reviewed-by: martin
psandoz [Mon, 26 Jan 2015 17:26:49 +0000] rev 28667
8071477: Better Spliterator implementations for String.chars() and String.codePoints()
Reviewed-by: sherman
psandoz [Mon, 26 Jan 2015 17:06:00 +0000] rev 28666
8032513: The Spliterator characteristics CONCURRENT and IMMUTABLE are mutually exclusive
Reviewed-by: chegar, lancea, dfuchs
rriggs [Mon, 26 Jan 2015 10:55:27 -0500] rev 28665
8071481: (Process) Merge UNIXProcess.java into ProcessImpl.java
Summary: simplify source files for Unix Process implementation
Reviewed-by: plevart, chegar
weijun [Mon, 26 Jan 2015 21:55:05 +0800] rev 28664
8071562: TimestampCheck.java change removes a whitespace between command and args
Reviewed-by: alanb
chegar [Mon, 26 Jan 2015 13:46:08 +0000] rev 28663
8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
Reviewed-by: alanb
asmotrak [Mon, 26 Jan 2015 18:13:42 +0800] rev 28662
8049171: Additional tests for jarsigner's warnings
Reviewed-by: weijun
aefimov [Mon, 26 Jan 2015 12:36:32 +0300] rev 28661
8046817: JDK 8 schemagen tool does not generate xsd files for enum types
Reviewed-by: joehw, mkos
erikj [Mon, 26 Jan 2015 10:29:11 +0100] rev 28660
8069261: Create make dependencies on make variable values
Reviewed-by: ihse
aefimov [Mon, 26 Jan 2015 12:25:27 +0300] rev 28659
8062923: XSL: Run-time internal error in 'substring()'
8062924: XSL: wrong answer from substring() function
Reviewed-by: joehw
erikj [Mon, 26 Jan 2015 10:24:25 +0100] rev 28658
8055190: Cleanup include and exclude of core-libs native libraries after source code restructure
Reviewed-by: alanb
weijun [Mon, 26 Jan 2015 09:29:29 +0800] rev 28657
8055045: StringIndexOutOfBoundsException while reading krb5.conf
Reviewed-by: mullan
katleman [Wed, 28 Jan 2015 16:45:45 -0800] rev 28656
Added tag jdk9-b48 for changeset 6d99e9b8dbe5
duke [Wed, 05 Jul 2017 20:16:49 +0200] rev 28655
Merge
lana [Thu, 29 Jan 2015 15:36:59 -0800] rev 28654
Merge
amurillo [Tue, 27 Jan 2015 10:11:22 -0800] rev 28653
Merge
amurillo [Thu, 22 Jan 2015 22:42:31 -0800] rev 28652
Merge
dlong [Thu, 22 Jan 2015 18:23:54 -0500] rev 28651
Merge
zmajo [Wed, 21 Jan 2015 10:51:35 +0100] rev 28650
8059606: Enable per-method usage of CompileThresholdScaling (per-method compilation thresholds)
Summary: Changed interpreter and compilation policies to allow using CompileThresholdScaling on a per-method level
Reviewed-by: jrose, kvn
zmajo [Tue, 20 Jan 2015 09:45:11 +0100] rev 28649
8069162: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java
Summary: Added '@ignore 8069160' to the test.
Reviewed-by: anoll, kvn
iveresov [Mon, 19 Jan 2015 12:29:50 -0800] rev 28648
8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
Summary: Use MachMerge to hook together defs of the same multidef value in a block
Reviewed-by: kvn, vlivanov
vlivanov [Mon, 19 Jan 2015 14:14:05 +0000] rev 28647
Merge
pchistyakov [Fri, 16 Jan 2015 15:08:20 +0300] rev 28646
8068231: Several tests are still excluded
Reviewed-by: kvn, iignatyev
dpochepk [Fri, 16 Jan 2015 20:59:23 +0400] rev 28645
8068385: [TESTBUG] hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java sometimes fails(unstable behaviour)
Summary: fixing unstable behaviour of 2 tests
Reviewed-by: iignatyev
thartmann [Mon, 19 Jan 2015 11:35:45 +0000] rev 28644
Merge
zmajo [Mon, 19 Jan 2015 09:32:40 +0100] rev 28643
8066312: Add new Node* Node::find_out(int opc) method.
Summary: Added methods find_user_with() and has_user_with() for searching for a particular out type.
Reviewed-by: kvn, jrose
asiebenborn [Fri, 16 Jan 2015 13:58:22 +0100] rev 28642
8068909: SIGSEGV in c2 compiled code with OptimizeStringConcat
Reviewed-by: kvn
dlong [Fri, 16 Jan 2015 05:02:11 -0500] rev 28641
Merge
zmajo [Thu, 15 Jan 2015 11:30:13 +0100] rev 28640
8067374: Use %f instead of %g for LogCompilation output
Summary: Changed format string from %g to %f.
Reviewed-by: kvn
kvn [Wed, 14 Jan 2015 17:27:00 -0800] rev 28639
8068864: C2 failed: modified node is not on IGVN._worklist
Summary: Use igvn.replace_input_of() instead of set_req().
Reviewed-by: iveresov, vlivanov
jwilhelm [Thu, 22 Jan 2015 12:26:26 +0100] rev 28638
Merge
kbarrett [Wed, 21 Jan 2015 19:36:18 +0100] rev 28637
8069230: Remove unused G1PostBarrierStub::byte_map_base and friends
Reviewed-by: brutisso, tschatzl
jwilhelm [Mon, 19 Jan 2015 15:52:56 +0100] rev 28636
Merge
sjohanss [Mon, 19 Jan 2015 10:08:07 +0100] rev 28635
8069011: gc/TestSmallHeap.java failing in nightly
Summary: Using @requires to avoid running with AggressiveOpts turned on.
Reviewed-by: jwilhelm, brutisso
sjohanss [Mon, 19 Jan 2015 10:06:14 +0100] rev 28634
8040935: -XX:+AggressiveOpts broken: GC triggered before VM initialization completed on several tests
Reviewed-by: brutisso, kbarrett
ehelin [Fri, 16 Jan 2015 14:43:45 +0100] rev 28633
8068971: A heap region being cleared should not belong to the cset
Reviewed-by: brutisso, tschatzl
ehelin [Fri, 16 Jan 2015 10:32:40 +0000] rev 28632
Merge
ehelin [Fri, 16 Jan 2015 10:29:12 +0100] rev 28631
8066875: VirtualSpace does not use large pages
Reviewed-by: stefank, tschatzl, anoll, thartmann