lana [Mon, 26 Aug 2013 22:18:48 -0700] rev 19596
Merge
lana [Mon, 26 Aug 2013 14:53:15 -0700] rev 19595
Merge
bpittore [Mon, 26 Aug 2013 11:27:48 -0400] rev 19594
8014135: The JVMTI specification does not conform to recent changes in JNI specification
Summary: Added support for statically linked agents
Reviewed-by: alanb, sspitsyn, bobv, coleenp
henryjen [Fri, 09 Aug 2013 09:05:20 -0700] rev 19593
8023681: Fix raw type warning caused by Sink
Reviewed-by: mduigou, briangoetz
psandoz [Mon, 26 Aug 2013 22:55:03 +0200] rev 19592
8020292: j.u.SplittableRandom
Reviewed-by: mduigou
Contributed-by: Guy Steele <guy.steele@oracle.com>, Doug Lea <dl@cs.oswego.edu>, Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
igerasim [Mon, 26 Aug 2013 18:26:35 +0400] rev 19591
8016018: Typo in AbstractStringBuilder#indexOf and #lastIndexOf descriptions
Reviewed-by: alanb, chegar
rriggs [Mon, 26 Aug 2013 11:46:05 -0400] rev 19590
8011944: Sort fails with ArrayIndexOutOfBoundsException
Summary: Increase the size of pending stack and add test cases
Reviewed-by: alanb
shade [Mon, 26 Aug 2013 17:50:34 +0400] rev 19589
8023234: StampedLock serializes readers on writer unlock
Summary: Sync-up the fix from jsr166 CVS, signal more readers on writer unlock
Reviewed-by: martin, shade
Contributed-by: Doug Lea <dl@cs.oswego.edu>
jfranck [Mon, 26 Aug 2013 13:38:14 +0200] rev 19588
8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases
Reviewed-by: darcy, vromero, psandoz
igerasim [Sun, 25 Aug 2013 23:20:59 +0400] rev 19587
7129312: BufferedInputStream calculates negative array size with large streams and mark
Reviewed-by: alanb
alanb [Mon, 26 Aug 2013 10:01:27 +0100] rev 19586
8023139: java/nio/file/WatchService/SensitivityModifier.java failing intermittently (win8)
Reviewed-by: alanb
Contributed-by: yiming.wang@oracle.com
bpb [Fri, 23 Aug 2013 14:15:54 -0700] rev 19585
6378503: In java.math.BigDecimal, division by one returns zero
6446965: Using BigDecimal.divideToIntegralValue with extreme scales can lead to an incorrect result
Summary: Fix overflow of ints and ensure appropriate values passed to checkScaleNonZero()
Reviewed-by: darcy, martin
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
dfuchs [Fri, 23 Aug 2013 20:59:34 +0200] rev 19584
8005899: Logger.getLogger(name, null) should not allow to reset a non-null resource bundle
Reviewed-by: mchung, lancea
bpb [Thu, 22 Aug 2013 13:32:22 -0700] rev 19583
6470700: Math.random() / Math.initRNG() uses "double checked locking"
Summary: Replace class Random variable with a static final holder class
Reviewed-by: alanb, mduigou, chegar
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
egahlin [Wed, 21 Aug 2013 17:17:45 +0200] rev 19582
6359971: Threads tab: Simple text to explain that one can click on a thread to get stack trace
Reviewed-by: alanb, jbachorik
egahlin [Wed, 21 Aug 2013 17:15:44 +0200] rev 19581
6417649: -interval=0 is accepted and jconsole doesn't update window content at all
Reviewed-by: alanb, jbachorik
smarks [Thu, 22 Aug 2013 15:54:50 -0700] rev 19580
8022445: fix RMISocketFactory example to avoid using localhost
Reviewed-by: chegar, alanb
plevart [Tue, 20 Aug 2013 14:13:59 +0200] rev 19579
8022721: AnnotationTypeDeadlockTest.java throws java.lang.IllegalStateException: unexpected condition
Reviewed-by: alanb, jfranck
dxu [Thu, 22 Aug 2013 11:43:18 -0700] rev 19578
8023430: Replace File.mkdirs with Files.createDirectories to get MaxPathLength.java failure details
Reviewed-by: alanb
darcy [Thu, 22 Aug 2013 09:40:36 -0700] rev 19577
8023587: Fix lone remaining doclint issue in java.util.regex
Reviewed-by: jjg
sla [Thu, 22 Aug 2013 08:28:53 +0200] rev 19576
8023101: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails
Reviewed-by: ysr
xuelei [Wed, 21 Aug 2013 19:44:35 -0700] rev 19575
8022228: Intermittent test failures in sun/security/ssl/javax/net/ssl/NewAPIs
Reviewed-by: weijun
henryjen [Tue, 20 Aug 2013 14:23:32 -0700] rev 19574
8016846: Pattern.splitAsStream tests required
Reviewed-by: alanb, psandoz
Contributed-by: Ben Evans <benjamin.john.evans@gmail.com>
mduigou [Wed, 21 Aug 2013 12:03:28 -0700] rev 19573
8023395: Remove sun.misc.Sort and sun.misc.Compare
Reviewed-by: alanb, smarks, darcy, mr
mduigou [Wed, 21 Aug 2013 12:03:19 -0700] rev 19572
8023306: Add replace() implementations to TreeMap
Reviewed-by: psandoz, alanb, chegar, bpb
sla [Wed, 21 Aug 2013 17:19:46 +0200] rev 19571
8023485: Remove com/sun/jdi/DoubleAgentTest.java and com/sun/jdi/FieldWatchpoints.java from ProblemList.txt
Reviewed-by: chegar, mgronlun
dholmes [Wed, 21 Aug 2013 05:56:46 -0400] rev 19570
8023460: OPENJDK build fails due to missing jfr.jar
Reviewed-by: alanb
egahlin [Mon, 19 Aug 2013 13:11:03 +0200] rev 19569
7042707: Un-needed mnemonic in JConsole resource file
Reviewed-by: mfang, jbachorik
egahlin [Mon, 19 Aug 2013 16:41:21 +0200] rev 19568
6800801: NPE in JConsole when using Nimbus L&F
Reviewed-by: alanb, sjiang
egahlin [Mon, 19 Aug 2013 16:21:49 +0200] rev 19567
6417721: Thread list should not allow multiple selection
Reviewed-by: alanb, jbachorik, sjiang
egahlin [Mon, 19 Aug 2013 12:57:17 +0200] rev 19566
6358357: Division by zero in Threads tab when shrinking jconsole window
Reviewed-by: mchung, leifs, jbachorik
alanb [Wed, 21 Aug 2013 09:59:12 +0100] rev 19565
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
Reviewed-by: lancea, mduigou
cl [Thu, 29 Aug 2013 09:42:03 -0700] rev 19564
Added tag jdk8-b105 for changeset e92c5abf8936
duke [Wed, 05 Jul 2017 19:09:50 +0200] rev 19563
Merge
amurillo [Fri, 30 Aug 2013 00:19:43 -0700] rev 19562
Added tag hs25-b48 for changeset 137826043047
amurillo [Fri, 30 Aug 2013 00:19:42 -0700] rev 19561
Merge
dholmes [Thu, 29 Aug 2013 00:22:13 -0400] rev 19560
Merge
dholmes [Wed, 28 Aug 2013 21:42:14 -0400] rev 19559
Merge
dholmes [Wed, 28 Aug 2013 19:25:18 -0400] rev 19558
8023900: [TESTBUG] Initial compact profile test groups need adjusting
Reviewed-by: dcubed, mchung, hseigel
jiangli [Wed, 28 Aug 2013 12:01:04 -0700] rev 19557
Merge
bpittore [Wed, 28 Aug 2013 14:44:46 -0400] rev 19556
8023580: Add jtreg test for 8004051 and 8005722
Summary: Tests checks an assertion dealing with the number of args passed in registers
Reviewed-by: mseledtsov, kvn
dholmes [Tue, 27 Aug 2013 22:05:53 -0400] rev 19555
8006164: [TESTBUG] compact profile hotspot test issues
Summary: Define profile-based test groups.
Reviewed-by: dcubed, mchung
cjplummer [Fri, 23 Aug 2013 12:36:32 -0700] rev 19554
8020829: JT_HS: 2 runtime NMT tests fail on platforms if NMT detail is not supported
Summary: Make tests query a new WhiteBox API to see if NMT detail is supported, and behave properly if it is not supported.
Reviewed-by: dholmes, coleenp
bpittore [Fri, 23 Aug 2013 20:33:02 -0400] rev 19553
8014135: The JVMTI specification does not conform to recent changes in JNI specification
Summary: Added support for statically linked agents
Reviewed-by: sspitsyn, bobv, coleenp
jmasa [Tue, 27 Aug 2013 18:55:33 -0700] rev 19552
Merge
jmasa [Fri, 23 Aug 2013 15:59:20 -0700] rev 19551
Merge
brutisso [Thu, 22 Aug 2013 04:14:45 +0200] rev 19550
Merge
brutisso [Wed, 21 Aug 2013 22:35:56 +0200] rev 19549
8022872: G1: Use correct GC cause for young GC triggered by humongous allocations
Reviewed-by: tonyp, tschatzl
jmasa [Fri, 16 Aug 2013 06:12:46 -0700] rev 19548
8022817: CMS should not shrink if compaction was not done
Reviewed-by: ysr, mgerdin
stefank [Mon, 26 Aug 2013 07:01:23 -0700] rev 19547
Merge
stefank [Fri, 16 Aug 2013 13:22:32 +0200] rev 19546
8007074: SIGSEGV at ParMarkBitMap::verify_clear()
Summary: Replace the broken large pages implementation on Linux. New flag: -XX:+UseTransparentHugePages - Linux specific flag to turn on transparent huge page hinting with madvise(..., MAP_HUGETLB). Changed behavior: -XX:+UseLargePages - tries to use -XX:+UseTransparentHugePages before trying other large pages implementations (on Linux). Changed behavior: -XX:+UseHugeTLBFS - Use upfront allocation of Large Pages instead of using the broken implementation to dynamically committing large pages. Changed behavior: -XX:LargePageSizeInBytes - Turned off the ability to use this flag on Linux and provides warning to user if set to a value different than the OS chosen large page size. Changed behavior: Setting no large page size - Now defaults to use -XX:UseTransparentHugePages if the OS supports it. Previously, -XX:+UseHugeTLBFS was chosen if the OS was configured to use large pages.
Reviewed-by: tschatzl, dcubed, brutisso
dsimms [Mon, 26 Aug 2013 09:33:01 +0200] rev 19545
8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
Summary: Return NULL on OOM from GetStringChars, GetStringUTFChars and Get<PrimitiveType>ArrayElements family of functions.
Reviewed-by: dholmes, coleenp
hseigel [Sun, 25 Aug 2013 21:21:18 -0400] rev 19544
8022183: GCC 4.6 change sdefault setting for omit-frame-pointer which breaks hotspot stack walking
Summary: Explicitly specify -fno-omit-frame-pointer.
Reviewed-by: coleenp, dholmes, dcubed
dcubed [Fri, 23 Aug 2013 10:39:15 -0700] rev 19543
Merge
mgronlun [Fri, 23 Aug 2013 10:36:34 +0200] rev 19542
8023457: Event based tracing framework needs a mutex for thread groups
Reviewed-by: acorn, sla
poonam [Thu, 22 Aug 2013 21:23:31 -0700] rev 19541
Merge
poonam [Thu, 22 Aug 2013 18:09:29 -0700] rev 19540
Merge
poonam [Wed, 21 Aug 2013 22:12:11 -0700] rev 19539
8020530: Non heap memory size calculated incorrectly
Reviewed-by: coleenp, sla
Contributed-by: vladimir.kempik@oracle.com
jiangli [Thu, 22 Aug 2013 17:21:48 -0700] rev 19538
Merge
jiangli [Thu, 22 Aug 2013 19:27:42 -0400] rev 19537
8023547: com/sun/jdi/RedefineMulti.sh fails with IllegalArgumentException after JDK-8021948 .
Summary: Need to check if the constant pool mapping returns 0.
Reviewed-by: coleenp, sspitsyn
iklam [Thu, 22 Aug 2013 13:53:13 -0700] rev 19536
Merge
iklam [Thu, 22 Aug 2013 10:20:50 -0700] rev 19535
8023406: make/windows/build_vm_def.sh takes too long even when BUILD_WIN_SA != 1
Summary: Avoid dumping C++ vtable when BUILD_WIN_SA != 1
Reviewed-by: dcubed, sla, tbell
sla [Thu, 22 Aug 2013 14:56:10 -0400] rev 19534
Merge
allwin [Tue, 23 Jul 2013 14:32:37 +0200] rev 19533
8011888: sa.js: TypeError: [object JSAdapter] has no such function "__has__"
Reviewed-by: sla, sundar, kmo
Contributed-by: yunda.mly@taobao.com
hseigel [Thu, 22 Aug 2013 11:52:27 -0400] rev 19532
7121403: [TESTBUG] runtime/7051189/Xchecksig.sh fails on 64bit solaris
8023393: Need to suppress info message if -Xcheck:jni used with libjsig.dylab on Mac OSX
Summary: Rewrite 7051189 test in Java, port Linux fix for 7051189 to Mac OSX.
Reviewed-by: coleenp, dholmes, mseledtsov, ccheung
sla [Wed, 21 Aug 2013 13:18:52 +0200] rev 19531
8022808: Kitchensink hangs on macos
Summary: Use pthread_mach_thread_np() instead of mach_thread_self() to avoid leaking resources
Reviewed-by: dholmes, rbackman
amurillo [Fri, 23 Aug 2013 03:14:54 -0700] rev 19530
8023635: new hotspot build - hs25-b48
Reviewed-by: jcoomes
cl [Thu, 29 Aug 2013 09:41:51 -0700] rev 19529
Added tag jdk8-b105 for changeset 14a09ddd8d8b
erikj [Wed, 04 Sep 2013 10:37:21 +0200] rev 19528
Merge
ihse [Wed, 04 Sep 2013 10:15:46 +0200] rev 19527
8024155: Fix 'make CONF= <target>'
Reviewed-by: erikj, tbell
katleman [Tue, 03 Sep 2013 13:48:58 -0700] rev 19526
Merge
erikj [Fri, 30 Aug 2013 10:13:25 +0200] rev 19525
8023957: Lock down version of autoconf
Reviewed-by: chegar, dsamersoff, tbell, dholmes
erikj [Thu, 29 Aug 2013 15:47:55 +0200] rev 19524
8003162: build-infra: Improve suggestions for missing packages on linux
Reviewed-by: tbell, omajid
lana [Thu, 29 Aug 2013 16:18:06 -0700] rev 19523
Merge
mduigou [Thu, 29 Aug 2013 16:04:14 -0700] rev 19522
8023892: test/Makefile shouldn't try to tell langtools/test/Makefile where to put output.
Reviewed-by: erikj, vromero, henryjen
lana [Mon, 26 Aug 2013 14:49:08 -0700] rev 19521
Merge
mduigou [Mon, 26 Aug 2013 10:09:15 -0700] rev 19520
8023491: Remove target names from test/Makefile and defer to sub-repo makefiles.
Reviewed-by: erikj
mduigou [Tue, 20 Aug 2013 17:44:35 -0700] rev 19519
8023433: Improve 'make help'
Reviewed-by: tbell
cl [Thu, 29 Aug 2013 09:41:46 -0700] rev 19518
Added tag jdk8-b105 for changeset e164aa20de40
duke [Wed, 05 Jul 2017 19:09:30 +0200] rev 19517
Added tag jdk8-b105 for changeset 589f4fdc584e
duke [Wed, 05 Jul 2017 19:09:29 +0200] rev 19516
Merge
duke [Wed, 05 Jul 2017 19:09:26 +0200] rev 19515
Merge
lana [Fri, 23 Aug 2013 14:17:49 -0700] rev 19514
Merge
lana [Tue, 20 Aug 2013 17:46:21 -0700] rev 19513
Merge
jjg [Tue, 20 Aug 2013 15:12:16 -0700] rev 19512
8013887: In class use, some tables are randomly unsorted
Reviewed-by: bpatel
jjg [Tue, 20 Aug 2013 14:55:20 -0700] rev 19511
8022080: javadoc generates invalid HTML in Turkish locale
Reviewed-by: bpatel
jjg [Tue, 20 Aug 2013 14:46:54 -0700] rev 19510
8020663: Restructure some properties to facilitate better translation
Reviewed-by: darcy
ksrini [Tue, 20 Aug 2013 14:15:45 -0700] rev 19509
7179455: tools/javac/processing/model/testgetallmembers/Main.java fails against JDK 7 and JDK 8
Reviewed-by: jjg
darcy [Tue, 20 Aug 2013 12:15:19 -0700] rev 19508
8011043: Warn about use of 1.5 and earlier source and target values
Reviewed-by: jjg
jfranck [Tue, 20 Aug 2013 17:21:47 +0200] rev 19507
8019243: AnnotationTypeMismatchException instead of MirroredTypeException
Reviewed-by: jjg
kizune [Tue, 20 Aug 2013 17:34:06 +0400] rev 19506
7182350: Regression in wording of unchecked warning message
Reviewed-by: mcimadamore, jjg
ksrini [Mon, 19 Aug 2013 07:47:10 -0700] rev 19505
7071377: Exception when javac -processor is given a class name with invalid postfix
Reviewed-by: jjg, vromero
erikj [Fri, 16 Aug 2013 16:00:12 +0200] rev 19504
8023146: Sjavac test failes in langtools nightly
Reviewed-by: mcimadamore, jfranck
jlahoda [Thu, 15 Aug 2013 22:36:08 +0200] rev 19503
8022508: javac crashes if the generics arity of a base class is wrong
Reviewed-by: mcimadamore, vromero
jlahoda [Thu, 15 Aug 2013 22:33:43 +0200] rev 19502
8015809: More user friendly compile-time errors for uncaught exceptions in lambda expression
Summary: Producing individual errors for uncaught undeclared exceptions inside lambda expressions, rather than one error for the whole lambda
Reviewed-by: mcimadamore
vromero [Fri, 16 Aug 2013 10:32:42 +0100] rev 19501
8022053: javac generates unverifiable initializer for nested subclass of local class
Reviewed-by: jjg, mcimadamore
erikj [Thu, 15 Aug 2013 17:24:35 +0200] rev 19500
8015145: Smartjavac needs more flexibility with linking to sources
Reviewed-by: jjg, ohrstrom
bpatel [Wed, 14 Aug 2013 21:44:51 -0700] rev 19499
8016921: Change the profiles table on overview-summary.html page to a list
Reviewed-by: jjg
ksrini [Wed, 14 Aug 2013 18:58:39 -0700] rev 19498
6840442: JavaCompiler.getTask() has incomplete specification for IllegalArgumentException
Reviewed-by: jjg
jjg [Wed, 14 Aug 2013 16:41:01 -0700] rev 19497
8017191: Javadoc is confused by @link to imported classes outside of the set of generated packages
Reviewed-by: bpatel
ksrini [Wed, 14 Aug 2013 07:07:55 -0700] rev 19496
8007517: DefaultMethodRegressionTests.java fail in TL
Reviewed-by: jjg, vromero
vromero [Wed, 14 Aug 2013 10:53:37 +0100] rev 19495
8013394: compile of iterator use fails with error \"defined in an inaccessible class or interface\"
Reviewed-by: mcimadamore
lana [Tue, 13 Aug 2013 18:34:06 -0700] rev 19494
Merge
mcimadamore [Mon, 12 Aug 2013 17:28:31 +0100] rev 19493
8021567: Javac doesn't report \"java: reference to method is ambiguous\" any more
Summary: Javac incorrectly forgets about constant folding results within lambdas
Reviewed-by: jjg, vromero
mcimadamore [Mon, 12 Aug 2013 17:25:07 +0100] rev 19492
6537020: JCK tests: a compile-time error should be given in case of ambiguously imported fields (types, methods)
Summary: Hiding check does not support interface multiple inheritance
Reviewed-by: jjg
vromero [Sat, 10 Aug 2013 16:29:26 +0100] rev 19491
6983297: methods missing from NewArrayTree
Reviewed-by: jjg
vromero [Sat, 10 Aug 2013 16:26:50 +0100] rev 19490
8022622: javac, two tests are failing with compile time error after class Collector was modified
Reviewed-by: mcimadamore
vromero [Sat, 10 Aug 2013 13:27:38 +0100] rev 19489
8009640: -profile <compact> does not work when -bootclasspath specified
Reviewed-by: jjg
ksrini [Fri, 09 Aug 2013 15:01:33 -0700] rev 19488
8022161: javac Null Pointer Exception in Enter.visitTopLevel
Reviewed-by: jjg, vromero, jlahoda
vromero [Thu, 08 Aug 2013 11:49:16 +0100] rev 19487
8019486: javac, generates erroneous LVT for a test case with lambda code
Reviewed-by: mcimadamore
cl [Thu, 22 Aug 2013 09:10:22 -0700] rev 19486
Added tag jdk8-b104 for changeset c45de6831abc
duke [Wed, 05 Jul 2017 19:09:18 +0200] rev 19485
Merge
cl [Thu, 22 Aug 2013 09:10:09 -0700] rev 19484
Added tag jdk8-b104 for changeset 94ae8ce0f0fa
duke [Wed, 05 Jul 2017 19:09:14 +0200] rev 19483
Merge
lana [Fri, 23 Aug 2013 14:09:04 -0700] rev 19482
Merge
lana [Tue, 20 Aug 2013 17:41:16 -0700] rev 19481
Merge
lana [Tue, 13 Aug 2013 18:28:49 -0700] rev 19480
Merge
joehw [Fri, 09 Aug 2013 12:10:41 -0700] rev 19479
8022548: SPECJVM2008 has errors introduced in 7u40-b34
Reviewed-by: chegar, lancea
cl [Thu, 22 Aug 2013 09:10:08 -0700] rev 19478
Added tag jdk8-b104 for changeset 1fc167004a38
duke [Wed, 05 Jul 2017 19:09:09 +0200] rev 19477
Merge
lana [Fri, 23 Aug 2013 14:18:06 -0700] rev 19476
Merge
lana [Tue, 20 Aug 2013 17:46:45 -0700] rev 19475
Merge
sundar [Mon, 19 Aug 2013 19:37:29 +0530] rev 19474
Merge
sundar [Mon, 19 Aug 2013 17:16:54 +0530] rev 19473
8023210: jjs tools should support a mode where it will load few command line scripts and then entering into interactive shell
Reviewed-by: hannesw, attila, lagergren, jlaskey
lagergren [Fri, 16 Aug 2013 18:51:53 +0200] rev 19472
8023017: SUB missing for widest op == number for BinaryNode
Reviewed-by: sundar, jlaskey
hannesw [Fri, 16 Aug 2013 13:42:44 +0200] rev 19471
8019985: Date.parse("2000-01-01T00:00:00.Z") should return NaN
Reviewed-by: sundar, jlaskey
sundar [Fri, 16 Aug 2013 15:04:36 +0530] rev 19470
8020355: bind on built-in constructors don't use bound argument values
Reviewed-by: lagergren, hannesw
sundar [Wed, 14 Aug 2013 20:51:53 +0530] rev 19469
8023026: Array.prototype iterator functions like forEach, reduce should work for Java arrays, lists
Reviewed-by: jlaskey, lagergren
jlaskey [Mon, 12 Aug 2013 18:00:17 -0300] rev 19468
8022676: Confusing error message checking instanceof non-class
Reviewed-by: jlaskey, sundar
Contributed-by: michael.horowitz@oracle.com
lana [Tue, 13 Aug 2013 18:34:12 -0700] rev 19467
Merge
sundar [Mon, 12 Aug 2013 20:37:09 +0530] rev 19466
Merge
sundar [Mon, 12 Aug 2013 18:16:28 +0530] rev 19465
8022598: Object.getPrototypeOf should return null for host objects rather than throwing TypeError
Reviewed-by: lagergren, jlaskey, attila, hannesw
sundar [Mon, 12 Aug 2013 17:08:01 +0530] rev 19464
8022615: [nightly] Two nashorn print tests fail in nightly builds on Windows
Reviewed-by: lagergren, jlaskey
hannesw [Mon, 12 Aug 2013 13:31:43 +0200] rev 19463
8022731: NativeArguments has wrong implementation of isMapped()
Reviewed-by: lagergren, jlaskey
sundar [Mon, 12 Aug 2013 16:52:32 +0530] rev 19462
8022614: Please exclude test test/script/trusted/JDK-8020809.js from Nashorn code coverage run
Reviewed-by: jlaskey, lagergren
attila [Mon, 12 Aug 2013 12:46:01 +0200] rev 19461
8022789: Revisit doPrivileged blocks in Dynalink
Reviewed-by: lagergren, sundar
sundar [Mon, 12 Aug 2013 14:43:53 +0530] rev 19460
8022782: publicLookup access failures in ScriptObject, ScriptFunction and ScriptFunction
Reviewed-by: lagergren, attila, hannesw
sundar [Fri, 09 Aug 2013 20:48:44 +0530] rev 19459
8022707: Revisit all doPrivileged blocks
Reviewed-by: jlaskey, hannesw
jlaskey [Thu, 08 Aug 2013 11:20:14 -0300] rev 19458
Merge
sundar [Thu, 08 Aug 2013 18:19:29 +0530] rev 19457
Merge
sundar [Thu, 08 Aug 2013 16:38:32 +0530] rev 19456
8022524: Memory leaks in nashorn sources and tests found by jhat analysis
Reviewed-by: attila, hannesw
attila [Wed, 07 Aug 2013 16:38:44 +0200] rev 19455
8022509: Various Dynalink security enhancements
Reviewed-by: jlaskey, hannesw
cl [Thu, 22 Aug 2013 09:10:25 -0700] rev 19454
Added tag jdk8-b104 for changeset 9b5ad625745e
duke [Wed, 05 Jul 2017 19:09:00 +0200] rev 19453
Merge
cl [Thu, 22 Aug 2013 09:09:57 -0700] rev 19452
Added tag jdk8-b104 for changeset 2b0842168ce5
duke [Wed, 05 Jul 2017 19:08:56 +0200] rev 19451
Merge
katleman [Mon, 26 Aug 2013 17:36:10 -0700] rev 19450
Merge
omajid [Thu, 22 Aug 2013 16:00:13 -0400] rev 19449
8023480: Create a jvm.cfg for zero on 32 bit architectures
Reviewed-by: dholmes, erikj
lana [Fri, 23 Aug 2013 14:14:05 -0700] rev 19448
Merge
lana [Tue, 20 Aug 2013 17:44:18 -0700] rev 19447
Merge
attila [Tue, 20 Aug 2013 11:15:08 +0200] rev 19446
8023250: Update JavaScript code in JDK for changes in iteration over Java arrays
Reviewed-by: sundar, sla
psandoz [Tue, 20 Aug 2013 17:36:15 +0200] rev 19445
8023367: Collections.emptyList().sort((Comparator)null) throws NPE
Reviewed-by: alanb, mduigou
sla [Tue, 20 Aug 2013 16:53:27 +0200] rev 19444
8016727: test/com/sun/jdi/sde/TemperatureTableTest.java failing intermittently
Reviewed-by: alanb
dholmes [Tue, 20 Aug 2013 03:18:56 -0400] rev 19443
8023311: Clean up profile-includes.txt
Reviewed-by: alanb
sla [Tue, 20 Aug 2013 08:59:15 +0200] rev 19442
8022071: Some vm/jvmti tests fail because cannot attach to the Java virtual machine
Reviewed-by: erikj, sspitsyn
xuelei [Mon, 19 Aug 2013 18:49:36 -0700] rev 19441
8023230: The impl of KerberosClientKeyExchange maybe not exist
Reviewed-by: weijun
xuelei [Mon, 19 Aug 2013 17:42:39 -0700] rev 19440
8020842: IDN do not throw IAE when hostname ends with a trailing dot
Reviewed-by: weijun, michaelm
mullan [Mon, 19 Aug 2013 17:17:17 -0400] rev 19439
8016850: JCK javax.security.auth.Policy tests fail when run in Profiles mode
Summary: Move default javax.security.auth.Policy implementation to compact1 profile
Reviewed-by: vinnie
dxu [Mon, 19 Aug 2013 12:38:56 -0700] rev 19438
8023203: Wrap RandomAccessFile.seek native method into a Java helper method
Reviewed-by: alanb, chegar
ascarpino [Fri, 16 Aug 2013 12:31:57 -0700] rev 19437
8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails
Reviewed-by: mullan
ascarpino [Wed, 14 Aug 2013 10:50:52 -0700] rev 19436
8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to SHA2 algorithms
Reviewed-by: mullan
psandoz [Tue, 06 Aug 2013 14:26:34 +0100] rev 19435
8014824: Document Spliterator characteristics and binding policy of java util collection impls
Reviewed-by: chegar
alanb [Mon, 19 Aug 2013 11:04:21 +0100] rev 19434
8023215: test/java/util/Comparator/TypeTest.java not running (failing but reported as passing)
Reviewed-by: psandoz
aefimov [Fri, 16 Aug 2013 18:41:35 +0400] rev 19433
8021820: Number of opened files used in select() is limited to 1024 [macosx]
Reviewed-by: alanb, chegar, tbell, smarks
egahlin [Fri, 16 Aug 2013 18:58:36 +0200] rev 19432
6696970: Jconsole becomes unusable if a plugin throws an exception
Reviewed-by: mchung, jbachorik
egahlin [Fri, 16 Aug 2013 16:53:46 +0200] rev 19431
7015157: String "Tabular Navigation" should be rephrased for avoiding mistranslation
Reviewed-by: alanb, jbachorik, sjiang
egahlin [Fri, 16 Aug 2013 17:11:25 +0200] rev 19430
6721425: jconsole Makefile clean rule is missing rm of generated Version.java
Reviewed-by: alanb, jbachorik
egahlin [Fri, 16 Aug 2013 17:02:12 +0200] rev 19429
6417702: Graph in Memory tab is not redrawn immediately if changed via 'Chart' combo box
Reviewed-by: alanb, jbachorik, sjiang
psandoz [Tue, 06 Aug 2013 14:26:34 +0100] rev 19428
8022318: Document Spliterator characteristics and binding policy of java util concurrent collection impls
Reviewed-by: chegar
Contributed-by: Martin Buchholz <martinrb@google.com>, Paul Sandoz <paul.sandoz@oracle.com>
rriggs [Fri, 16 Aug 2013 13:58:43 -0400] rev 19427
8019185: Inconsistency between JapaneseEra start dates and java.util.JapaneseImperialDate
Summary: align Meiji start date with lib/calendar.properties to avoid any confusion
Reviewed-by: sherman
rriggs [Fri, 16 Aug 2013 11:11:00 -0400] rev 19426
8022193: java/time/test/java/util/TestFormatter.java failed in th locale.
Summary: Tests corrected to use fixed locale and not dependent on the environment
Reviewed-by: sherman
rriggs [Fri, 16 Aug 2013 11:28:15 -0400] rev 19425
8022770: java/time/tck/java/time/chrono/TCKChronology.java start failing
8022766: java/time/test/java/time/chrono/TestUmmAlQuraChronology.java failed.
Summary: TCKChronology: corrected display name to match update from JDK-8015986
Reviewed-by: alanb
psandoz [Tue, 13 Aug 2013 11:16:37 +0200] rev 19424
8022797: Clarify spliterator characteristics for collections containing no elements
Reviewed-by: alanb, mduigou
psandoz [Fri, 16 Aug 2013 12:46:39 +0200] rev 19423
8022898: java/util/Spliterator/SpliteratorCollisions.java fails in HashableIntSpliteratorWithNull data provider
Reviewed-by: henryjen, alanb, rriggs
psandoz [Fri, 16 Aug 2013 12:46:30 +0200] rev 19422
8012940: More than 50 tests failed in Serialization/DeSerialization testing (test-mangled)
Reviewed-by: ksrini
psandoz [Fri, 16 Aug 2013 12:29:58 +0200] rev 19421
8023150: java/util/stream tests no longer compiling following JDK-8019401
Reviewed-by: alanb
briangoetz [Mon, 12 Aug 2013 12:06:50 -0400] rev 19420
8019401: Collectors.collectingAndThen
Reviewed-by: mduigou
Contributed-by: brian.goetz@oracle.com
dxu [Thu, 15 Aug 2013 14:11:16 -0700] rev 19419
8017109: Cleanup overrides warning in src/solaris/classes/sun/print/AttributeClass.java
Reviewed-by: jgodinez
dxu [Thu, 15 Aug 2013 12:36:50 -0700] rev 19418
4858457: File.getCanonicalPath() throws IOException when invoked with "nul" (win)
Reviewed-by: alanb
vinnie [Thu, 15 Aug 2013 19:56:53 +0100] rev 19417
Merge
vinnie [Thu, 15 Aug 2013 19:49:08 +0100] rev 19416
8023108: Remove ShortRSAKey1024.sh from ProblemList.txt
Reviewed-by: mullan
sherman [Thu, 15 Aug 2013 10:41:59 -0700] rev 19415
7154662: {CRC32, Adler32}.update(byte[] b, int off, int len): undocumented ArrayIndexOutOfBoundsException
Summary: to add the throws clause
Reviewed-by: alanb, chegar
chegar [Thu, 15 Aug 2013 15:16:31 +0100] rev 19414
8022126: Remove throws SocketException from DatagramPacket constructors accepting SocketAddress
Reviewed-by: smarks, alanb, michaelm, darcy
dl [Thu, 15 Aug 2013 15:04:59 +0100] rev 19413
8023104: ConcurrentHashMap typo
Reviewed-by: chegar, mduigou
dl [Thu, 15 Aug 2013 15:01:37 +0100] rev 19412
8023103: FJ parallelism zero
8020537: java/util/concurrent/forkjoin/ThrowingRunnable.java
Reviewed-by: chegar, mduigou, alanb
igerasim [Tue, 13 Aug 2013 13:04:21 +0400] rev 19411
8022584: Memory leak in some NetworkInterface methods
Reviewed-by: alanb, dholmes, chegar, michaelm
alanb [Thu, 15 Aug 2013 13:42:45 +0100] rev 19410
8015765: TEST_BUG: java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failing intermittently
Reviewed-by: chegar, dholmes, alanb
Contributed-by: yiming.wang@oracle.com
alanb [Thu, 15 Aug 2013 11:54:05 +0100] rev 19409
8022921: Remove experimental Profile attribute
Reviewed-by: mchung, chegar
yhuang [Wed, 14 Aug 2013 22:49:54 -0700] rev 19408
8021121: ISO 4217 Amendment Number 156
Reviewed-by: naoto
wetmore [Wed, 14 Aug 2013 19:19:43 -0700] rev 19407
8023075: JDK-5049299 has broken old make in jdk8
Reviewed-by: katleman
bpb [Mon, 12 Aug 2013 10:35:44 -0700] rev 19406
8022109: Evaluate adding incrementExact, decrementExact, negateExact to java.lang.Math
Summary: Add the methods for parameter types int and long.
Reviewed-by: mduigou
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
sherman [Wed, 14 Aug 2013 11:42:59 -0700] rev 19405
8022178: System.console() throws IOE on some Windows
Summary: to remove the IOE throwing code
Reviewed-by: alanb
darcy [Wed, 14 Aug 2013 11:26:32 -0700] rev 19404
8022990: Fix dep_ann lint warnings in swing code
Reviewed-by: alexsch
ksrini [Wed, 14 Aug 2013 08:12:36 -0700] rev 19403
8022547: [verifier] move DefaultMethodRegressionTests.java to jdk
Reviewed-by: acorn
coleenp [Wed, 14 Aug 2013 10:14:06 -0400] rev 19402
Merge
hseigel [Tue, 13 Aug 2013 10:56:13 -0400] rev 19401
8022259: MakeClasslist is buggy and its README is out of date.
Summary: Fixed bug in FOR loop and updated comments and README
Reviewed-by: dholmes, alanb
lana [Tue, 13 Aug 2013 18:33:25 -0700] rev 19400
Merge
robm [Tue, 13 Aug 2013 19:10:54 +0100] rev 19399
5049299: (process) Use posix_spawn, not fork, on S10 to avoid swap exhaustion
Reviewed-by: alanb, dholmes, martin, erikj, coffeys
darcy [Tue, 13 Aug 2013 10:12:03 -0700] rev 19398
8022959: Fix new doclint issues in java.util.zip
Reviewed-by: chegar
mullan [Tue, 13 Aug 2013 10:07:56 -0400] rev 19397
Merge
mullan [Tue, 13 Aug 2013 10:06:48 -0400] rev 19396
8022897: Add test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java to ProblemList
Reviewed-by: vinnie, chegar
dfuchs [Tue, 13 Aug 2013 16:00:44 +0200] rev 19395
8019948: java/util/logging/bundlesearch/ResourceBundleSearchTest.java is failing intermittently
Reviewed-by: mchung, dholmes
chegar [Tue, 13 Aug 2013 14:57:12 +0100] rev 19394
8022779: ProblemList.txt updates (8/2013)
Summary: Update ProblemList and remove AggressiveOpts MOAT test run
Reviewed-by: chegar, alanb
Contributed-by: Amy Lu <amy.lu@oracle.com>
bpb [Mon, 12 Aug 2013 16:21:10 -0700] rev 19393
8022180: BigInteger Burnikel-Ziegler quotient and remainder calculation assumes quotient parameter is zero
Summary: Clear the quotient in divideAndRemainderBurnikelZiegler() if the divisor is larger than the dividend.
Reviewed-by: alanb, bpb
Contributed-by: Timothy Buktu <tbuktu@hotmail.com>
vinnie [Tue, 13 Aug 2013 14:18:57 +0100] rev 19392
Merge
vinnie [Tue, 13 Aug 2013 14:15:03 +0100] rev 19391
8013170: Spec for PBEParameterSpec does not specify behavior when paramSpec is null
Reviewed-by: mullan
ascarpino [Mon, 12 Aug 2013 11:25:42 -0700] rev 19390
8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created
Reviewed-by: mullan
lancea [Mon, 12 Aug 2013 16:09:24 -0400] rev 19389
8022753: SQLXML javadoc example typo
Reviewed-by: alanb, mchung
henryjen [Mon, 12 Aug 2013 12:11:04 -0700] rev 19388
8022749: Convert junit tests to testng in test/java/lang/invoke
Reviewed-by: mduigou, alanb
Contributed-by: Mani Sarkar <sadhak001@gmail.com>
vromero [Mon, 12 Aug 2013 17:40:14 +0100] rev 19387
8015780: java/lang/reflect/Method/GenericStringTest.java failing
Reviewed-by: darcy, jfranck
mullan [Mon, 12 Aug 2013 09:29:06 -0400] rev 19386
Merge
mullan [Mon, 12 Aug 2013 09:03:51 -0400] rev 19385
8016848: javax_security/auth/login tests fail in compact 1 and 2 profiles
Summary: Change the default value of the "login.configuration.provider" security property to sun.security.provider.ConfigFile
Reviewed-by: xuelei
xuelei [Sun, 11 Aug 2013 18:21:13 -0700] rev 19384
8022487: DEREncodedKeyValue.supportedKeyTypes should be private
Reviewed-by: mullan
joehw [Fri, 09 Aug 2013 12:53:30 -0700] rev 19383
8022548: SPECJVM2008 has errors introduced in 7u40-b34
Reviewed-by: chegar, lancea
sherman [Fri, 09 Aug 2013 12:40:11 -0700] rev 19382
8020054: (tz) Support tzdata2013d
Summary: update the jdk8 tz data to version 2013d
Reviewed-by: coffeys, peytoia
dxu [Fri, 09 Aug 2013 10:55:52 -0700] rev 19381
8021977: Opening a file using java.io can throw IOException on Windows
Summary: Remove IOException related error-handling code for backward compatibility
Reviewed-by: alanb, lancea, mr
dl [Fri, 09 Aug 2013 17:56:38 +0100] rev 19380
8022724: lint warnings in j.u.concurrent packages
Reviewed-by: chegar, lancea, darcy
chegar [Fri, 09 Aug 2013 13:50:13 +0100] rev 19379
8022661: InetAddress.writeObject() performs flush() on object output stream
Reviewed-by: michaelm, alanb
psandoz [Fri, 09 Aug 2013 11:44:38 +0200] rev 19378
8022326: Spliterator for values of j.u.c.ConcurrentSkipListMap does not report ORDERED
Reviewed-by: martin, chegar
sherman [Thu, 08 Aug 2013 23:40:46 -0700] rev 19377
6614237: missing codepage Cp290 at java runtime
Summary: to add charset Cp290 and Cp300
Reviewed-by: okutsu
weijun [Fri, 09 Aug 2013 11:41:17 +0800] rev 19376
8021788: JarInputStream doesn't provide certificates for some file under META-INF
Reviewed-by: chegar, sherman
juh [Thu, 08 Aug 2013 17:06:40 -0700] rev 19375
8022461: Fix lint warnings in sun.security.{provider,rsa,x509}
Reviewed-by: darcy, weijun, xuelei, mullan
sherman [Thu, 08 Aug 2013 12:03:04 -0700] rev 19374
8015666: test/tools/pack200/TimeStamp.java failing
Summary: to keep the default behavior of ZOS unchanged, if ze extra time not explicitly set
Reviewed-by: alanb, ksrini
weijun [Thu, 08 Aug 2013 21:13:01 +0800] rev 19373
8016594: Native Windows ccache still reads DES tickets
Reviewed-by: dsamersoff, xuelei
uta [Thu, 08 Aug 2013 09:16:16 +0400] rev 19372
7147084: (process) appA hangs when read output stream of appB which starts appC that runs forever
Reviewed-by: alanb, robm, martin
okutsu [Thu, 08 Aug 2013 13:51:55 +0900] rev 19371
8015986: Incorrect Localization of HijrahChronology
Reviewed-by: naoto
Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com
lana [Tue, 20 Aug 2013 17:38:56 -0700] rev 19370
Merge
serb [Fri, 16 Aug 2013 21:18:21 +0400] rev 19369
8005980: [findbugs] More com.sun.media.sound.* warnings
Reviewed-by: art, prr
serb [Fri, 16 Aug 2013 20:56:46 +0400] rev 19368
8006085: [findbugs] a warning on javax.sound.sampled.DataLine$Info constructor
Reviewed-by: art, prr
serb [Fri, 16 Aug 2013 16:52:53 +0400] rev 19367
8020051: [TEST_BUG] Testcase for 8004859 has a typo
Reviewed-by: anthony
alitvinov [Thu, 15 Aug 2013 14:20:09 +0400] rev 19366
7191018: Manual test closed/java/awt/JAWT causes JVM to crash starting from JDK 5
Reviewed-by: anthony, serb
leonidr [Thu, 15 Aug 2013 01:17:30 +0400] rev 19365
8022997: [macosx] Remaining duplicated key events
Reviewed-by: anthony, serb
pchelko [Wed, 14 Aug 2013 17:20:09 +0400] rev 19364
7173464: Clipboard.getAvailableDataFlavors: Comparison method violates contract
Reviewed-by: anthony, art, serb
pchelko [Wed, 14 Aug 2013 16:17:28 +0400] rev 19363
8013454: [parfait] Memory leak in jdk/src/windows/native/sun/windows/awt_Cursor.cpp
8012079: [parfait] possible null pointer dereference in jdk/src/windows/native/sun/windows/awt_Font.cpp
Reviewed-by: art, serb
lana [Tue, 13 Aug 2013 15:49:37 -0700] rev 19362
Merge
serb [Tue, 13 Aug 2013 15:41:55 +0400] rev 19361
7027045: (doc) java/awt/Window.java has several typos in javadoc
Reviewed-by: art, serb
Contributed-by: konstantin.perikov@gmail.com
alexsch [Fri, 09 Aug 2013 14:16:24 +0400] rev 19360
7121409: Two conformance tests for AccessibleText.getCharacterBounds(int i) fail
Reviewed-by: serb
ant [Fri, 09 Aug 2013 05:20:27 +0400] rev 19359
8013611: Modal dialog fails to obtain keyboard focus
Reviewed-by: leonidr
lana [Tue, 20 Aug 2013 17:35:15 -0700] rev 19358
Merge
jgodinez [Mon, 19 Aug 2013 11:21:19 -0700] rev 19357
8022241: [macosx] [PIT] lookupPrintServices() returns one too long array
Reviewed-by: prr, jchen
prr [Mon, 19 Aug 2013 03:58:47 -0700] rev 19356
8017580: Crash in font loading code on Linux (due to use of reflection)
Reviewed-by: bae, vadim
vadim [Fri, 16 Aug 2013 15:57:28 +0400] rev 19355
8013446: [parfait] Memory leak in jdk/src/windows/native/sun/java2d/opengl/WGLSurfaceData.c
Reviewed-by: bae, prr
jgodinez [Thu, 15 Aug 2013 11:56:33 -0700] rev 19354
8023045: [MacOSX] PrinterIOException when printing a JComponent
Reviewed-by: bae, jchen
cl [Thu, 22 Aug 2013 09:10:13 -0700] rev 19353
Added tag jdk8-b104 for changeset 805046a40f61
duke [Wed, 05 Jul 2017 19:08:38 +0200] rev 19352
Merge
amurillo [Fri, 23 Aug 2013 03:01:16 -0700] rev 19351
Added tag hs25-b47 for changeset 5ca7390c9649
amurillo [Fri, 23 Aug 2013 03:01:16 -0700] rev 19350
Merge
jmasa [Thu, 22 Aug 2013 14:03:47 -0700] rev 19349
Merge
jmasa [Thu, 22 Aug 2013 11:13:17 -0700] rev 19348
Merge
jmasa [Wed, 14 Aug 2013 19:52:16 -0700] rev 19347
8021809: Partitioning based on eden sampling during allocation not reset correctly
Reviewed-by: ysr, hiroshi
tschatzl [Wed, 21 Aug 2013 10:32:02 +0200] rev 19346
8022784: TaskQueue misses minimal documentation and references for analysis
Summary: Add appropriate documentation and references to publication to allow easier analysis of the TaskQueue implementation.
Reviewed-by: dholmes, ehelin
jmasa [Tue, 20 Aug 2013 10:02:38 -0700] rev 19345
Merge
jmasa [Mon, 19 Aug 2013 08:58:56 -0700] rev 19344
Merge
ehelin [Mon, 19 Aug 2013 18:17:58 +0200] rev 19343
8023219: NPG: MetaspaceMemoryPool should report statistics for all of metaspace
Reviewed-by: stefank, sjohanss
stefank [Mon, 19 Aug 2013 13:44:13 +0200] rev 19342
8023227: Enhance layout_helper_log2_element_size assert
Reviewed-by: mgerdin, jmasa
brutisso [Fri, 16 Aug 2013 11:26:09 +0200] rev 19341
8023145: G1: G1CollectedHeap::mark_strong_code_roots() needs to handle ParallelGCThreads=0
Reviewed-by: stefank, mgerdin