prr [Tue, 19 Aug 2014 14:38:25 -0700] rev 26354
8055201: JNI exception pending in jdk/src/solaris/native/sun/awt/CUPSfuncs.c
Reviewed-by: bae, serb
ddehaven [Tue, 19 Aug 2014 11:03:55 -0700] rev 26353
Merge
darcy [Mon, 18 Aug 2014 09:51:52 -0700] rev 26352
8055254: Address source incompatability of JSlider generification
Reviewed-by: anthony, serb
darcy [Fri, 15 Aug 2014 11:33:13 -0700] rev 26351
8054360: Refine generification of javax.swing
Reviewed-by: anthony, alexsch, dlsmith
yan [Fri, 15 Aug 2014 13:02:46 +0400] rev 26350
8054878: javadoc issues in javax.imageio
Summary: Fix javadoc missing @exception issues in javax.imageio
Reviewed-by: prr
Contributed-by: prhinduja@gmail.com
serb [Thu, 14 Aug 2014 18:43:45 +0400] rev 26349
8042199: The build of J2DBench via makefile is broken after the JDK-8005402
Reviewed-by: flar, bae
serb [Thu, 14 Aug 2014 14:19:58 +0100] rev 26348
8046887: JNI exception pending in jdk/src/solaris/native/sun/awt: awt_DrawingSurface.c, awt_GraphicsEnv.c, awt_InputMethod.c, sun_awt_X11_GtkFileDialogPeer.c
Reviewed-by: azvegint, prr
serb [Wed, 13 Aug 2014 21:45:53 +0400] rev 26347
8054800: JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsDevice.cpp
Reviewed-by: azvegint, prr
aivanov [Wed, 13 Aug 2014 13:27:43 +0400] rev 26346
8046007: Java app receives javax.print.PrintException: Printer is not accepting job
Reviewed-by: prr, bae
mcherkas [Tue, 12 Aug 2014 19:02:51 +0400] rev 26345
8042835: Remove mnemonic character from open, save and open directory JFileChooser's buttons
Reviewed-by: alexp, alexsch
Contributed-by: artem.malinko@oracle.com
yan [Tue, 12 Aug 2014 18:26:30 +0400] rev 26344
8053657: [TEST_BUG] move some 5 tests related to undecorated Frame/JFrame to JDK
Reviewed-by: serb
serb [Tue, 12 Aug 2014 14:38:38 +0400] rev 26343
8046894: JNI exception pending in jdk/src/solaris/native/sun/awt/X11Color.c
Reviewed-by: azvegint, prr
anthony [Tue, 12 Aug 2014 14:22:05 +0400] rev 26342
8049065: [JLightweightFrame] Support DnD for SwingNode
Summary: Delegate DnD operations to LightweightContent when appropriate
Reviewed-by: ant, pchelko
yan [Mon, 11 Aug 2014 10:42:51 +0400] rev 26341
6708093: Redundant unused native method declaration in LCMS.java
Reviewed-by: bae, prr
Contributed-by: prhinduja@gmail.com
yan [Mon, 11 Aug 2014 10:39:17 +0400] rev 26340
6975892: Javadoc typo in javax.print.attribute.standard.DialogTypeSelection
Summary: Fix typos in javax.print.attribute.standard.DialogTypeSelection
Reviewed-by: prr
Contributed-by: anisha.nagarajan1@gmail.com
yan [Mon, 11 Aug 2014 10:32:21 +0400] rev 26339
8043693: A typo in the javadoc for javax.imageio.ImageReader
Summary: Correct a typo in the javadoc for javax.imageio.ImageReader
Reviewed-by: prr
Contributed-by: prhinduja@gmail.com
ykantser [Tue, 02 Sep 2014 11:05:41 +0200] rev 26338
8056994: sun/tools/jstatd/TestJstatdPortAndServer.java and sun/tools/jstatd/TestJstatdServer.java miss correct check of RMI server availability
Reviewed-by: jbachorik, dsamersoff
xuelei [Tue, 02 Sep 2014 05:48:55 +0000] rev 26337
8049429: Tests for java client server communications with various TLS/SSL combinations.
Reviewed-by: xuelei
Contributed-by: Raghu Nair <raghu.k.nair@oracle.com>
dl [Mon, 01 Sep 2014 13:33:28 +0200] rev 26336
8056249: Improve CompletableFuture resource usage
Reviewed-by: psandoz, chegar, martin
joehw [Fri, 29 Aug 2014 11:59:34 -0700] rev 26335
8037819: Xerces Update: jaxp/validation/XMLSchemaFactory
Reviewed-by: lancea
katleman [Thu, 04 Sep 2014 13:26:40 -0700] rev 26334
Added tag jdk9-b29 for changeset 317aad3480c8
duke [Wed, 05 Jul 2017 19:59:21 +0200] rev 26333
Merge
lana [Thu, 04 Sep 2014 14:45:08 -0700] rev 26332
Merge
jmasa [Fri, 29 Aug 2014 08:14:19 -0700] rev 26331
Merge
tschatzl [Thu, 28 Aug 2014 15:55:05 +0000] rev 26330
Merge
tschatzl [Thu, 28 Aug 2014 17:06:29 +0200] rev 26329
Merge
dfazunen [Thu, 28 Aug 2014 18:38:31 +0400] rev 26328
8050464: G1 string deduplication tests hang/timeout and leave running processes consuming all resources
Reviewed-by: jmasa
jmasa [Fri, 29 Aug 2014 08:07:13 -0700] rev 26327
Merge
tschatzl [Thu, 28 Aug 2014 17:05:41 +0200] rev 26326
8054808: Bitmap verification sometimes fails after Full GC aborts concurrent mark.
Summary: The verification code that checked whether no bitmap mark had been found re-read HeapRegion::end() after the check on the bitmap. Concurrent humongous object allocation could have changed HeapRegion::end() in the meantime. Fix this by using the actual end of the region instead of HeapRegion::end() for comparison.
Reviewed-by: brutisso, jmasa
jmasa [Thu, 28 Aug 2014 11:25:09 -0700] rev 26325
Merge
sjohanss [Wed, 27 Aug 2014 09:47:06 +0200] rev 26324
8028787: tmtools/jstat/gcoldcapacity/jstat_gcoldcapacity02 fails nsk.share.Failure: OGC < OGCMN in RT_Baseline
Summary: Passing the min and max size of the generation into the counter instead of using the space to estimate sizes.
Reviewed-by: stefank, tschatzl
brutisso [Wed, 27 Aug 2014 09:22:22 +0000] rev 26323
Merge
brutisso [Wed, 27 Aug 2014 10:51:08 +0200] rev 26322
8055816: Remove dead code in g1BlockOffsetTable
Reviewed-by: tschatzl, mgerdin
tschatzl [Wed, 27 Aug 2014 08:59:05 +0200] rev 26321
8056043: Heap does not shrink within the heap after JDK-8038423
Summary: Enable shrinking within the heap by removing some code added for JDK-8054818. Enable the test case that checks that again too.
Reviewed-by: jwilhelm, jmasa
tschatzl [Tue, 26 Aug 2014 14:15:50 +0200] rev 26320
8055919: Remove dead code in G1 concurrent marking code
Reviewed-by: jmasa, jwilhelm
tschatzl [Tue, 26 Aug 2014 14:15:42 +0200] rev 26319
8055953: [TESTBUG] Fix for 8055098 does not contain unit test
Summary: Add missing unit test.
Reviewed-by: tschatzl
Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
jmasa [Thu, 28 Aug 2014 17:45:58 +0000] rev 26318
Merge
jmasa [Thu, 28 Aug 2014 08:56:52 -0700] rev 26317
Merge
tschatzl [Tue, 26 Aug 2014 09:36:53 +0200] rev 26316
8054819: Rename HeapRegionSeq to HeapRegionManager
Reviewed-by: jwilhelm, jmasa
stefank [Mon, 25 Aug 2014 07:35:36 +0000] rev 26315
Merge
stefank [Mon, 25 Aug 2014 09:10:13 +0200] rev 26314
8055416: Several vm/gc/heap/summary "After GC" events emitted for the same GC ID
Reviewed-by: brutisso, ehelin
brutisso [Mon, 25 Aug 2014 08:27:19 +0200] rev 26313
8055818: Remove PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC from g1BlockOffsetTable.cpp
Reviewed-by: stefank, mgerdin
rbackman [Thu, 28 Aug 2014 18:31:05 +0200] rev 26312
Merge
iignatyev [Wed, 27 Aug 2014 17:09:18 +0400] rev 26311
8056072: add jprt_optimized targets
Reviewed-by: kvn, roland
zmajo [Wed, 27 Aug 2014 10:02:58 +0200] rev 26310
8051415: TypeTuple::make_domain() and TypeTuple::make_range() allocate too much memory
Summary: Change memory allocation in TypeTuple::make_domain() and TypeTuple::make_range() to not allocate memory for TypeFunc::Parms.
Reviewed-by: kvn, roland
thartmann [Mon, 25 Aug 2014 07:44:58 +0000] rev 26309
Merge
thartmann [Mon, 25 Aug 2014 07:04:09 +0200] rev 26308
8055657: Test compiler/classUnloading/methodUnloading/TestMethodUnloading.java does not work with non-default GC
Summary: Remove the '-XX:+UseParallelGC' parameter from the test because it is conflicting with other GC settings.
Reviewed-by: kvn
thartmann [Mon, 25 Aug 2014 07:08:53 +0200] rev 26307
8055751: TestAnonymousClassUnloading.java needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot
Summary: Copy additional Whitebox class file to JTwork (required by JDK-8011397).
Reviewed-by: kvn
kvn [Fri, 22 Aug 2014 12:03:49 -0700] rev 26306
8055069: TSX and RTM should be deprecated more strongly until hardware is corrected
Summary: Require to specify UnlockExperimentalVMOptions flag together with UseRTMLocking flag on un-patched systems where CPUID allows it but is unsupported otherwise.
Reviewed-by: iveresov, fzhinkin
ctornqvi [Tue, 26 Aug 2014 13:07:57 -0700] rev 26305
8041727: [TESTBUG] runtime/jsig/Test8017498.sh fails with Test8017498.sh: 50: [: x/usr/bin/gcc: unexpected operator
Summary: Fixed shell script issues
Reviewed-by: dcubed, gtriantafill
ccheung [Mon, 25 Aug 2014 00:13:36 -0700] rev 26304
8048150: Allow easy configurations for large CDS archives
Summary: Estimate the size of shared archive based on the number of classes in the classlist file
Reviewed-by: iklam, jiangli, minqi, dholmes
ctornqvi [Fri, 22 Aug 2014 14:21:41 -0700] rev 26303
8055844: [TESTBUG] test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails on Solaris Sparc due to incorrect page size being used
Summary: Use 128KB chunks for virtual memory operations
Reviewed-by: zgu, gtriantafill
gtriantafill [Fri, 22 Aug 2014 06:28:14 -0700] rev 26302
8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running
Reviewed-by: ctornqvi, zgu, hseigel
gtriantafill [Thu, 21 Aug 2014 14:37:39 -0700] rev 26301
8055684: runtime/NMT/CommandLineEmptyArgument.java fails
Reviewed-by: ctornqvi, sla
gtriantafill [Fri, 22 Aug 2014 07:38:42 -0700] rev 26300
8055053: [TESTBUG] runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails
Reviewed-by: ctornqvi, zgu
gtriantafill [Fri, 22 Aug 2014 06:46:29 -0700] rev 26299
8055052: [TESTBUG] runtime/NMT/JcmdDetailDiff.java fails on Windows when there are no debug symbols available
Reviewed-by: ctornqvi, hseigel