81904 Commits

Author SHA1 Message Date
David Katleman
676fb8b415 Added tag jdk9-b08 for changeset bf6b3c7f8f05 2014-04-15 12:13:27 -07:00
David Katleman
ce452b9f0f Added tag jdk9-b08 for changeset 80e041234b06 2014-04-15 12:13:17 -07:00
David Katleman
d251203b8b Added tag jdk9-b08 for changeset 02a76805d58d 2014-04-15 12:12:52 -07:00
David Katleman
bb84198c23 Added tag jdk9-b08 for changeset 1f9fe77d878d 2014-04-15 12:12:49 -07:00
Stefan Karlsson
a97ce35fab 8039957: Replace the last few %p usages with PTR_FORMAT in the GC code
Reviewed-by: jwilhelm, sjohanss, jmasa
2014-04-15 20:46:23 +02:00
David Li
ca3fd10341 8037259: xerces update: xpointer update
Reviewed-by: lancea
2014-04-15 10:36:23 -07:00
Christian Tornqvist
ff48970954 8035173: [TESTBUG] runtime/threads/CancellableThreadTest fails with OOM on windows-i586
Test ported to jtreg, thread pairs decreased from 1024 to 128 to avoid OOM on 32 bit Windows

Reviewed-by: sla, dsimms
2014-04-15 19:03:51 +02:00
Andrey Zakharov
bacf6d7233 8037925: CMM Testing: an allocated humongous object at the end of the heap should not prevents shrinking the heap
New test added.

Reviewed-by: ehelin, tschatzl, jwilhelm
2014-04-15 18:09:53 +02:00
Miroslav Kos
8dd19676cb 8035613: With active Securitymanager JAXBContext.newInstance fails
Adding required doPrivileged section into JAXB classes; fix also reviewed by Iaroslav Savytskyi, Alexander Fomin

Reviewed-by: mullan, mgrebac
2014-04-15 10:31:11 -04:00
Roland Westrelin
3a724605fc Merge 2014-04-15 02:27:34 -07:00
Filipp Zhinkin
17ad17c6ec 8040001: CLI test on RTMRetryCount option was missed from fix for 8039496
Reviewed-by: kvn, iignatyev
2014-04-15 12:21:24 +04:00
Anthony Scarpino
e55eebc5ed 8037846: Ensure streaming of input cipher streams
Reviewed-by: xuelei, valeriep
2014-04-14 21:02:31 +00:00
Phil Race
bf84755d46 Merge 2014-04-14 12:59:50 -07:00
Lois Foltan
8c36d0cd2b 8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults
A static method should be preferred during method resolution over an overpass, search the current class as well as its superclasses.

Reviewed-by: acorn, coleenp, kamg
2014-04-14 14:27:45 -04:00
Oleg Pekhovskiy
c8a940ff30 8035866: [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.cpp
Reviewed-by: serb, pchelko
2014-04-14 21:24:45 +04:00
Lois Foltan
5ca274e0ce 8038076: constraint on multianewarray instruction is not checked since class version 50
No VerifiyError generated if multianewarray bytecode's array type descriptor was 1 dimension smaller than dimensions specified.

Reviewed-by: hseigel, ctornqvi, coleenp, kamg
2014-04-14 10:13:03 -04:00
Xue-Lei Andrew Fan
34ace4a41a 8040062: Need to add new methods in BaseSSLSocketImpl
Reviewed-by: mullan
2014-04-14 13:40:45 +00:00
Ivan Gerasimov
998176c65e 8009637: Some error messages are missing a space
Reviewed-by: alanb
2014-04-14 16:15:10 +04:00
David Simms
d7f12e04aa 8039947: Dtrace return probe name for jni_SetStaticBooleanField named incorrectly
Reviewed-by: sla, dholmes, gtriantafill
2014-04-14 11:23:06 +02:00
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