Albert Noll
bce45e9222
Merge
2014-04-14 09:04:36 +00:00
Albert Noll
e2305182b5
8039425: Code cleanup: PhaseIterGVN::optimize()
...
This code cleanup aims at improving code readability.
Reviewed-by: kvn, roland
2014-04-14 10:57:07 +02:00
Peter Allwin
d048828d66
Merge
2014-04-14 10:43:04 +02:00
Erik Helin
9fc2b0affb
Merge
2014-04-14 10:08:10 +02:00
Albert Noll
dc8b57fb57
Merge
2014-04-13 23:39:22 -07:00
Tobias Hartmann
e4fc75979e
8029436: CICompilerCount is not updated when the number of compiler threads is adjusted to the number of CPUs
...
CICompilerCount is updated in AdvancedThresholdPolicy::initialize, SimpleThresholdPolicy::initialize and NonTieredCompPolicy::initialize. A warning is printed if the usersets both, CICompilerCount and CICompilerCountPerCPU.
Reviewed-by: kvn, twisti
2014-04-14 08:24:28 +02:00
Michael McMahon
4acce14c79
8036979: Support java.net.SocketOption<> in java.net socket types
...
Reviewed-by: alanb, chegar
2014-04-12 19:05:42 +00:00
Stephen Colebourne
e66fbbceaf
8040058: IsoFields.WEEK_BASED_YEAR adjustInto incorrect and WeekFields.weekOfWeekBasedYear().range incorrect
...
Reviewed-by: lancea, rriggs
2014-04-12 14:54:44 +01:00
Lance Andersen
d3bdb3c598
8040760: Addition of new java.sql tests
...
Reviewed-by: rriggs
2014-04-18 17:37:13 -04:00
Brian Burkhalter
f707a2fd5a
8027595: Enable BigInteger overflow tests in JTREG
...
Remove space in @test tags, remove OOME catches, add @run tag for StringConstructorOverflow.
Reviewed-by: mduigou
2014-04-18 14:03:46 -07:00
Roger Riggs
82f7b6b88e
8038823: Missing @Test annotation and copyright in java.time tests
...
Reviewed-by: lancea
2014-04-18 15:37:22 -04:00
Ivan Gerasimov
0688bf058d
8038982: java/lang/ref/EarlyTimeout.java failed again
...
Reviewed-by: mchung
2014-04-18 18:46:50 +04:00
Mike Duigou
c78cb9b1c5
8035284: Remove redundant null initialization
...
Reviewed-by: lancea, martin, chegar, shade
2014-04-11 14:07:25 -07:00
Brian Burkhalter
9e71840a87
8035427: Math.random() JavaDoc: missing maximum returned value
...
Add some documentation amplifying the description of Math.random().
Reviewed-by: psandoz
2014-04-11 13:12:11 -07:00
Coleen Phillimore
e72c0ba18f
8039904: dtrace/hotspot/Monitors/Monitors001 fails with "assert(s > 0) failed: Bad size calculated"
...
Dtrace monitoring uses size before mirror size is set.
Reviewed-by: kamg, hseigel
2014-04-11 20:02:37 +00:00
Bharadwaj Yadavalli
78e27e22f4
Merge
2014-04-11 15:08:40 -04:00
Alejandro Murillo
6133fe5bd0
Merge
2014-04-11 11:39:04 -07:00
Alejandro Murillo
c473add3fc
Merge
2014-04-11 11:23:30 -07:00
Alejandro Murillo
0c7bcd0dcf
Merge
2014-04-11 11:23:21 -07:00
Joe Darcy
fd7570b143
8039863: Fix fallthrough lint warnings in sound
...
Reviewed-by: kalli
2014-04-11 11:03:13 -07:00
Mike Duigou
e2d82e9cd7
8041151: More concurrent hgforest
...
Reviewed-by: chegar, erikj, sla
2014-04-11 10:31:20 -07:00
Lana Steuck
d353df3912
Merge
2014-04-24 16:02:11 -07:00
David Katleman
456db0f769
Added tag jdk9-b10 for changeset 94afcb4be25e
2014-04-24 12:20:54 -07:00
Erik Joelsson
fad4dbfd8f
8041593: Update README-builds.html to refer to jdk9
...
Reviewed-by: tbell, iris
2014-04-24 10:21:58 +02:00
Erik Joelsson
d8c216194e
8041487: Fix proper dependencies for correct incremental build of javadocs
...
Reviewed-by: tbell
2014-04-23 14:23:50 +02:00
Mike Duigou
6ecb5d0903
8007327: Emit MEMORY_SIZE into spec.gmk
...
Reviewed-by: erikj
2014-04-22 12:56:41 -07:00
Mike Duigou
6d66229109
8041267: Add filtering capability to CacheFind
...
Reviewed-by: erikj
2014-04-22 12:55:56 -07:00
Andreas Lundblad
2559eb68d7
8037085: The sjavac exclude option should accept valid directory identifiers
...
Option handling code rewritten. Exclusion / inclusion patterns changed from package to directories.
Reviewed-by: jfranck, erikj, ihse
2014-04-22 16:39:46 +02:00
Erik Joelsson
56298d8857
8030794: Update configure to require jdk8 as boot
...
Reviewed-by: chegar, tbell
2014-04-22 14:14:35 +02:00
David Holmes
91298f3466
8041141: JDK9 emb build failure on PPC platform
...
Reviewed-by: tbell
2014-04-21 20:17:00 -04:00
Andrey Zakharov
514cdc2b0d
8037924: CMM Testing: Check Min/MaxHeapFreeRatio flags allows to shrink the heap when using ParallelGC
...
New test implemented
Reviewed-by: ehelin, tschatzl
2014-04-11 18:28:39 +02:00
Marcus Lagergren
e83ae85105
Merge
2014-04-11 16:52:56 +02:00
Marcus Lagergren
8692f48723
8039746: Transform applies to calls wherever possible, for ScriptFunctions and JSObjects
...
Reviewed-by: hannesw, attila, sundar, jlaskey
2014-04-11 16:52:14 +02:00
Pavel Punegov
2b5f33db1e
8038418: New tests development for type profiling and speculation
...
Reviewed-by: roland, iignatyev
2014-04-11 18:46:35 +04:00
Attila Szegedi
67871d3371
8040024: BranchOptimizer produces bad code for NaN FP comparison
...
Reviewed-by: jlaskey, lagergren
2014-04-11 16:40:06 +02:00
Sergey Bylokhov
c801528f02
8039774: [OGL] Image painting is broken if 'sun.java2d.accthreshold' is set to 0
...
Reviewed-by: bae, flar
2014-04-11 17:28:45 +04:00
Sergey Bylokhov
0a66f69221
8039418: [macosx] Calling JNI functions in the scope of Get/ReleasePrimitiveArrayCritical
...
Reviewed-by: bae, prr
2014-04-11 16:18:58 +04:00
Tobias Hartmann
e00a1f63f8
8039498: Add iterators to GrowableArray
...
To simplify the management of multiple code heaps in the code cache (see JDK-8015774), STL-style iterator capability is added to the GrowableArray. Further, custom iterators allow to only iterate over elements that satisfy a given predicate.
Reviewed-by: kvn, twisti
2014-04-11 13:52:51 +02:00
Peter Allwin
b12896283b
Merge
2014-04-11 13:04:59 +02:00
Per Lidén
f1edf66ef8
8039147: Cleanup SuspendibleThreadSet
...
Reviewed-by: brutisso, tschatzl, mgerdin
2014-04-11 12:29:24 +02:00
Albert Noll
7e1059b62d
8034216: assert(false) failed: infinite loop in PhaseIterGVN::optimize
...
Eagerly remove all castPP nodes in PhaseCCP to get type convergence in memnode.
Reviewed-by: kvn, roland
2014-04-11 11:33:00 +02:00
Per Lidén
a3425b64f0
8037112: gc/g1/TestHumongousAllocInitialMark.java caused SIGSEGV
...
Reviewed-by: brutisso, mgerdin
2014-04-11 11:00:12 +02:00
Chris Hegarty
598a814fc0
8039990: Add sequential operation support to hgforest
...
Reviewed-by: mduigou
2014-04-11 09:35:03 +01:00
Erik Helin
8ca6367144
Merge
2014-04-11 10:31:25 +02:00
Miroslav Kos
fa37e2a252
8039899: Missing licence headers in test for JDK-8033113
...
Reviewed-by: chegar
2014-04-11 09:25:36 +01:00
Igor Veresov
e6456ff2a4
8038297: Avoid placing CTI immediately following cbcond instruction on T4
...
Insert a nop between cbcond and CTI
Reviewed-by: kvn, twisti
2014-04-10 23:15:13 -07:00
Xue-Lei Andrew Fan
401673e81f
8037557: test SessionCacheSizeTests.java timeout
...
Reviewed-by: weijun
2014-04-11 03:10:44 +00:00
David Holmes
f15b18de1b
8039891: Remove ppcsflt builds from JPRT
...
Reviewed-by: sla, hseigel, coleenp
2014-04-10 21:36:56 -04:00
Bharadwaj Yadavalli
ea5aea40a5
Merge
2014-04-10 19:47:17 -04:00
Mike Duigou
48815fa512
8039411: Enhance fixpath to allow environment variable assignments
...
Reviewed-by: tbell, erikj
2014-04-10 14:35:49 -07:00