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
kevinw [Wed, 26 Jun 2013 11:00:11 +0200] rev 18482
Merge
kevinw [Wed, 26 Jun 2013 00:01:20 +0100] rev 18481
8010278: SA: provide mechanism for using an alternative SA debugger back-end.
Reviewed-by: sla, dsamersoff
zgu [Tue, 25 Jun 2013 14:51:46 -0700] rev 18480
Merge
zgu [Tue, 25 Jun 2013 17:22:04 -0400] rev 18479
8017478: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites
Summary: Fixed possible NULL pointer that caused SIGSEGV
Reviewed-by: coleenp, acorn, ctornqvi
amurillo [Fri, 28 Jun 2013 02:33:13 -0700] rev 18478
8019302: new hotspot build - hs25-b40
Reviewed-by: jcoomes
cl [Thu, 04 Jul 2013 01:00:19 -0700] rev 18477
Added tag jdk8-b97 for changeset 3a6f15473944
tbell [Tue, 09 Jul 2013 08:35:20 -0700] rev 18476
8009315: F# on PATH breaks Cygwin tools (mkdir, echo, mktemp ...)
Reviewed-by: erikj
cl [Thu, 04 Jul 2013 01:00:06 -0700] rev 18475
Added tag jdk8-b97 for changeset 1c0d035d6968
duke [Wed, 05 Jul 2017 19:02:09 +0200] rev 18474
Added tag jdk8-b97 for changeset 0a85476a0b9c
duke [Wed, 05 Jul 2017 19:02:09 +0200] rev 18473
Merge
duke [Wed, 05 Jul 2017 19:02:06 +0200] rev 18472
Merge
katleman [Thu, 27 Jun 2013 13:40:36 -0700] rev 18471
Added tag jdk8-b96 for changeset 51ef92228b23
duke [Wed, 05 Jul 2017 19:02:03 +0200] rev 18470
Merge
katleman [Thu, 27 Jun 2013 13:40:26 -0700] rev 18469
Added tag jdk8-b96 for changeset 388de52dcee3
duke [Wed, 05 Jul 2017 19:02:00 +0200] rev 18468
Merge
katleman [Tue, 02 Jul 2013 15:55:36 -0700] rev 18467
Merge
katleman [Fri, 28 Jun 2013 16:25:51 -0700] rev 18466
8019347: JDK8 b96 source with GPL header errors
Reviewed-by: iris, alanb, lancea
katleman [Thu, 27 Jun 2013 13:40:25 -0700] rev 18465
Added tag jdk8-b96 for changeset ca76027384ab
duke [Wed, 05 Jul 2017 19:01:56 +0200] rev 18464
Merge
katleman [Thu, 27 Jun 2013 13:40:38 -0700] rev 18463
Added tag jdk8-b96 for changeset 472d8f5f0d9b
duke [Wed, 05 Jul 2017 19:01:53 +0200] rev 18462
Merge
katleman [Thu, 27 Jun 2013 13:40:14 -0700] rev 18461
Added tag jdk8-b96 for changeset f7f6b997342b
duke [Wed, 05 Jul 2017 19:01:51 +0200] rev 18460
Merge
katleman [Tue, 02 Jul 2013 15:55:55 -0700] rev 18459
Merge
katleman [Fri, 28 Jun 2013 16:26:36 -0700] rev 18458
8019347: JDK8 b96 source with GPL header errors
Reviewed-by: iris, alanb, lancea
ehelin [Tue, 02 Jul 2013 13:06:50 +0200] rev 18457
8019500: Exclude MemoryTest.java and MemoryTestAllGC.sh to enable integration
Reviewed-by: erikj, alanb
katleman [Thu, 27 Jun 2013 13:40:29 -0700] rev 18456
Added tag jdk8-b96 for changeset 627400b6bdcf
duke [Wed, 05 Jul 2017 19:01:47 +0200] rev 18455
Merge
amurillo [Fri, 28 Jun 2013 02:25:08 -0700] rev 18454
Added tag hs25-b39 for changeset 4056af328b00
amurillo [Fri, 28 Jun 2013 02:25:07 -0700] rev 18453
Merge
kvn [Thu, 27 Jun 2013 11:12:19 -0700] rev 18452
Merge
goetz [Mon, 24 Jun 2013 16:11:47 +0200] rev 18451
8017531: 8010460 changes broke bytecodeInterpreter.cpp
Summary: Replace _indy by _jsr292 and also fix VERIFY_OOP macros.
Reviewed-by: kvn
adlertz [Wed, 26 Jun 2013 00:40:13 +0200] rev 18450
8017510: Add a regression test for 8005956
Summary: Regression test for 8005956
Reviewed-by: kvn, twisti
adlertz [Tue, 25 Jun 2013 12:07:07 -0700] rev 18449
8017243: 8001345 is incomplete
Summary: Replaces unused decodeN at MemBarAcquire with its corresponding loadN if loadN is used at more than one place.
Reviewed-by: kvn, twisti
twisti [Mon, 24 Jun 2013 18:23:45 -0700] rev 18448
Merge
twisti [Mon, 24 Jun 2013 17:47:25 -0700] rev 18447
8017538: Clang support broke slowdebug build for i586
Reviewed-by: kvn
goetz [Mon, 24 Jun 2013 11:53:54 -0700] rev 18446
8017308: Remove unused breakpoint relocation type
Summary: remove unused breakpoint relocation type
Reviewed-by: kvn
ehelin [Thu, 27 Jun 2013 10:56:10 +0200] rev 18445
Merge
ehelin [Wed, 26 Jun 2013 16:58:37 +0200] rev 18444
8013590: NPG: Add a memory pool MXBean for Metaspace
Reviewed-by: jmasa, mgerdin
jmasa [Tue, 25 Jun 2013 15:17:11 -0700] rev 18443
8014851: UseAdaptiveGCBoundary is broken
Reviewed-by: tschatzl, brutisso
jmasa [Tue, 25 Jun 2013 09:58:26 -0700] rev 18442
8014546: MetaspaceAux print_metaspace_change() should print "used" after GC not capacity
Reviewed-by: johnc, tschatzl
tamao [Fri, 07 Jun 2013 09:46:58 -0700] rev 18441
7122222: GC log is limited to 2G for 32-bit
Summary: Enable large file support for generated 32-bit ostream.o on Linux and Solaris (as only the two need this) by setting -D_FILE_OFFSET_BITS=64 in compilation
Reviewed-by: tbell, mgerdin, dcubed
Contributed-by: tamao <tao.mao@oracle.com>
sla [Tue, 25 Jun 2013 14:11:57 +0200] rev 18440
8017561: Build errors caused by missing .PHONY
Reviewed-by: stefank, brutisso
coleenp [Mon, 24 Jun 2013 18:55:46 -0400] rev 18439
8016325: JVM hangs verifying system dictionary
Summary: Minimize redundant verifications of Klasses.
Reviewed-by: hseigel, jmasa
iklam [Sun, 23 Jun 2013 22:08:28 -0700] rev 18438
8009575: Reduce Symbol::_refcount from 4 bytes to 2 bytes
Summary: Added Atomic::inc(short*) to support this change.
Reviewed-by: coleenp, dcubed, dholmes, minqi
dcubed [Fri, 21 Jun 2013 10:55:26 -0700] rev 18437
Merge
dcubed [Fri, 21 Jun 2013 08:18:08 -0700] rev 18436
Merge
coleenp [Fri, 21 Jun 2013 10:57:00 -0400] rev 18435
8017177: more explicit code location information in hs_err crash log
Summary: Add code pc location for compiled code
Reviewed-by: kvn, coleenp
Contributed-by: doug.simon@oracle.com
coleenp [Fri, 21 Jun 2013 10:50:19 -0400] rev 18434
8004124: Handle and/or warn about SI_KERNEL
Summary: Detect this crash in the signal handler and give a fatal error message instead of making us chase down bugs that don't reproduce
Reviewed-by: kvn, mgerdin, dholmes
mgronlun [Thu, 20 Jun 2013 11:53:51 +0200] rev 18433
8016735: Remove superfluous EnableInvokeDynamic warning from UnlockDiagnosticVMOptions check
Reviewed-by: sla, dholmes
iklam [Wed, 19 Jun 2013 20:51:39 -0700] rev 18432
8008964: NPG: Memory regression: Thread::_metadata_handles uses 1 KB per thread.
Summary: Reduce default size of Thread::_metadata_handles from 300 to 30
Reviewed-by: coleenp, sspitsyn
dholmes [Wed, 19 Jun 2013 13:14:03 -0700] rev 18431
8014326: [OSX] All libjvm symbols are exported
Summary: Add support for a MacOS X compatible form of the libjvm mapfile.
Reviewed-by: dcubed, rdurbin, coleenp
amurillo [Fri, 21 Jun 2013 00:59:12 -0700] rev 18430
8017253: new hotspot build - hs25-b39
Reviewed-by: jcoomes
katleman [Thu, 27 Jun 2013 13:40:18 -0700] rev 18429
Added tag jdk8-b96 for changeset 14d9242a9dc9
katleman [Tue, 02 Jul 2013 15:55:14 -0700] rev 18428
Merge
erikj [Tue, 02 Jul 2013 15:07:05 +0200] rev 18427
8019537: jdk8-build prebuild fails in source bundle generation, The path of TOOLS_DIR ... is not found
Reviewed-by: tbell
erikj [Mon, 01 Jul 2013 15:40:27 +0200] rev 18426
8009744: build-infra: REGRESSION: Publisher was NOT set for some JDK files
Reviewed-by: tbell
erikj [Fri, 28 Jun 2013 12:02:37 +0200] rev 18425
8010385: build with LOG=trace broken on mac
Reviewed-by: dholmes, tbell, prr
erikj [Fri, 28 Jun 2013 12:00:03 +0200] rev 18424
8016303: make CONF= isn't working
Reviewed-by: tbell
erikj [Fri, 28 Jun 2013 11:58:16 +0200] rev 18423
8019229: Build Configuration Fail in Windows Platform
Reviewed-by: chegar, tbell, dxu
erikj [Fri, 28 Jun 2013 11:55:46 +0200] rev 18422
8016605: New files dont apear in src.zip
Reviewed-by: tbell
erikj [Thu, 27 Jun 2013 09:27:06 +0200] rev 18421
8017047: Can't use --with-java-devtools and --with-devkit at the same time
Reviewed-by: tbell
katleman [Thu, 27 Jun 2013 13:40:12 -0700] rev 18420
Added tag jdk8-b96 for changeset 3fe185be063a
duke [Wed, 05 Jul 2017 19:01:33 +0200] rev 18419
Added tag jdk8-b96 for changeset ea73f01b9053
duke [Wed, 05 Jul 2017 19:01:32 +0200] rev 18418
Merge
duke [Wed, 05 Jul 2017 19:01:29 +0200] rev 18417
Merge
katleman [Wed, 26 Jun 2013 11:26:33 -0700] rev 18416
8016684: JDK8 b94 source with GPL header errors
Reviewed-by: tbell, darcy
lana [Mon, 24 Jun 2013 14:27:32 -0700] rev 18415
Merge
vromero [Wed, 19 Jun 2013 22:07:05 +0100] rev 18414
8016610: javac, add new internal symbols to make operator resolution faster
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com
chegar [Wed, 19 Jun 2013 13:00:00 +0100] rev 18413
Merge
chegar [Wed, 19 Jun 2013 11:48:05 +0100] rev 18412
8017045: anti-delta fix for 8013789
Reviewed-by: alanb
vromero [Wed, 19 Jun 2013 11:09:13 +0100] rev 18411
8006981: javac, method toString() of class ...javac.code.Flags doesn't print all the flag bits
Reviewed-by: jjg
mfang [Tue, 18 Jun 2013 20:56:04 -0700] rev 18410
8015657: jdk8 l10n resource file translation update 3
Reviewed-by: yhuang
chegar [Tue, 18 Jun 2013 20:08:49 +0100] rev 18409
Merge
chegar [Tue, 18 Jun 2013 09:36:46 +0100] rev 18408
Merge
chegar [Mon, 17 Jun 2013 11:27:46 +0100] rev 18407
Merge
chegar [Tue, 11 Jun 2013 09:25:57 +0100] rev 18406
Merge
chegar [Mon, 10 Jun 2013 09:52:54 +0100] rev 18405
Merge
bpatel [Fri, 07 Jun 2013 16:12:04 -0700] rev 18404
8015997: Additional improvement in Javadoc framing
Reviewed-by: jjg
chegar [Fri, 31 May 2013 10:28:30 +0100] rev 18403
Merge
chegar [Thu, 23 May 2013 12:50:40 +0100] rev 18402
Merge
chegar [Thu, 16 May 2013 11:42:04 +0100] rev 18401
Merge
chegar [Wed, 08 May 2013 10:28:35 +0100] rev 18400
Merge
chegar [Wed, 08 May 2013 10:27:52 +0100] rev 18399
Merge
bpatel [Fri, 03 May 2013 08:52:33 -0700] rev 18398
8012375: Improve Javadoc framing
Reviewed-by: mduigou, jlaskey
chegar [Sun, 28 Apr 2013 08:16:41 +0100] rev 18397
Merge
chegar [Wed, 24 Apr 2013 11:03:32 +0100] rev 18396
Merge
vromero [Tue, 18 Jun 2013 19:02:48 +0100] rev 18395
8016267: javac, TypeTag refactoring has provoked performance issues
Reviewed-by: jjg
vromero [Tue, 18 Jun 2013 18:57:52 +0100] rev 18394
8016607: javac, avoid analyzing lambdas for source 7 compilation
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com
rfield [Mon, 17 Jun 2013 20:29:31 -0700] rev 18393
8013789: Compiler should emit bridges in interfaces
Summary: paired with 8015402: Lambda metafactory should not attempt to determine bridge methods
Reviewed-by: vromero
Contributed-by: maurizio.cimadamore@oracle.com
darcy [Mon, 17 Jun 2013 14:46:01 -0700] rev 18392
8016779: Fix doclint warnings in javax.lang.model
Reviewed-by: jjg
lana [Sun, 16 Jun 2013 22:38:04 -0700] rev 18391
Merge
vromero [Fri, 14 Jun 2013 18:01:52 +0100] rev 18390
8008023: Get rid of utf8 chars in two tests
Reviewed-by: jjg
vromero [Fri, 14 Jun 2013 16:25:09 +0100] rev 18389
8016569: javac, add new flag for polymorphic method signatures
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com
vromero [Tue, 11 Jun 2013 09:59:34 +0100] rev 18388
8007907: javap, method com.sun.tools.javap.Main.run returns 0 even in case of class not found error
Reviewed-by: jjg
vromero [Tue, 11 Jun 2013 09:35:58 +0100] rev 18387
8008547: javac, warning message: use of ''_'' as an identifier might not be supported in future releases, should be more especific
Reviewed-by: jjg
mcimadamore [Mon, 10 Jun 2013 15:57:32 +0100] rev 18386
8013576: Add stat support to LambdaToMethod
Summary: LambdaToMethod should emit info to help diagnose/test lambda metafactory problems
Reviewed-by: jjg, vromero
vromero [Mon, 10 Jun 2013 15:18:47 +0100] rev 18385
7113519: test/tools/javac/VersionOpt.java passes on windows
Reviewed-by: jjg
jjg [Fri, 07 Jun 2013 15:35:38 -0700] rev 18384
8016193: Fix OAC issue in langtools docs
Reviewed-by: darcy
mcimadamore [Thu, 06 Jun 2013 15:38:42 +0100] rev 18383
Merge
mcimadamore [Thu, 06 Jun 2013 15:37:23 +0100] rev 18382
8015648: Duplicate variable in lambda causes javac crash
Summary: Missing flag in synthetic lambda blog is causing duplicates symbol to go undetected
Reviewed-by: jjg, vromero
mcimadamore [Thu, 06 Jun 2013 15:35:05 +0100] rev 18381
8015432: javac crashes with stack overflow when method called recursively from nested generic call
Summary: Check.checkMethod should only be called after inference has completed
Reviewed-by: jjg, vromero
mcimadamore [Thu, 06 Jun 2013 15:33:40 +0100] rev 18380
8008627: Compiler mishandles three-way return-type-substitutability
Summary: Compiler should not enforce an order in how ambiguous methods should be resolved
Reviewed-by: jjg, vromero
mcimadamore [Thu, 06 Jun 2013 15:32:41 +0100] rev 18379
7139681: Enhanced for loop: local variable scope inconsistent with JLS
Summary: For-each loop variable is incorrectly visible from the for-each expression
Reviewed-by: jjg, vromero
mcimadamore [Thu, 06 Jun 2013 15:30:14 +0100] rev 18378
6360970: javac erroneously accept ambiguous field reference
Summary: clash between ambiguous fields in superinterface and unambiguous field in subinterface is erroneously marked as unambiguous
Reviewed-by: jjg, vromero
emc [Thu, 06 Jun 2013 08:48:23 -0400] rev 18377
8015701: MethodParameters are not filled in for synthetic captured local variables
Summary: Synthetic parameters for captured local variables in an anonymous inner class are not added to MethodParameters attributes
Reviewed-by: mcimadamore
katleman [Thu, 20 Jun 2013 10:17:55 -0700] rev 18376
Added tag jdk8-b95 for changeset 41b9fc8961f6
duke [Wed, 05 Jul 2017 19:01:16 +0200] rev 18375
Merge
lana [Mon, 24 Jun 2013 14:27:26 -0700] rev 18374
Merge
lana [Sun, 16 Jun 2013 22:33:03 -0700] rev 18373
Merge
mkos [Wed, 12 Jun 2013 14:47:09 +0100] rev 18372
8013021: Rebase 8005432 & 8003542 against the latest jdk8/jaxws
8003542: Improve processing of MTOM attachments
8005432: Update access to JAX-WS
Reviewed-by: mullan
katleman [Thu, 20 Jun 2013 10:17:12 -0700] rev 18371
Added tag jdk8-b95 for changeset fb4997d1f3bf
duke [Wed, 05 Jul 2017 19:01:11 +0200] rev 18370
Merge
lana [Mon, 24 Jun 2013 14:27:05 -0700] rev 18369
Merge
mfang [Tue, 18 Jun 2013 22:52:18 -0700] rev 18368
8016824: jdk8 l10n resource file translation update 3 - jaxp
Reviewed-by: joehw
chegar [Tue, 18 Jun 2013 09:36:20 +0100] rev 18367
Merge
chegar [Mon, 17 Jun 2013 11:18:50 +0100] rev 18366
Merge
chegar [Mon, 10 Jun 2013 09:51:09 +0100] rev 18365
Merge
chegar [Fri, 31 May 2013 10:27:50 +0100] rev 18364
Merge
chegar [Thu, 23 May 2013 12:44:51 +0100] rev 18363
Merge
chegar [Thu, 16 May 2013 11:41:29 +0100] rev 18362
Merge
chegar [Wed, 08 May 2013 10:10:05 +0100] rev 18361
Merge
chegar [Sun, 28 Apr 2013 08:15:54 +0100] rev 18360
Merge
chegar [Wed, 24 Apr 2013 10:18:03 +0100] rev 18359
Merge
joehw [Mon, 17 Jun 2013 12:47:02 -0700] rev 18358
8016133: Regression: diff. behavior with user-defined SAXParser
Reviewed-by: chegar, dfuchs
lana [Sun, 16 Jun 2013 22:32:56 -0700] rev 18357
Merge
robm [Sat, 15 Jun 2013 09:26:42 +0100] rev 18356
8016701: JAXP Build failure
Reviewed-by: darcy, wetmore, alanb, chegar
coffeys [Fri, 14 Jun 2013 15:14:49 +0400] rev 18355
8015978: Incorrect transformation of XPath expression "string(-0)"
Reviewed-by: darcy, joehw
Contributed-by: aleksej.efimov@oracle.com
joehw [Mon, 10 Jun 2013 14:42:57 -0700] rev 18354
8016153: Property http://javax.xml.XMLConstants/property/accessExternalDTD is not recognized.
Reviewed-by: lancea, dfuchs
joehw [Thu, 06 Jun 2013 15:03:55 -0700] rev 18353
8015016: Improve JAXP 1.5 error message
Reviewed-by: lancea
dfuchs [Thu, 06 Jun 2013 20:47:13 +0200] rev 18352
8013434: Xalan and Xerces internal ObjectFactory need rework
Summary: With this changeset, DTMManager and XSLTCDTMManager will always use their own default implementation.
Reviewed-by: joehw, alanb
dmeetry [Thu, 06 Jun 2013 20:40:43 +0400] rev 18351
8009579: Xpathexception does not honor initcause()
Reviewed-by: alanb, dholmes, joehw
Contributed-by: aleksej.efimov@oracle.com
katleman [Thu, 20 Jun 2013 10:17:08 -0700] rev 18350
Added tag jdk8-b95 for changeset 1db35290f46d
duke [Wed, 05 Jul 2017 19:01:02 +0200] rev 18349
Merge
lana [Mon, 24 Jun 2013 14:26:54 -0700] rev 18348
Merge
chegar [Tue, 18 Jun 2013 16:06:45 +0100] rev 18347
Merge
chegar [Mon, 17 Jun 2013 11:27:59 +0100] rev 18346
Merge
chegar [Mon, 10 Jun 2013 09:53:21 +0100] rev 18345
Merge
chegar [Fri, 31 May 2013 10:28:34 +0100] rev 18344
Merge
chegar [Thu, 23 May 2013 12:50:48 +0100] rev 18343
Merge
chegar [Thu, 16 May 2013 11:42:08 +0100] rev 18342
Merge
chegar [Wed, 08 May 2013 10:21:48 +0100] rev 18341
Merge
chegar [Sun, 28 Apr 2013 08:16:45 +0100] rev 18340
Merge
chegar [Wed, 24 Apr 2013 11:03:39 +0100] rev 18339
Merge
sundar [Tue, 18 Jun 2013 13:52:37 +0530] rev 18338
Merge
sundar [Tue, 18 Jun 2013 13:45:03 +0530] rev 18337
8008915: URLReader constructor should allow specifying encoding
Reviewed-by: hannesw, lagergren
sundar [Tue, 18 Jun 2013 13:25:24 +0530] rev 18336
Merge
sundar [Mon, 17 Jun 2013 13:56:05 +0530] rev 18335
8016550: nashorn.option.no.syntax.extensions has the wrong default
Reviewed-by: hannesw, lagergren
sundar [Fri, 14 Jun 2013 21:16:14 +0530] rev 18334
8016618: script mirror object access should be improved
Reviewed-by: jlaskey, lagergren
lagergren [Fri, 14 Jun 2013 13:53:40 +0200] rev 18333
8016235: Use in catch block that may not have been executed in try block caused illegal byte code to be generated
Reviewed-by: jlaskey, hannesw
hannesw [Thu, 13 Jun 2013 20:50:24 +0200] rev 18332
8016542: String.prototype.replace called with function argument should not replace $ patterns
Reviewed-by: lagergren, jlaskey
hannesw [Thu, 13 Jun 2013 15:26:49 +0200] rev 18331
8016528: Hex code from escape() should be padded
Reviewed-by: jlaskey, lagergren
hannesw [Thu, 13 Jun 2013 14:02:43 +0200] rev 18330
8016522: Numeric literal must not be followed by IdentifierStart
Reviewed-by: lagergren, sundar
hannesw [Thu, 13 Jun 2013 12:52:09 +0200] rev 18329
8016518: Parsing of octal string escapes is broken
Reviewed-by: sundar, lagergren
sundar [Thu, 13 Jun 2013 16:08:35 +0530] rev 18328
8015355: Array.prototype functions don't honour non-writable length and / or index properties
Reviewed-by: lagergren, hannesw
hannesw [Wed, 12 Jun 2013 16:41:38 +0200] rev 18327
8011893: JS Object builtin prototype is not thread safe
Reviewed-by: sundar, jlaskey
jlaskey [Wed, 12 Jun 2013 11:22:06 -0300] rev 18326
8016453: loadWithNewGlobal does not allow apply operation
Reviewed-by: hannesw, sundar
Contributed-by: james.laskey@oracle.com
hannesw [Tue, 11 Jun 2013 17:50:10 +0200] rev 18325
8015379: PropertyMap.addProperty() is slow
Reviewed-by: attila, jlaskey
lana [Sun, 16 Jun 2013 22:38:17 -0700] rev 18324
Merge
sundar [Tue, 11 Jun 2013 13:12:35 +0530] rev 18323
Merge
sundar [Tue, 11 Jun 2013 13:09:43 +0530] rev 18322
8015357: a = []; a[0x7fffffff]=1; a.sort()[0] should evaluate to 1 instead of undefined
Reviewed-by: hannesw, lagergren
sundar [Mon, 10 Jun 2013 19:54:07 +0530] rev 18321
8016239: loadWithNewGlobal should support user supplied arguments from the caller
Reviewed-by: lagergren, attila, jlaskey
lagergren [Mon, 10 Jun 2013 13:27:07 +0200] rev 18320
8016226: backing out test without third party license approval
Reviewed-by: attila, sundar
lagergren [Mon, 10 Jun 2013 13:21:29 +0200] rev 18319
8015892: canBeUndefined too conservative for some use before declaration cases
Reviewed-by: attila, hannesw
hannesw [Fri, 07 Jun 2013 17:44:25 +0200] rev 18318
8012291: NativeArray is inconsistent in using long for length and index in some places and int for the same in other places
Reviewed-by: lagergren, jlaskey
sundar [Thu, 06 Jun 2013 21:41:20 +0530] rev 18317
8015346: JSON parsing issues with escaped strings, octal, decimal numbers
Reviewed-by: hannesw, jlaskey
katleman [Thu, 20 Jun 2013 10:18:01 -0700] rev 18316
Added tag jdk8-b95 for changeset aee867cdeb80