cl [Thu, 04 Jul 2013 01:00:08 -0700] rev 18602
Added tag jdk8-b97 for changeset 1ebe717664d4
duke [Wed, 05 Jul 2017 19:02:46 +0200] rev 18601
Merge
katleman [Mon, 08 Jul 2013 14:29:46 -0700] rev 18600
Merge
tbell [Mon, 08 Jul 2013 07:20:44 -0700] rev 18599
8012925: [parfait] Missing return value in jdk/src/macosx/native/sun/awt/AWTEvent.m
Reviewed-by: katleman, leonidr
Contributed-by: petr.pchelko@oracle.com
lana [Fri, 05 Jul 2013 11:07:03 -0700] rev 18598
Merge
lana [Wed, 03 Jul 2013 19:09:20 -0700] rev 18597
Merge
lana [Tue, 02 Jul 2013 15:23:23 -0700] rev 18596
Merge
dfuchs [Tue, 02 Jul 2013 19:47:58 +0200] rev 18595
7184195: java.util.logging.Logger.getGlobal().info() doesn't log without configuration
Summary: Due to subtle synchronization issues between LogManager & Logger class initialization the global logger doesn't have its 'manager' field initialized until the LogManager is initialized. This fix will ensure that the global logger has its 'manager' field set when getGlobal() is called.
Reviewed-by: mchung, plevart
ksrini [Tue, 02 Jul 2013 05:28:31 -0700] rev 18594
8017463: [TEST_BUG] 2 tests from tools/pack200/ remain about 1 GB of data in work directory after execution
Reviewed-by: mchung
dfuchs [Tue, 02 Jul 2013 11:30:31 +0200] rev 18593
8017174: NPE when using Logger.getAnonymousLogger or LogManager.getLogManager().getLogger
Summary: This patch makes sure that LoggerContext instances created for applets have a root and global logger.
Reviewed-by: mchung
juh [Mon, 01 Jul 2013 17:46:12 -0700] rev 18592
8019539: Fix doclint errors in java.security and its subpackages
Reviewed-by: darcy
darcy [Mon, 01 Jul 2013 14:33:08 -0700] rev 18591
8019535: Fix doclint issues in java.time.format
Reviewed-by: lancea, rriggs
darcy [Mon, 01 Jul 2013 13:42:03 -0700] rev 18590
8019529: Fix doclint issues in java.util.spi
Reviewed-by: lancea
darcy [Mon, 01 Jul 2013 13:29:32 -0700] rev 18589
8019527: Fix doclint issues in java.lang.instrument
Reviewed-by: lancea, alanb
bpb [Mon, 01 Jul 2013 11:30:14 -0700] rev 18588
8017540: Improve multi-threaded contention behavior of radix conversion cache
Summary: Replace array of ArrayList of BigIntegers with a volatile two-dimensional BigInteger array eliminate the synchronization of getRadixConversionCache()
Reviewed-by: plevart, shade, bpb, alanb
Contributed-by: Peter Levart <peter.levart@gmail.com>, Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Aleksey Shipilev <aleksey.shipilev@oracle.com>
vinnie [Mon, 01 Jul 2013 14:39:47 +0100] rev 18587
8019259: Failover to CRL checking does not happen if wrong OCSP responder URL is set
Reviewed-by: xuelei
dfuchs [Mon, 01 Jul 2013 11:13:56 +0200] rev 18586
8014045: test/java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently
Summary: this test was failing because it didn't take into account the fact that Loggers could be garbage collected.
Reviewed-by: mchung
darcy [Sun, 30 Jun 2013 17:15:47 -0700] rev 18585
8019467: Fix doclint issues in java.util.jar.Pack200
Reviewed-by: lancea, ksrini
darcy [Sun, 30 Jun 2013 16:02:11 -0700] rev 18584
8019466: Fix doclint issues in java.util.function
Reviewed-by: briangoetz
lancea [Sat, 29 Jun 2013 06:12:28 -0400] rev 18583
8019286: Fix javadoc typo in ResultSet.next
Reviewed-by: darcy, mchung
lana [Fri, 28 Jun 2013 19:46:18 -0700] rev 18582
Merge
alanb [Fri, 28 Jun 2013 19:45:06 +0100] rev 18581
8019384: jps and jcmd tests fail when there is a process started with a .war file
Reviewed-by: dcubed, sla, mchung
darcy [Fri, 28 Jun 2013 11:35:36 -0700] rev 18580
8019407: Fix doclint issues in javax.naming.*
Reviewed-by: lancea
juh [Fri, 28 Jun 2013 10:48:02 -0700] rev 18579
8019360: Cleanup of the javadoc <code> tag in java.security.*
Summary: Convert to {@code ...} tags. convert package.html to package-info.java.
Reviewed-by: darcy
chegar [Fri, 28 Jun 2013 16:39:15 +0100] rev 18578
Merge
jzavgren [Fri, 28 Jun 2013 16:38:09 +0100] rev 18577
8015799: HttpURLConnection.getHeaderFields() throws IllegalArgumentException
Reviewed-by: chegar, dsamersoff, khazra
dl [Fri, 28 Jun 2013 12:12:37 +0100] rev 18576
8019377: Sync j.u.c locks and atomic from 166 to tl
Reviewed-by: chegar
dl [Fri, 28 Jun 2013 12:10:18 +0100] rev 18575
8017739: ReentrantReadWriteLock is confused by the Threads with reused IDs
Reviewed-by: chegar
alanb [Fri, 28 Jun 2013 16:10:23 +0100] rev 18574
8019380: doclint warnings in java.nio, java.nio.file.**, java.nio.channels.**
Reviewed-by: chegar
sla [Wed, 26 Jun 2013 19:15:34 +0200] rev 18573
8019155: Update makefiles with correct jfr packages
Reviewed-by: mgronlun, erikj
psandoz [Fri, 28 Jun 2013 10:29:21 +0200] rev 18572
8012987: Optimizations for Stream.limit/substream
Reviewed-by: mduigou
Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
henryjen [Tue, 11 Jun 2013 13:41:38 -0700] rev 18571
8009736: Comparator API cleanup
Reviewed-by: psandoz, briangoetz, mduigou, plevart
xuelei [Thu, 27 Jun 2013 19:22:51 -0700] rev 18570
8019359: To comment why not use no_renegotiation to reject client initiated renegotiation
Reviewed-by: wetmore
darcy [Thu, 27 Jun 2013 19:02:02 -0700] rev 18569
8019357: Fix doclint warnings in java.lang.invoke
Reviewed-by: jrose
naoto [Thu, 27 Jun 2013 14:40:21 -0700] rev 18568
6609431: (rb) ResourceBundle.getString() returns incorrect value
Reviewed-by: okutsu, sherman
darcy [Thu, 27 Jun 2013 14:11:25 -0700] rev 18567
8019320: Fix doclint issues in javax.script
Reviewed-by: lancea
smarks [Thu, 27 Jun 2013 13:35:01 -0700] rev 18566
8019224: add exception chaining to RMI CGIHandler
Reviewed-by: darcy
darcy [Thu, 27 Jun 2013 12:24:26 -0700] rev 18565
8019315: Fix doclint issues in java.util.logging
Reviewed-by: lancea
lancea [Thu, 27 Jun 2013 15:07:56 -0400] rev 18564
8017471: Fix JDBC -Xdoclint public errors
Reviewed-by: darcy
darcy [Thu, 27 Jun 2013 11:06:46 -0700] rev 18563
8019304: Fix doclint issues in java.util.prefs
Reviewed-by: lancea
chegar [Thu, 27 Jun 2013 10:21:22 +0100] rev 18562
Merge
wetmore [Thu, 27 Jun 2013 10:19:59 +0100] rev 18561
8019227: JDK-8010325 broke the old build
Reviewed-by: alanb, chegar
darcy [Wed, 26 Jun 2013 22:12:09 -0700] rev 18560
8019228: Fix doclint issues in java.util.zip
Reviewed-by: sherman, mchung
darcy [Wed, 26 Jun 2013 19:09:18 -0700] rev 18559
8019223: Fix doclint warnings in java.rmi.server
Reviewed-by: smarks
darcy [Wed, 26 Jun 2013 13:24:13 -0700] rev 18558
7018139: Fix HTML accessibility and doclint issues in java.math
Reviewed-by: lancea, bpb
naoto [Wed, 26 Jun 2013 11:21:01 -0700] rev 18557
8017322: java/util/Currency/PropertiesTest.sh should run exclusively
Reviewed-by: alanb
rfield [Wed, 26 Jun 2013 07:50:04 -0700] rev 18556
8016761: Lambda metafactory - incorrect type conversion of constructor method handle
Reviewed-by: jrose
chegar [Wed, 26 Jun 2013 15:30:39 +0100] rev 18555
8012647: Add Arrays.parallelPrefix (prefix sum, scan, cumulative sum)
Reviewed-by: chegar, alanb, psandoz
Contributed-by: Doug Lea <dl@cs.oswego.edu>, Tristan Yan <tristan.yan@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>
xuelei [Wed, 26 Jun 2013 06:32:40 -0700] rev 18554
8017049: rename property jdk.tls.rejectClientInitializedRenego
Reviewed-by: vinnie, wetmore, mullan
yhuang [Tue, 25 Jun 2013 21:03:08 -0700] rev 18553
8013836: getFirstDayOfWeek reports wrong day for pt-BR locale
Reviewed-by: naoto
juh [Tue, 25 Jun 2013 14:41:46 -0700] rev 18552
8017326: Cleanup of the javadoc <code> tag in java.security.spec
Summary: Convert javadoc <code> and <tt> tags to {@code ...}
Reviewed-by: darcy
juh [Tue, 25 Jun 2013 14:31:29 -0700] rev 18551
8017325: Cleanup of the javadoc <code> tag in java.security.cert
Summary: Convert javadoc <code>...</code> and <tt>...</tt> tags to {@code ...}
Reviewed-by: darcy
shade [Tue, 25 Jun 2013 20:06:09 +0100] rev 18550
8014233: java.lang.Thread should have @Contended on TLR fields
Summary: add the @Contended over three TLR fields.
Reviewed-by: psandoz, chegar, dholmes, dl
weijun [Tue, 25 Jun 2013 21:51:11 +0800] rev 18549
8016051: Possible ClassCastException in KdcComm
Reviewed-by: weijun
Contributed-by: Artem Smotrakov <artem.smotrakov@oracle.com>
bpb [Thu, 20 Jun 2013 12:15:24 -0700] rev 18548
4641897: Faster string conversion of large integers
Summary: Accelerate conversion to string by means of Schoenhage recursive base conversion.
Reviewed-by: bpb, alanb
Contributed-by: Alan Eliasen <eliasen@mindspring.com>
alanb [Tue, 25 Jun 2013 13:53:23 +0100] rev 18547
8017570: jfr.jar should not be in compact3 (for now)
Reviewed-by: erikj
darcy [Mon, 24 Jun 2013 23:40:31 -0700] rev 18546
8017550: Fix doclint issues in java.lang and subpackages
Reviewed-by: alanb, chegar
bpb [Mon, 24 Jun 2013 14:17:14 -0700] rev 18545
6469160: (fmt) general (%g) formatting of zero (0.0) with precision 0 or 1 throws ArrayOutOfBoundsException
Summary: For zero value ensure than an unpadded zero character is passed to Formatter.addZeros()
Reviewed-by: iris, darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
naoto [Mon, 24 Jun 2013 16:21:32 -0700] rev 18544
8017468: typo in javadoc: " ResourceBunlde "
Reviewed-by: okutsu
alanb [Mon, 24 Jun 2013 11:26:51 +0100] rev 18543
8017477: Remove TimeZone.DisplayNames, no longer used
Reviewed-by: okutsu
weijun [Mon, 24 Jun 2013 16:25:28 +0800] rev 18542
8017453: ReplayCache tests fail on multiple platforms
Reviewed-by: xuelei
arieber [Sat, 22 Jun 2013 08:20:11 +0100] rev 18541
7157360: HttpURLConnection: HTTP method DELETE doesn't support output
Reviewed-by: chegar
chegar [Sat, 22 Jun 2013 08:14:54 +0100] rev 18540
8017271: Crash may occur in java.net.DualStackPlainSocketImpl::initIDs due to unchecked values returned from JNI functions
Reviewed-by: alanb, khazra
naoto [Fri, 21 Jun 2013 13:42:55 -0700] rev 18539
6863624: java/util/Currency/PropertiesTest.sh writable check is incorrect
Reviewed-by: alanb
bpb [Fri, 21 Jun 2013 11:50:45 -0700] rev 18538
7131192: BigInteger.doubleValue() is depressingly slow
Summary: In doubleValue() and floatValue() replace converting to String and parsing to Double or Float with direct conversion into IEEE 754 bits.
Reviewed-by: bpb, drchase, martin
Contributed-by: Louis Wasserman <lowasser@google.com>
bpb [Fri, 21 Jun 2013 11:12:18 -0700] rev 18537
7192954: Fix Float.parseFloat to round correctly and preserve monotonicity.
4396272: Parsing doubles fails to follow IEEE for largest decimal that should yield 0
7039391: Use Math.ulp in FloatingDecimal
Summary: Correct rounding and monotonicity problems in floats and doubles
Reviewed-by: bpb, martin
Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Louis Wasserman <lowasser@google.com>
weijun [Fri, 21 Jun 2013 18:26:13 +0800] rev 18536
8001326: Improve Kerberos caching
Reviewed-by: valeriep
alanb [Thu, 20 Jun 2013 19:14:30 +0100] rev 18535
8014377: (dc) DatagramChannel should set IP_MULTICAST_ALL=0 (lnx)
Reviewed-by: chegar, jzavgren
chegar [Thu, 20 Jun 2013 18:53:57 +0100] rev 18534
8014499: MulticastSocket should enable IP_MULTICAST_ALL (lnx)
Reviewed-by: alanb, chegar
Contributed-by: John Zavgren <john.zavgren@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>
mduigou [Thu, 20 Jun 2013 08:21:08 -0700] rev 18533
Merge
mduigou [Thu, 20 Jun 2013 07:23:51 -0700] rev 18532
8017088: Map/HashMap.compute() incorrect with key mapping to null value
Reviewed-by: dl, dholmes, plevart
xuelei [Thu, 20 Jun 2013 07:48:49 -0700] rev 18531
8017157: catch more exception in test RejectClientRenego
Reviewed-by: vinnie
psandoz [Thu, 20 Jun 2013 11:21:13 +0200] rev 18530
8016139: PrimitiveIterator.forEachRemaining
Reviewed-by: alanb
psandoz [Thu, 20 Jun 2013 11:15:23 +0200] rev 18529
8016455: Sync stream tests from lambda to tl
Reviewed-by: mduigou
Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
psandoz [Thu, 20 Jun 2013 11:02:28 +0200] rev 18528
8016324: filter/flatMap pipeline sinks should pass size information to downstream sink
Reviewed-by: chegar, mduigou
Contributed-by: Brian Goetz <brian.goetz@oracle.com>
psandoz [Thu, 20 Jun 2013 10:45:46 +0200] rev 18527
8016308: Updates to j.u.stream.Node/Nodes
Reviewed-by: mduigou
Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
lana [Tue, 02 Jul 2013 15:20:55 -0700] rev 18526
Merge
lana [Fri, 28 Jun 2013 18:06:26 -0700] rev 18525
Merge
dmarkov [Fri, 28 Jun 2013 18:32:20 +0400] rev 18524
8016534: javax/swing/text/View/8014863/bug8014863.java failed
Reviewed-by: alexp, alexsch
pchelko [Thu, 27 Jun 2013 13:56:16 +0400] rev 18523
8019236: [macosx] Add javadoc to the handleWindowFocusEvent in CEmbeddedFrame
Reviewed-by: serb, ant
alitvinov [Fri, 21 Jun 2013 21:30:12 +0400] rev 18522
8007642: Media Names on Java Print Do Not Match the Printer’s and Confuse Users
Reviewed-by: prr, jgodinez
malenkov [Fri, 21 Jun 2013 17:13:43 +0400] rev 18521
8016545: java.beans.XMLEncoder.writeObject output is wrong
Reviewed-by: alexsch
leonidr [Thu, 20 Jun 2013 18:50:55 +0400] rev 18520
8014264: The applet pathguy_TimeDead throws java.lang.NullPointerException in java console once click drop-down check box.
Reviewed-by: art, anthony, serb
prr [Tue, 02 Jul 2013 14:25:56 -0700] rev 18519
8019692: JDK build CC_OPT_HIGHEST setting isn't valid for Sun C++ compiler
Reviewed-by: jgodinez
prr [Mon, 01 Jul 2013 12:39:26 -0700] rev 18518
8015144: Performance regression in ICU OpenType Layout library
Reviewed-by: srl, jgodinez
lana [Fri, 28 Jun 2013 19:37:48 -0700] rev 18517
Merge
vadim [Wed, 26 Jun 2013 13:49:16 +0400] rev 18516
8016254: several sun/java2d/OpenGL tests failed with SIGFPE
Reviewed-by: prr, bae
cl [Thu, 04 Jul 2013 01:00:52 -0700] rev 18515
Added tag jdk8-b97 for changeset a23062727b66
duke [Wed, 05 Jul 2017 19:02:28 +0200] rev 18514
Merge
amurillo [Thu, 04 Jul 2013 14:45:58 -0700] rev 18513
Added tag hs25-b40 for changeset d5b4e1fe16bd
amurillo [Thu, 04 Jul 2013 14:45:57 -0700] rev 18512
Merge
roland [Thu, 04 Jul 2013 03:41:57 -0700] rev 18511
Merge
roland [Thu, 04 Jul 2013 01:42:34 -0700] rev 18510
Merge
twisti [Tue, 02 Jul 2013 22:51:23 -0700] rev 18509
Merge
twisti [Tue, 02 Jul 2013 20:27:00 -0700] rev 18508
8017571: JSR292: JVM crashing on assert "cast to instanceKlass" while producing MethodHandle for array methods with MethodHandle.findVirtual
Reviewed-by: kvn
drchase [Tue, 02 Jul 2013 20:42:12 -0400] rev 18507
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
Summary: add intrinsics using new instruction to interpreter, C1, C2, for suitable x86; add test
Reviewed-by: kvn, twisti
anoll [Tue, 02 Jul 2013 07:51:31 +0200] rev 18506
8014972: Crash with specific values for -XX:InitialCodeCacheSize=500K -XX:ReservedCodeCacheSize=500k
Summary: Introduce a minimum code cache size that guarantees that the VM can startup.
Reviewed-by: kvn, twisti
kvn [Tue, 02 Jul 2013 10:30:49 -0700] rev 18505
8019247: SIGSEGV in compiled method c8e.e.t_.getArray(Ljava/lang/Class;)[Ljava/lang/Object
Summary: Undo recent changes (and add more comments) in Ideal_allocation().
Reviewed-by: roland
simonis [Mon, 01 Jul 2013 14:14:16 -0700] rev 18504
8019382: PPC64: Fix bytecodeInterpreter to compile with '-Wunused-value'
Summary: cast the offending expressions to (void)
Reviewed-by: kvn, coleenp
kvn [Mon, 01 Jul 2013 12:22:34 -0700] rev 18503
8006629: NEED_TEST: need test for JDK-8001071
Summary: added regression test
Reviewed-by: kvn, coleenp
Contributed-by: Filipp Zhinkin <filipp.zhinkin@oracle.com>
bdelsart [Thu, 04 Jul 2013 01:03:26 -0700] rev 18502
Merge
clucasius [Wed, 03 Jul 2013 22:36:42 -0400] rev 18501
Merge
jiangli [Mon, 01 Jul 2013 19:44:37 -0400] rev 18500
8006023: Embedded Builds fail management test because of requirement for UsePerfData being enabled.
Summary: Added -XX:+UsePerfData to Test7196045.java.
Reviewed-by: dholmes, collins
tamao [Wed, 03 Jul 2013 15:04:53 -0700] rev 18499
Merge
tamao [Wed, 03 Jul 2013 14:50:10 -0700] rev 18498
Merge
tamao [Fri, 28 Jun 2013 20:18:04 -0700] rev 18497
8017611: Auto corrector for mistyped vm options
Summary: The auto corrector for mistyped vm options fuzzy-matches existing flags based on string similarity (Dice's coefficient).
Reviewed-by: kvn, dsamersoff, hseigel, johnc
johnc [Mon, 01 Jul 2013 09:30:23 -0700] rev 18496
8017070: G1: assert(_card_counts[card_num] <= G1ConcRSHotCardLimit) failed
Summary: The assert is invalid when a card is being refined by two different threads and its count crosses the hot threshold - the refinement count will be updated once by each thread triggering the assert. Remove the assert and update the count using a bounded expression.
Reviewed-by: jmasa, tamao, brutisso
brutisso [Sun, 30 Jun 2013 21:42:07 +0200] rev 18495
8014022: G1: Non Java threads should lock the shared SATB queue lock without safepoint checks.
Reviewed-by: tschatzl, brutisso, jmasa, ysr
Contributed-by: per.liden@oracle.com
ehelin [Fri, 28 Jun 2013 18:28:17 +0200] rev 18494
Merge
brutisso [Thu, 27 Jun 2013 09:59:59 +0200] rev 18493
8017483: G1 tests fail with native OOME on Solaris x86 after HeapBaseMinAddress has been increased
Summary: Set HeapBaseMinAddress as default rather than ergo
Reviewed-by: stefank, jmasa, kvn
coleenp [Tue, 02 Jul 2013 16:54:24 +0200] rev 18492
Merge
coleenp [Tue, 02 Jul 2013 08:42:37 -0400] rev 18491
8015391: NPG: With -XX:+UseCompressedKlassPointers OOME due to exhausted metadata space could occur when metaspace is almost empty
Summary: Allocate medium chunks for class metaspace when class loader has lots of classes
Reviewed-by: mgerdin, jmasa
sspitsyn [Mon, 01 Jul 2013 14:13:12 -0700] rev 18490
8009204: [dtrace] signatures returned by Java 7 jstack() are corrupted on Solaris
Summary: The fix is basically a backport of JDK-7019165 (pstack issue) to jhelper.d.
Reviewed-by: coleenp, sspitsyn
Contributed-by: tomas.hurka@oracle.com
egahlin [Wed, 26 Jun 2013 17:02:04 +0200] rev 18489
8016331: Minor issues in event tracing metadata
Reviewed-by: stefank, brutisso, mgronlun
rbackman [Wed, 12 Jun 2013 09:49:42 +0200] rev 18488
8016444: Duplicate zombie check in safe_for_sender
Reviewed-by: dholmes, sla
fparain [Mon, 01 Jul 2013 09:13:19 +0000] rev 18487
7060111: race condition in VMError::report_and_die()
Reviewed-by: zgu, coleenp
Contributed-by: volker.simonis@gmail.com
hseigel [Sun, 30 Jun 2013 09:59:08 -0400] rev 18486
7007040: Check of capacity paramenters in JNI_PushLocalFrame is wrong
Summary: changed AND to OR
Reviewed-by: coleenp, hseigel
Contributed-by: lois.foltan@oracle.com
dcubed [Sat, 29 Jun 2013 11:55:09 -0700] rev 18485
Merge
nloodin [Fri, 28 Jun 2013 14:05:27 +0200] rev 18484
Merge
iklam [Thu, 27 Jun 2013 10:03:21 -0700] rev 18483
8016075: Win32 crash with CDS enabled and small heap size
Summary: Fixed MetaspaceShared::is_in_shared_space
Reviewed-by: coleenp, hseigel