xuelei [Mon, 03 Dec 2012 06:00:19 -0800] rev 14700
8004184: security tests leave JSSEServer running
Summary: Use othervm mode to release resources, and correct the system properties issues in JSSE
Reviewed-by: chegar
weijun [Mon, 03 Dec 2012 17:14:03 +0800] rev 14699
7198507: [TEST_BUG] sun/security/tools/keytool/console.sh should be rewritten
Reviewed-by: xuelei
dholmes [Sun, 02 Dec 2012 19:16:56 -0500] rev 14698
7200297: agent code does not handle multiple boot library path elements correctly
Summary: When bug 6819213 was fixed it enabled sun.boot.library.path property to contain multiple paths. Code in agents does not handle multiple paths when attempting to find dependent shared libs.
Reviewed-by: dholmes, sspitsyn, dsamersoff
Contributed-by: Bill Pittore <bill.pittore@oracle.com>
alanb [Sun, 02 Dec 2012 16:37:31 +0000] rev 14697
8003846: Override mechanism for currency data should not require creating currency.properties in java.home
Reviewed-by: naoto
sherman [Sat, 01 Dec 2012 11:36:25 -0800] rev 14696
8004212: java.util.Base64 methods decodeArray and decodeBuffer should return the number of bytes written
Summary: to return the length instead of position
Reviewed-by: alanb
lana [Fri, 30 Nov 2012 16:33:50 -0800] rev 14695
Merge
khazra [Fri, 30 Nov 2012 12:00:07 -0800] rev 14694
7197662: (prefs) java/util/prefs/AddNodeChangeListener.java fails by timeout or by "couldn't get file lock"
Summary: Set -Djava.util.prefs.userRoot to current working directory of user in the prefs tests
Reviewed-by: alanb, chegar, weijun, dxu
jfranck [Fri, 30 Nov 2012 09:47:17 +0100] rev 14693
8004110: Remove debug code form sun/reflect/annotation/AnnotationSupport.java
Reviewed-by: jjg, darcy
alanb [Fri, 30 Nov 2012 16:29:32 +0000] rev 14692
7165762: (aio) Default thread pool should be configured so that threads terminated after a timeout period
Reviewed-by: chegar
alanb [Fri, 30 Nov 2012 11:18:16 +0000] rev 14691
8003949: LogManager, downgrade normative reference to ${java.home}/lib/logging.properties
Reviewed-by: psandoz, mchung
zhangshj [Fri, 30 Nov 2012 17:24:54 +0800] rev 14690
8004211: Remove unused dlinfo local variable in launcher code
Reviewed-by: alanb
sla [Fri, 30 Nov 2012 08:17:02 +0100] rev 14689
7155168: java/util/TimeZone/Bug6912560.java: expected Asia/Tokyo
Reviewed-by: okutsu
smarks [Thu, 29 Nov 2012 14:43:46 -0800] rev 14688
8004134: More ProblemList.txt updates (11/2012)
Reviewed-by: alanb
Contributed-by: amy.lu@oracle.com
smarks [Wed, 28 Nov 2012 17:31:35 -0800] rev 14687
8004131: move jdi tests out of core testset
Reviewed-by: alanb, chegar
mduigou [Thu, 29 Nov 2012 14:09:45 -0800] rev 14686
6553074: String{Buffer,Builder}.indexOf(Str, int) contains unnecessary allocation
Summary: It is not necessary to extract the value array with toCharArray. The value array can now be used directly.
Reviewed-by: alanb
mduigou [Thu, 29 Nov 2012 14:07:47 -0800] rev 14685
7175464: entrySetView field is never updated in NavigableSubMap
Summary: The method entrySet() in AscendingSubMap and DescendingSubMap failed to cache the entrySetView.
Reviewed-by: alanb, psandoz
shade [Thu, 29 Nov 2012 17:03:52 +0000] rev 14684
8004141: UnsafeStaticFieldAccessorImpl#base should be final
Reviewed-by: chegar, alanb
Contributed-by: peter.levart@gmail.com
jgish [Thu, 29 Nov 2012 12:28:02 +0000] rev 14683
8003380: Compiler warnings in logging test code
Summary: Use generics, suppress warnings where appropriate, remove unused imports, etc.
Reviewed-by: lancea, chegar
michaelm [Thu, 29 Nov 2012 09:47:31 +0000] rev 14682
Merge
michaelm [Thu, 29 Nov 2012 09:41:20 +0000] rev 14681
7200720: crash in net.dll during NTLM authentication
Reviewed-by: chegar, dsamersoff
mchung [Wed, 28 Nov 2012 10:50:54 -0800] rev 14680
8003869: Eliminate java.lang.invoke.InnerClassLambdaMetafactory dependency on java.util.logging
Reviewed-by: alanb, dholmes
mchung [Wed, 28 Nov 2012 10:49:15 -0800] rev 14679
8003851: MethodHandleNatives dependency on java.sql.DriverManager
Reviewed-by: alanb, dholmes
dfuchs [Wed, 28 Nov 2012 10:08:31 -0800] rev 14678
Merge
dfuchs [Wed, 28 Nov 2012 15:14:47 +0100] rev 14677
8003476: Cleanup warnings in com.sun.jmx.snmp code
Reviewed-by: alanb, smarks
jfranck [Wed, 28 Nov 2012 09:21:37 -0800] rev 14676
7154390: Add support for repeating annotations in j.l.r.AnnotatedElement
Reviewed-by: darcy
xuelei [Wed, 28 Nov 2012 05:18:57 -0800] rev 14675
8004019: Removes unused method HandshakeHash.setCertificateVerifyAlg()
Summary: certification verification in HandshakeHash was abandoned during TLS 1.2 implementation
Reviewed-by: xuelei, weijun
Contributed-by: Florian Weimer <fweimer@redhat.com>
sherman [Tue, 27 Nov 2012 22:07:11 -0800] rev 14674
8004088: hg push for bug#4235519 failed to push all files
Summary: pushed all base64 files
Reviewed-by: alanb, mduigou
sherman [Tue, 27 Nov 2012 21:51:26 -0800] rev 14673
4235519: Make sun.misc.BASE64{De,En}coder classes public
Summary: to add java.util.Base64
Reviewed-by: alanb, mduigou
robm [Wed, 28 Nov 2012 00:47:38 +0000] rev 14672
8003597: TEST_BUG: Eliminate dependency on javaweb from closed net tests
Reviewed-by: chegar
chegar [Tue, 27 Nov 2012 17:15:19 +0000] rev 14671
8003833: Spurious NPE from Socket.getIn/OutputStream
Reviewed-by: alanb, dsamersoff
mduigou [Mon, 26 Nov 2012 15:08:13 -0800] rev 14670
8001634: Initial set of functional interface types
Summary: Add the core functional interfaces used by the JSR335 libraries.
Reviewed-by: dholmes, briangoetz, darcy
mullan [Mon, 26 Nov 2012 08:34:25 -0500] rev 14669
Merge
mullan [Mon, 26 Nov 2012 08:23:20 -0500] rev 14668
Merge
mullan [Mon, 26 Nov 2012 08:12:19 -0500] rev 14667
7167056: Clarify that BasicPermission names that contain non-wildcard asterisks are not invalid
Reviewed-by: weijun, xuelei
uta [Mon, 26 Nov 2012 15:54:39 +0400] rev 14666
7162111: TEST_BUG: change tests run in headless mode [macosx] (open)
Summary: In problem tests detection of AWT headless mode was introduced or AWT dependence was removed.
Reviewed-by: alanb
xuelei [Sat, 24 Nov 2012 04:27:28 -0800] rev 14665
8003951: Removes unused variables in sun.security.ssl
Reviewed-by: xuelei
Contributed-by: Florian Weimer <fweimer@redhat.com>
xuelei [Sat, 24 Nov 2012 04:09:19 -0800] rev 14664
8003950: Adds missing Override annotations and removes unnecessary imports in sun.security.ssl
Reviewed-by: xuelei
Contributed-by: Florian Weimer <fweimer@redhat.com>
xuelei [Sat, 24 Nov 2012 03:34:27 -0800] rev 14663
8001751: Javadoc warnings in JSSE code
Reviewed-by: alanb
uta [Fri, 23 Nov 2012 13:07:54 +0400] rev 14662
8003898: X11 toolkit can be chosen as the default toolkit
Summary: XToolkit is not selected for any values of system-wide environment variables (ex. DISPLAY).
Reviewed-by: anthony, art
dbuck [Tue, 20 Nov 2012 21:35:18 -0800] rev 14661
7198904: (alt-rt) TreeMap.clone is broken
Summary: Test case for cr7198904. Issue only found in OracleJDK, but test case is valid for OpenJDK as well
Reviewed-by: mduigou, dholmes
lana [Tue, 04 Dec 2012 11:41:44 -0800] rev 14660
Merge
aph [Tue, 04 Dec 2012 14:02:08 +0000] rev 14659
8004344: Fix a crash in ToolkitErrorHandler() in XlibWrapper.c
Summary: Code does not check for JNU_GetEnv returning NULL.
Reviewed-by: anthony
jviswana [Tue, 04 Dec 2012 17:17:45 +0400] rev 14658
4631925: JColor Chooser is not fully accessible
Reviewed-by: alexsch
alexsch [Tue, 04 Dec 2012 16:42:19 +0400] rev 14657
8002077: Possible mnemonic issue on JFileChooser Save button on nimbus L&F
Reviewed-by: serb
alexsch [Tue, 04 Dec 2012 15:56:02 +0400] rev 14656
8003830: NPE at BasicTreeUI$Actions.page:4470
Reviewed-by: serb, alexsch
Contributed-by: Jaroslav Tulach <jaroslav.tulach@oracle.com>
alexsch [Tue, 04 Dec 2012 15:26:57 +0400] rev 14655
6671481: NPE at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection
Reviewed-by: serb
lana [Fri, 30 Nov 2012 17:09:05 -0800] rev 14654
Merge
kshefov [Fri, 30 Nov 2012 12:39:37 +0000] rev 14653
7124242: [macosx] Test doesn't work because of the frame round corners in the LaF
Reviewed-by: anthony, yan, alexsch
alexsch [Thu, 29 Nov 2012 07:42:23 -0500] rev 14652
8000423: Diacritic is not applyed to a base letter on Linux
Reviewed-by: anthony, serb
serb [Tue, 27 Nov 2012 17:03:19 +0400] rev 14651
8002308: [macosx] 7198229 should be applied to the user action only
Reviewed-by: anthony, skovatch
kizune [Wed, 21 Nov 2012 20:42:54 +0400] rev 14650
8003273: Missing testcase for 7171812
Reviewed-by: art, serb
serb [Wed, 21 Nov 2012 15:58:09 +0400] rev 14649
7154516: [macosx] Popup menus have no visible borders
Reviewed-by: anthony, denis
serb [Wed, 21 Nov 2012 15:54:41 +0400] rev 14648
7193214: Consider simplifying CPlatformWindow.setResizable()
Reviewed-by: anthony, denis
serb [Wed, 21 Nov 2012 15:50:34 +0400] rev 14647
7124552: [macosx] NullPointerException in getBufferStrategy()
7124219: [macosx] Unable to draw images to fullscreen
Reviewed-by: bae, anthony
bae [Mon, 03 Dec 2012 16:26:47 +0400] rev 14646
7124347: [macosx] java.lang.InternalError: not implemented yet on call Graphics2D.drawRenderedImage
Reviewed-by: prr, flar
lana [Fri, 30 Nov 2012 16:02:00 -0800] rev 14645
Merge
bae [Fri, 30 Nov 2012 11:32:36 +0400] rev 14644
7124223: [macosx] Regression test failure with new exception, when glyph is positioned explicitly
Reviewed-by: jgodinez
bae [Wed, 28 Nov 2012 14:12:32 +0400] rev 14643
7064516: ImageIO.read() fails to load an image
Reviewed-by: jgodinez, prr
bae [Wed, 28 Nov 2012 12:38:43 +0400] rev 14642
5082749: GIF stream metadata specification of aspect ratio is incorrect
Reviewed-by: bae, prr
Contributed-by: Vadim Pakhnushev <vadim.pakhnushev@oracle.com>
bae [Wed, 28 Nov 2012 12:28:10 +0400] rev 14641
4649812: GIFImageReader handles transparency incorrectly
Reviewed-by: bae, prr
Contributed-by: Vadim Pakhnushev <vadim.pakhnushev@oracle.com>
katleman [Thu, 06 Dec 2012 12:04:35 -0800] rev 14640
Added tag jdk8-b67 for changeset 558a3373ba7e
duke [Wed, 05 Jul 2017 18:31:45 +0200] rev 14639
Merge
amurillo [Fri, 07 Dec 2012 10:46:54 -0800] rev 14638
Added tag hs25-b12 for changeset 31453af433e7
amurillo [Fri, 07 Dec 2012 10:46:53 -0800] rev 14637
Merge
jwilhelm [Fri, 07 Dec 2012 07:36:51 -0800] rev 14636
Merge
jmasa [Thu, 29 Nov 2012 10:09:04 -0800] rev 14635
8003554: NPG: move Metablock and Metachunk code out of metaspace.cpp
Reviewed-by: coleenp
johnc [Fri, 30 Nov 2012 11:46:17 -0800] rev 14634
8004170: G1: Verbose GC output is not getting flushed to log file using JDK 8
Summary: Add flushes to G1CollectedHeap::log_gc_footer() and TraceCPUTime destructor.
Reviewed-by: jwilhelm, azeemj, brutisso
roland [Fri, 07 Dec 2012 01:09:03 -0800] rev 14633
Merge
twisti [Thu, 06 Dec 2012 11:05:33 -0800] rev 14632
Merge
twisti [Thu, 06 Dec 2012 09:57:41 -0800] rev 14631
8003250: SPARC: move MacroAssembler into separate file
Reviewed-by: jrose, kvn
neliasso [Thu, 06 Dec 2012 14:33:52 +0100] rev 14630
Merge
neliasso [Thu, 06 Dec 2012 09:50:08 +0100] rev 14629
8003934: Fix generation of malformed options to Projectcreator
Summary: Makefile produces unmatched quotes due to nmake bug
Reviewed-by: jwilhelm, brutisso
neliasso [Mon, 26 Nov 2012 15:11:55 +0100] rev 14628
8003983: LogCompilation tool is broken since c1 support
Summary: Fixed emitting and parsing
Reviewed-by: jrose, kvn
twisti [Mon, 03 Dec 2012 15:48:49 -0800] rev 14627
8004319: test/gc/7168848/HumongousAlloc.java fails after 7172640
Reviewed-by: kvn, johnc
twisti [Fri, 30 Nov 2012 15:23:16 -0800] rev 14626
8003240: x86: move MacroAssembler into separate file
Reviewed-by: kvn
twisti [Fri, 30 Nov 2012 11:44:05 -0800] rev 14625
8003195: AbstractAssembler should not store code pointers but use the CodeSection directly
Reviewed-by: twisti, kvn
Contributed-by: Bharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>
kvn [Tue, 27 Nov 2012 17:41:38 -0800] rev 14624
8003850: add support for constants in stub code
Summary: remember the code section and switch back to the proper one when adding constants.
Reviewed-by: twisti, kvn
Contributed-by: goetz.lindenmaier@sap.com
bharadwaj [Tue, 27 Nov 2012 17:24:15 -0800] rev 14623
7092905: C2: Keep track of the number of dead nodes
Summary: keep an (almost) accurate running count of the reachable (live) flow graph nodes.
Reviewed-by: kvn, twisti, jrose, vlivanov
twisti [Tue, 27 Nov 2012 12:48:52 -0800] rev 14622
8003868: fix shark for latest HotSpot and LLVM
Reviewed-by: twisti
Contributed-by: Roman Kennke <rkennke@redhat.com>
twisti [Mon, 26 Nov 2012 17:25:11 -0800] rev 14621
7172640: C2: instrinsic implementations in LibraryCallKit should use argument() instead of pop()
Reviewed-by: kvn, jrose
vlivanov [Wed, 21 Nov 2012 05:57:12 -0800] rev 14620
8001538: hs_err file does not list anymore compiled methods in compilation events
Summary: Fixed message buffer size calculation.
Reviewed-by: kvn, twisti
kvn [Fri, 16 Nov 2012 15:49:46 -0800] rev 14619
7146636: compiler/6865265/StackOverflowBug.java fails due to changed stack minimum
Summary: Increase the stack size in the run parameters.
Reviewed-by: kvn
Contributed-by: david.r.chase@oracle.com
amurillo [Fri, 30 Nov 2012 17:00:32 -0800] rev 14618
8004248: new hotspot build - hs25-b12
Reviewed-by: jcoomes
katleman [Thu, 06 Dec 2012 12:04:17 -0800] rev 14617
Added tag jdk8-b67 for changeset af8f87762e23
katleman [Wed, 12 Dec 2012 13:19:32 -0800] rev 14616
Merge
erikj [Tue, 11 Dec 2012 11:33:34 +0100] rev 14615
8001753: build-infra: mismatch with full debug symbol control for hotspot
Summary: Enabling hotspot to use the FDS settings established at configure time
Reviewed-by: dholmes, ohair
erikj [Tue, 11 Dec 2012 11:29:58 +0100] rev 14614
8003945: build-infra: problems finding compiler when using --with-dev-kit
Summary: Search all compiler names in dev-kit dir first.
Reviewed-by: tbell
erikj [Fri, 07 Dec 2012 17:23:42 +0100] rev 14613
8004045: build-infra: Error 12 from zip when updating src.zip
Summary: Hiding this error from make so that it doesn't fail
Reviewed-by: ohrstrom, dholmes
lana [Mon, 10 Dec 2012 20:52:08 -0800] rev 14612
Merge
lana [Fri, 30 Nov 2012 16:31:13 -0800] rev 14611
Merge
smarks [Wed, 28 Nov 2012 17:31:30 -0800] rev 14610
8004131: move jdi tests out of core testset
Reviewed-by: alanb, chegar
katleman [Thu, 06 Dec 2012 12:04:11 -0800] rev 14609
Added tag jdk8-b67 for changeset dc59b2c5a701
duke [Wed, 05 Jul 2017 18:31:28 +0200] rev 14608
Added tag jdk8-b67 for changeset 76cc9bd3ece4
duke [Wed, 05 Jul 2017 18:31:27 +0200] rev 14607
Merge
duke [Wed, 05 Jul 2017 18:31:23 +0200] rev 14606
Merge
katleman [Thu, 29 Nov 2012 11:31:48 -0800] rev 14605
Added tag jdk8-b66 for changeset 4f273518dc3b
duke [Wed, 05 Jul 2017 18:31:19 +0200] rev 14604
Merge
katleman [Thu, 29 Nov 2012 11:30:33 -0800] rev 14603
Added tag jdk8-b66 for changeset b2f74901d05c
duke [Wed, 05 Jul 2017 18:31:15 +0200] rev 14602
Merge
katleman [Thu, 29 Nov 2012 11:30:24 -0800] rev 14601
Added tag jdk8-b66 for changeset bc221bce9150
duke [Wed, 05 Jul 2017 18:31:12 +0200] rev 14600
Merge
katleman [Thu, 29 Nov 2012 11:29:48 -0800] rev 14599
Added tag jdk8-b66 for changeset f83c6348160b
duke [Wed, 05 Jul 2017 18:31:08 +0200] rev 14598
Merge
katleman [Wed, 05 Dec 2012 12:53:55 -0800] rev 14597
Merge
erikj [Wed, 05 Dec 2012 10:12:57 +0100] rev 14596
8004281: build-infra: Move all jar creation to images target and put jars in images/lib
Reviewed-by: ohair, tbell, dholmes
twisti [Fri, 30 Nov 2012 11:42:55 -0800] rev 14595
8001885: JSR 292 classes should use jdk.internal.org.objectweb.asm
Reviewed-by: kvn, jrose, twisti
Contributed-by: David Chase <david.r.chase@oracle.com>
katleman [Thu, 29 Nov 2012 11:31:01 -0800] rev 14594
Added tag jdk8-b66 for changeset bc93357f4936
duke [Wed, 05 Jul 2017 18:31:05 +0200] rev 14593
Merge
amurillo [Fri, 30 Nov 2012 16:45:27 -0800] rev 14592
Added tag hs25-b11 for changeset 7236115a66ae
amurillo [Fri, 30 Nov 2012 16:45:26 -0800] rev 14591
Merge
johnc [Fri, 30 Nov 2012 12:01:34 -0800] rev 14590
Merge
stefank [Thu, 29 Nov 2012 23:02:52 +0100] rev 14589
8004199: Change the ASM package for Test8003720
Reviewed-by: kvn, jrose
coleenp [Thu, 29 Nov 2012 16:50:29 -0500] rev 14588
8000662: NPG: nashorn ant clean test262 out-of-memory with Java heap
Summary: Add ClassLoaderData object for each anonymous class with metaspaces to allocate in.
Reviewed-by: twisti, jrose, stefank
cjplummer [Thu, 29 Nov 2012 13:55:49 -0800] rev 14587
Merge
jiangli [Tue, 27 Nov 2012 17:03:56 -0500] rev 14586
8003848: Make ConstMethod::generic_signature_index optional and move Method::_max_stack to ConstMethod.
Summary: Make ConstMethod::generic_signature_index optional and move Method::_max_stack to ConstMethod.
Reviewed-by: bdelsart, sspitsyn, coleenp
johnc [Thu, 29 Nov 2012 11:23:15 -0800] rev 14585
Merge
johnc [Tue, 27 Nov 2012 14:11:37 -0800] rev 14584
7194633: G1: Assertion and guarantee failures in block offset table
Summary: Add detailed error messages to assertions and guarantees in G1's block offset table.
Reviewed-by: ysr, brutisso
stefank [Tue, 27 Nov 2012 14:20:21 +0100] rev 14583
8003935: Simplify the needed includes for using Thread::current()
Reviewed-by: dholmes, rbackman, coleenp
stefank [Tue, 27 Nov 2012 10:13:20 +0100] rev 14582
8003720: NPG: Method in interpreter stack frame can be deallocated
Summary: Pass down a closure during root scanning to keep the class of the method alive.
Reviewed-by: coleenp, jcoomes
coleenp [Mon, 26 Nov 2012 12:31:03 -0500] rev 14581
8003722: More gcc 4.7 compilation errors
Summary: Add a few more this->qualifications.
Reviewed-by: coleenp, dholmes
Contributed-by: duboscq@ssw.jku.at
brutisso [Tue, 20 Nov 2012 11:40:11 +0100] rev 14580
7198334: UseNUMA modifies system parameters on non-NUMA system
Summary: The flags MinHeapDeltaBytes and UseNUMAInterleaving must be adjusted after the OS have adjusted the UseNUMA flag in the method os::init_2.
Reviewed-by: dholmes, brutisso
Contributed-by: erik.helin@oracle.com
coleenp [Wed, 28 Nov 2012 17:50:21 -0500] rev 14579
8003635: NPG: AsynchGetCallTrace broken by Method* virtual call
Summary: Make metaspace::contains be lock free and used to see if something is in metaspace, also compare Method* with vtbl pointer.
Reviewed-by: dholmes, sspitsyn, dcubed, jmasa
coleenp [Wed, 28 Nov 2012 08:43:26 -0800] rev 14578
Merge
hseigel [Wed, 28 Nov 2012 08:17:59 -0500] rev 14577
6924920: Class Data Sharing limit on the java version string can create failures
Summary: Truncate the java version string and add a hash value if it is too long.
Reviewed-by: dholmes, coleenp
zgu [Wed, 28 Nov 2012 06:42:03 -0800] rev 14576
Merge
zgu [Wed, 28 Nov 2012 09:19:38 -0500] rev 14575
8003689: MemTracker::init_tracking_options() reads outside array if commandline argument is empty
Summary: Fixed potential buffer overrun when giving empty option to NativeMemoryTracking commandline option
Reviewed-by: ctornqvi, hseigel, kvn
mikael [Tue, 27 Nov 2012 07:57:57 -0800] rev 14574
8003879: Duplicate definitions in vmStructs
Summary: Removed duplicate entries
Reviewed-by: dholmes, sspitsyn
dholmes [Wed, 21 Nov 2012 21:26:12 -0500] rev 14573
Merge