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