prr [Fri, 22 Aug 2014 10:33:05 -0700] rev 26356
Merge
serb [Thu, 21 Aug 2014 18:48:12 +0400] rev 26355
8054801: Memory leak in jdk/src/windows/native/sun/windows/awt_InputMethod.cpp
Reviewed-by: alexsch, prr
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
dcubed [Fri, 22 Aug 2014 11:23:36 -0700] rev 26298
Merge
ctornqvi [Fri, 22 Aug 2014 09:30:57 -0700] rev 26297
8055814: [TESTBUG] runtime/NMT/NMTWithCDS.java fails with product builds due to missing UnlockDiagnosticVMOptions
Summary: Passing -XX:+UnlockDiagnosticVMOptions to ProcessBuilder
Reviewed-by: zgu, gtriantafill
sla [Fri, 22 Aug 2014 08:13:38 +0200] rev 26296
8055754: filemap.cpp does not compile with clang
Reviewed-by: kvn, iklam, coleenp
igerasim [Thu, 21 Aug 2014 16:32:36 -0700] rev 26295
8055338: (process) Add instrumentation to help diagnose JDK-6573254
Reviewed-by: dcubed, ohair, iklam, dholmes, sspitsyn, sla
ctornqvi [Thu, 21 Aug 2014 01:43:27 +0000] rev 26294
Merge
ctornqvi [Wed, 20 Aug 2014 14:59:33 -0700] rev 26293
8027480: Build Windows x64 fastdebug builds using /homeparams
Summary: Windows x64 fastdebug builds now uses the /homeparams compiler flag
Reviewed-by: dcubed, zgu, lfoltan
ctornqvi [Wed, 20 Aug 2014 14:59:08 -0700] rev 26292
8055164: [TESTBUG] runtime/CompressedOops/CompressedClassPointers.java fails with OpenJDK build
Summary: Removed explicit check for HotSpot in output
Reviewed-by: sla, coleenp, hseigel
zgu [Wed, 20 Aug 2014 21:37:50 +0000] rev 26291
Merge
zgu [Wed, 20 Aug 2014 15:58:45 -0400] rev 26290
8055236: Deadlock during NMT2 shutdown on Windows
Summary: Removed MemTracker::shutdown() call to avoid deadlock
Reviewed-by: minqi, ctornqvi
zgu [Wed, 20 Aug 2014 08:50:10 -0400] rev 26289
Merge
zgu [Wed, 20 Aug 2014 08:41:15 -0400] rev 26288
8054546: NMT2 leaks memory
Summary: Fixed memory leak in NMT by baselining memory in c heap instead of an arena.
Reviewed-by: coleenp, minqi
katleman [Thu, 04 Sep 2014 13:26:26 -0700] rev 26287
Added tag jdk9-b29 for changeset dc0034c79fa4
lana [Thu, 04 Sep 2014 14:44:50 -0700] rev 26286
Merge
erikj [Wed, 03 Sep 2014 14:10:53 +0200] rev 26285
8057132: Build fails if PROFILE is set in the environment
Reviewed-by: ihse, dholmes, fparain
prr [Tue, 02 Sep 2014 11:21:05 -0700] rev 26284
Merge
prr [Fri, 22 Aug 2014 11:00:44 -0700] rev 26283
8039271: CMM profile files (cmm/*) should not be in ${java.home}/lib
Reviewed-by: bae, mchung, erikj
ihse [Mon, 01 Sep 2014 10:39:20 +0200] rev 26282
8027627: Don't hardcode bash path in LOG=trace
Reviewed-by: erikj, tbell
Contributed-by: Dmitry Samersoff <dmitry.samersoff@oracle.com>
katleman [Thu, 04 Sep 2014 13:26:23 -0700] rev 26281
Added tag jdk9-b29 for changeset f1c3d5352210
duke [Wed, 05 Jul 2017 19:59:05 +0200] rev 26280
Added tag jdk9-b29 for changeset c36c00926937
duke [Wed, 05 Jul 2017 19:59:04 +0200] rev 26279
Merge
duke [Wed, 05 Jul 2017 19:59:00 +0200] rev 26278
Merge
lana [Fri, 29 Aug 2014 11:57:50 -0700] rev 26277
Merge
mchung [Fri, 29 Aug 2014 10:46:33 -0700] rev 26276
8055856: checkdeps build target doesn't work for cross-compilation builds
8056113: [build] tools.jar missing modules.xml
Reviewed-by: ihse, erikj
alundblad [Fri, 29 Aug 2014 14:58:35 +0200] rev 26275
8056252: Incremental build fails on Windows
Summary: Changed from '/' to File.separatorChar
Reviewed-by: jfranck
sogoel [Fri, 29 Aug 2014 00:42:42 -0700] rev 26274
8055074: Group 9a: golden files for tests in tools/javac dir
Reviewed-by: jjg
sogoel [Thu, 28 Aug 2014 23:42:16 -0700] rev 26273
8049126: golden files for annotations test in tools/java dir
Reviewed-by: jjg
darcy [Thu, 28 Aug 2014 11:29:34 -0700] rev 26272
8056283: @ignore tools/javac/defaultMethods/Assertions.java until JDK-8047675 is fixed
Reviewed-by: ksrini
alundblad [Thu, 28 Aug 2014 17:38:40 +0200] rev 26271
8054500: Refactor sjavac Main class into ClientMain and ServerMain
Summary: Restructured Main into ClientMain and ServerMain
Reviewed-by: jfranck
ksrini [Wed, 27 Aug 2014 06:56:29 -0700] rev 26270
8050031: [javadoc] class-use pages have duplicates and missing entries
Reviewed-by: jjg
ksrini [Tue, 26 Aug 2014 08:12:42 -0700] rev 26269
8054925: [javadoc] refactor the Doclet start method.
Reviewed-by: jjg
ksrini [Wed, 27 Aug 2014 06:25:17 -0700] rev 26268
8038732: [javadoc] NetBeans IDE target does not build doclets
Reviewed-by: jjg, jlahoda
mcimadamore [Wed, 27 Aug 2014 11:41:03 +0100] rev 26267
8056075: Add support for dumping inference dependency graphs
Summary: Add option '-XDdumpInferenceGraphTo=<folder>' to dump inference internal dependency graphs
Reviewed-by: jjg, jlahoda
jlahoda [Wed, 27 Aug 2014 07:44:00 +0200] rev 26266
8056061: Mark implementations of public interfaces with an annotation
Summary: Adding @DefinedBy annotation to mark methods that implement public API methods; annotating the methods; adding a coding rules analyzer to enforce all such methods are annotated.
Reviewed-by: jjg, mcimadamore, jfranck
Contributed-by: jan.lahoda@oracle.com, jonathan.gibbons@oracle.com
mcimadamore [Tue, 26 Aug 2014 12:45:28 +0100] rev 26265
8056055: IntelliJ source paths broken after modularization of langtools
Summary: Add 'share/classes' prefix to all src roots
Reviewed-by: jfranck
jjg [Fri, 22 Aug 2014 16:28:16 -0700] rev 26264
8044859: javac duplicates option processing when using Compiler API
Reviewed-by: mcimadamore, vromero, jlahoda
erikj [Fri, 22 Aug 2014 12:25:01 +0200] rev 26263
8055767: Sjavac is leaking servers
Reviewed-by: alundblad, jfranck
katleman [Fri, 29 Aug 2014 11:30:58 -0700] rev 26262
Added tag jdk9-b28 for changeset 6ce251a87137
duke [Wed, 05 Jul 2017 19:58:53 +0200] rev 26261
Merge
katleman [Fri, 29 Aug 2014 11:30:46 -0700] rev 26260
Added tag jdk9-b28 for changeset 0444f488042c
duke [Wed, 05 Jul 2017 19:58:48 +0200] rev 26259
Merge
lana [Fri, 29 Aug 2014 11:56:46 -0700] rev 26258
Merge
joehw [Fri, 29 Aug 2014 11:49:38 -0700] rev 26257
8037819: Xerces Update: jaxp/validation/XMLSchemaFactory
Reviewed-by: lancea
katleman [Fri, 29 Aug 2014 11:30:41 -0700] rev 26256
Added tag jdk9-b28 for changeset 482db0c1193b
duke [Wed, 05 Jul 2017 19:58:44 +0200] rev 26255
Merge
lana [Fri, 29 Aug 2014 11:58:19 -0700] rev 26254
Merge
attila [Thu, 28 Aug 2014 16:38:23 +0200] rev 26253
8056243: OptimisticTypePersistence should refuse to work in symlinked directories
Reviewed-by: lagergren, sundar
sundar [Wed, 27 Aug 2014 14:27:56 +0530] rev 26252
8056123: Anonymous function statements leak internal function names into global scope
Reviewed-by: hannesw, attila
sundar [Tue, 26 Aug 2014 22:57:24 +0530] rev 26251
8056094: [nashorn] tests fail when running via jtreg
Reviewed-by: jlaskey, hannesw
attila [Tue, 26 Aug 2014 15:52:55 +0200] rev 26250
8056025: CompilationPhase.setStates() is hot in class installation phase
Reviewed-by: jlaskey, sundar
attila [Tue, 26 Aug 2014 15:04:48 +0200] rev 26249
8056052: Source.getContent() does excess Object.clone()
Reviewed-by: jlaskey, sundar
attila [Tue, 26 Aug 2014 15:04:20 +0200] rev 26248
8055954: Do not parallelize class installation
Reviewed-by: jlaskey, sundar
sundar [Tue, 26 Aug 2014 17:21:17 +0530] rev 26247
8056050: runExternalJsTest method in test/jdk/nashorn/internal/runtime/ClassFilter.java slows down "ant test"
Reviewed-by: attila, jlaskey
attila [Tue, 26 Aug 2014 11:45:36 +0200] rev 26246
8055923: collect timings using System.nanoTime
Reviewed-by: hannesw, lagergren
lagergren [Tue, 26 Aug 2014 11:42:07 +0200] rev 26245
8055906: Avoid throwing an exception with filled in stack trace as part of the normal control flow
Reviewed-by: attila, hannesw
attila [Tue, 26 Aug 2014 11:32:12 +0200] rev 26244
8055913: Node.hashCode() delegates to Object.hashCode() and is hot
Reviewed-by: lagergren, sundar
attila [Tue, 26 Aug 2014 11:31:31 +0200] rev 26243
8055911: Don't use String.intern for IdentNode
Reviewed-by: lagergren, sundar
yan [Tue, 26 Aug 2014 13:26:15 +0400] rev 26242
8055811: Tests for Nashorn ClassFilter Support
Reviewed-by: sundar, attila
Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>
attila [Mon, 25 Aug 2014 22:36:05 +0200] rev 26241
8055870: iteration fails if index var is not used
Reviewed-by: hannesw, lagergren
sundar [Mon, 25 Aug 2014 20:26:53 +0530] rev 26240
8055899: Two nashorn tests fail in 8u40 nightly build with ClassNotFoundException
Reviewed-by: jlaskey, lagergren
yan [Mon, 25 Aug 2014 17:38:53 +0400] rev 26239
8055878: Nashorn: all tests failed with AccessControlException
Reviewed-by: sundar, hannesw
Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>
sundar [Fri, 22 Aug 2014 22:50:38 +0530] rev 26238
8055830: JDK-8015969.js is silently failing
Reviewed-by: lagergren, jlaskey, hannesw
sundar [Fri, 22 Aug 2014 15:47:28 +0530] rev 26237
8055796: JSObject and browser JSObject linkers should provide fallback to call underlying Java methods directly
Reviewed-by: attila, hannesw
sundar [Thu, 21 Aug 2014 20:06:48 +0530] rev 26236
8055762: Nashorn misses linker for netscape.javascript.JSObject instances
Reviewed-by: lagergren, jlaskey
sundar [Wed, 20 Aug 2014 21:32:09 +0530] rev 26235
8055687: Wrong "this" passed to JSObject.eval call
Reviewed-by: lagergren, hannesw, attila
katleman [Fri, 29 Aug 2014 11:30:59 -0700] rev 26234
Added tag jdk9-b28 for changeset b7633e8ce82a
duke [Wed, 05 Jul 2017 19:58:36 +0200] rev 26233
Merge
lana [Fri, 29 Aug 2014 11:59:34 -0700] rev 26232
Merge
erikj [Wed, 27 Aug 2014 10:59:34 +0200] rev 26231
8056064: Fix corba locale build problem on windows
Reviewed-by: alanb, tbell
katleman [Fri, 29 Aug 2014 11:30:34 -0700] rev 26230
Added tag jdk9-b28 for changeset 998ca72b253e
duke [Wed, 05 Jul 2017 19:58:32 +0200] rev 26229
Merge
lana [Fri, 29 Aug 2014 11:58:43 -0700] rev 26228
Merge
mchung [Fri, 29 Aug 2014 10:47:32 -0700] rev 26227
8055856: checkdeps build target doesn't work for cross-compilation builds
8056113: [build] tools.jar missing modules.xml
Reviewed-by: ihse, erikj
igerasim [Fri, 29 Aug 2014 18:11:04 +0400] rev 26226
8056310: Cleanup in WinNTFileSystem_md.c
Reviewed-by: alanb
simonis [Fri, 29 Aug 2014 12:00:31 +0200] rev 26225
8056246: Fix AIX build after the Modular Source Code change 8054834
Reviewed-by: erikj, ihse
luchsh [Fri, 29 Aug 2014 09:57:55 +0800] rev 26224
8034218: Improve fontconfig.properties for AIX platform
Reviewed-by: simonis
dsamersoff [Thu, 28 Aug 2014 05:20:02 -0700] rev 26223
8049226: com/sun/jdi/OptionTest.java test times out again
Summary: Don't call jni_FatalError if transport initialization fails
Reviewed-by: sspitsyn, sla
dsamersoff [Thu, 28 Aug 2014 05:04:58 -0700] rev 26222
8054066: com/sun/jdi/DoubleAgentTest.java fails with timeout
Summary: The test chaged to use testlibrary
Reviewed-by: sla
michaelm [Thu, 28 Aug 2014 10:17:55 +0100] rev 26221
8055299: HttpsURLConnection.equals() broken
Reviewed-by: chegar, xuelei
stefank [Wed, 27 Aug 2014 10:14:16 +0200] rev 26220
8056148: Add java/lang/management/MemoryMXBean/LowMemoryTest.java to ProblemList.txt
Reviewed-by: chegar, brutisso
igerasim [Wed, 27 Aug 2014 22:08:19 +0400] rev 26219
8054714: Use StringJoiner where it makes the code cleaner
Reviewed-by: psandoz, redestad
weijun [Wed, 27 Aug 2014 11:33:45 +0800] rev 26218
8048617: Tests for PKCS12 read operations
Reviewed-by: weijun
Contributed-by: Zaiyao Liu <zaiyao.liu@oracle.com>
martin [Mon, 25 Aug 2014 10:40:55 -0700] rev 26217
8055949: ByteArrayOutputStream capacity should be maximal array size permitted by VM
Summary: Try to resize to "well-known" hotspot max array size first.
Reviewed-by: alanb, mduigou
mchung [Tue, 26 Aug 2014 14:35:33 -0700] rev 26216
8055230: Rename attach provider implementation class be platform neutral
Reviewed-by: alanb, chegar, dfuchs, dholmes, erikj, sla
amurillo [Tue, 26 Aug 2014 11:43:19 -0700] rev 26215
Merge
amurillo [Fri, 22 Aug 2014 10:03:18 -0700] rev 26214
Merge
sspitsyn [Wed, 20 Aug 2014 17:06:01 -0700] rev 26213
Merge
iklam [Tue, 12 Aug 2014 17:29:01 -0700] rev 26212
8046070: Class Data Sharing clean up and refactoring
Summary: Cleaned up CDS to be more configurable, maintainable and extensible
Reviewed-by: dholmes, coleenp, acorn, mchung
michaelm [Tue, 26 Aug 2014 15:18:38 +0100] rev 26211
Merge
michaelm [Tue, 26 Aug 2014 15:08:42 +0100] rev 26210
8056065: sun/net/www/protocol/http/RedirectOnPost.java failing.
Reviewed-by: alanb
igerasim [Tue, 26 Aug 2014 15:55:35 +0400] rev 26209
8055421: (fs) bad error handling in java.base/unix/native/libnio/fs/UnixNativeDispatcher.c
Reviewed-by: martin, alanb
jbachorik [Thu, 21 Aug 2014 15:22:07 +0200] rev 26208
7132590: javax/management/remote/mandatory/notif/NotificationAccessControllerTest.java fails in JDK8-B22
Reviewed-by: dfuchs, sjiang
chegar [Tue, 26 Aug 2014 10:19:56 +0100] rev 26207
8055955: (ch) Remove unnecessary initialization of InetAddress from FileChannel
Reviewed-by: alanb
michaelm [Tue, 26 Aug 2014 10:10:58 +0100] rev 26206
8055747: Move SimpleSSLContext to jdk/testlibrary
Reviewed-by: chegar
jbachorik [Mon, 25 Aug 2014 18:17:24 +0200] rev 26205
8037082: java/lang/instrument/NativeMethodPrefixAgent.java failing
Reviewed-by: sla
weijun [Tue, 26 Aug 2014 16:42:31 +0800] rev 26204
8055901: Update policytool for jdk.net.NetworkPermission
Reviewed-by: michaelm
weijun [Tue, 26 Aug 2014 15:10:29 +0800] rev 26203
8050370: Need new regressions tests for messageDigest with DigestIOStream
Reviewed-by: weijun
Contributed-by: Zaiyao Liu <zaiyao.liu@oracle.com>
sla [Tue, 26 Aug 2014 07:57:03 +0200] rev 26202
8043981: Remove the JPDA demo
Reviewed-by: alanb
sla [Tue, 26 Aug 2014 07:55:08 +0200] rev 26201
8043936: Drop HPROF as demo, keep as HPROF agent shipped with JDK
Reviewed-by: erikj, alanb
alanb [Mon, 25 Aug 2014 09:20:49 +0100] rev 26200
8055855: "make profiles" failing since refactoring of java.awt.datatransfer
Reviewed-by: dholmes
plevart [Sun, 24 Aug 2014 21:52:16 +0200] rev 26199
8049228: Improve multithreaded scalability of InetAddress cache
7186258: InetAddress$Cache should replace currentTimeMillis with nanoTime for more precise and accurate
Reviewed-by: michaelm
mchung [Fri, 22 Aug 2014 18:54:20 -0700] rev 26198
8055852: Add test/java/lang/Math/DoubleConsts.java and FloatConsts.java
Reviewed-by: mchung, darcy
Contributed-by: amy.lu@oracle.com
mchung [Fri, 22 Aug 2014 14:56:09 -0700] rev 26197
8042003: Update java/lang/Math tests to eliminate dependency on sun.misc.DoubleConsts and sun.misc.FloatConsts
Reviewed-by: mchung, darcy
Contributed-by: amy.lu@oracle.com
igerasim [Sat, 23 Aug 2014 01:05:50 +0400] rev 26196
8055731: sun/security/smartcardio/TestDirect.java throws java.lang.IndexOutOfBoundsException
Reviewed-by: valeriep
jbachorik [Thu, 21 Aug 2014 14:36:49 +0200] rev 26195
8040692: [TESTBUG] sun/management/jmxremote/bootstrap/JvmstatCountersTest.java requires -XX:+UsePerfData option to pass on embedded platforms
Reviewed-by: sla
mchung [Thu, 21 Aug 2014 22:07:14 -0700] rev 26194
8055393: [Testbug] Some tests are being executed and fail under profiles
Reviewed-by: mchung, dholmes
Contributed-by: evgeniya.stepanova@oracle.com
sla [Thu, 21 Aug 2014 13:09:28 +0200] rev 26193
8055677: java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012
Summary: Write dcmd output to separate files so it does not confuse the output.
Reviewed-by: ctornqvi, mgronlun
erikj [Thu, 21 Aug 2014 12:23:20 +0200] rev 26192
8055095: Improve "do nothing" incremental build performance after modularized source code integration
Reviewed-by: tbell
erikj [Thu, 21 Aug 2014 11:05:35 +0200] rev 26191
8055188: General cleanup of minor issues from source restructure
Reviewed-by: tbell
bpb [Wed, 20 Aug 2014 11:30:13 -0700] rev 26190
8054720: Modifications of I/O methods for instrumentation purposes
Summary: Wrap some native methods in Java methods.
Reviewed-by: rriggs
martin [Wed, 20 Aug 2014 11:06:38 -0700] rev 26189
8055675: java/util/Currency/PropertiesTest.sh fails on OS X after JDK-8055253
Summary: Replace obsolescent cp -r with cp -R. Add more error checks.
Reviewed-by: naoto
katleman [Fri, 29 Aug 2014 11:30:56 -0700] rev 26188
Added tag jdk9-b28 for changeset 3c9e4f896414
duke [Wed, 05 Jul 2017 19:58:21 +0200] rev 26187
Merge
lana [Fri, 29 Aug 2014 11:57:22 -0700] rev 26186
Merge
amurillo [Fri, 22 Aug 2014 09:55:49 -0700] rev 26185
Merge
jmasa [Fri, 22 Aug 2014 07:12:23 -0700] rev 26184
Merge
tschatzl [Thu, 21 Aug 2014 16:44:41 +0200] rev 26183
8055098: WB API should be extended to provide information about size and age of object.
Summary: Extend the WhiteBox API to provide information about the size and age of objects. Further add a mechanism to trigger a young GC.
Reviewed-by: tschatzl, sjohanss
Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
rbackman [Thu, 21 Aug 2014 19:06:21 +0000] rev 26182
Merge
rbackman [Thu, 21 Aug 2014 20:24:41 +0200] rev 26181
Merge
roland [Tue, 19 Aug 2014 17:23:38 +0200] rev 26180
8055153: nsk/stress/jck60/jck60014 crashes on sparc
Summary: missing control for LoadRange and LoadKlass nodes created during arraycopy node expansion
Reviewed-by: kvn, iveresov
kvn [Tue, 19 Aug 2014 16:20:18 -0700] rev 26179
8055503: Rollback 8054164 changeset
Reviewed-by: iveresov
kvn [Tue, 19 Aug 2014 17:48:16 +0000] rev 26178
Merge
kvn [Wed, 13 Aug 2014 17:50:21 -0700] rev 26177
8054164: solaris makefile
Reviewed-by: roland
thartmann [Tue, 19 Aug 2014 07:36:11 +0200] rev 26176
8048879: "unexpected yanked node" opto/postaloc.cpp:139
Summary: MemBarAcquireNode prevents deletion of dead LoadNNode. Added condition to 'has_special_unique_user' to trigger deletion.
Reviewed-by: kvn, iveresov
kvn [Fri, 15 Aug 2014 12:27:50 -0700] rev 26175
Merge
thartmann [Thu, 14 Aug 2014 09:15:39 +0200] rev 26174
8054402: "klass->is_loader_alive(_is_alive)) failed: must be alive" for anonymous classes
Summary: Because anonymous classes are not in the system dictionary, we have to set 'unloading_occurred' based on 'CLDG::do_unloading()'. Added jtreg test.
Reviewed-by: kvn, coleenp
iveresov [Wed, 13 Aug 2014 17:37:11 -0700] rev 26173
8054883: Segmentation error while running program
Summary: Fix pattern matching of range check
Reviewed-by: kvn
mduigou [Wed, 13 Aug 2014 23:33:33 +0000] rev 26172
8047952: Remove _FORTIFY_SOURCE from fastdebug and slowdebug builds
Reviewed-by: dholmes
kvn [Wed, 13 Aug 2014 13:05:04 -0700] rev 26171
8054927: Missing MemNode::acquire ordering in some volatile Load nodes
Summary: Fixed memory ordering parameter and added missing barriers for volatile loads.
Reviewed-by: roland, iveresov
roland [Wed, 13 Aug 2014 09:53:18 +0000] rev 26170
Merge
roland [Mon, 11 Aug 2014 15:09:04 +0200] rev 26169
8054224: Recursive method that was compiled by C1 is unable to catch StackOverflowError
Summary: do not update exception cache if exception is replaced when thrown
Reviewed-by: kvn, iveresov
anoll [Wed, 13 Aug 2014 10:44:50 +0200] rev 26168
8043913: remove legacy code in SPARC's VM_Version::platform_features
Summary: Kept only getisax(2) to determine platform features
Reviewed-by: kvn, roland
Contributed-by: Zoltan Majo <zoltan.majo@oracle.com>
roland [Mon, 11 Aug 2014 13:02:44 +0000] rev 26167
Merge
roland [Mon, 11 Aug 2014 14:12:51 +0200] rev 26166
7173584: Implement arraycopy as a macro node
Summary: delay the conversion of arraycopy to stub calls to macro expansion
Reviewed-by: kvn, iveresov
thartmann [Mon, 11 Aug 2014 13:01:37 +0200] rev 26165
8043284: Optimize signed integer comparison
Summary: Folding of BoolNode if input add/sub of CmpI overflows and we can prove that compared value is not in the two resulting ranges. Added test for CmpI and CmpU optimizations.
Reviewed-by: kvn, rbackman, roland
jmasa [Thu, 21 Aug 2014 10:51:31 -0700] rev 26164
Merge
tschatzl [Wed, 20 Aug 2014 15:04:39 +0200] rev 26163
8055635: Missing include in g1RegionToSpaceMapper.hpp results in unresolved symbol of fastdebug build without precompiled headers
Reviewed-by: mgerdin, ehelin
tschatzl [Wed, 20 Aug 2014 14:34:40 +0200] rev 26162
8055525: Bigapp weblogic+medrec fails to startup after JDK-8038423
Summary: If large pages are enabled and configured in Linux, the VM always pre-commits the entire space. The VM fails verification of the commit of the initial heap because some internal data structure marked all memory pages of the heap as committed during initialization. This makes the code think that we attempted a double-commit during first allocation of the heap. Remove the initial marking of memory pages of the heap to committed.
Reviewed-by: mgerdin
jmasa [Tue, 19 Aug 2014 13:44:55 -0700] rev 26161
Merge
tschatzl [Tue, 19 Aug 2014 14:09:10 +0200] rev 26160
8038423: G1: Decommit memory within heap
Summary: Allow G1 to decommit memory of arbitrary regions within the heap and their associated auxiliary data structures card table, BOT, hot card cache, and mark bitmaps.
Reviewed-by: mgerdin, brutisso, jwilhelm
poonam [Mon, 18 Aug 2014 19:30:24 -0700] rev 26159
8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC
Summary: Fill the last card that has been allocated into with a dummy object
Reviewed-by: tschatzl, mgerdin
tschatzl [Mon, 18 Aug 2014 15:43:29 +0000] rev 26158
Merge
tschatzl [Mon, 18 Aug 2014 16:10:44 +0200] rev 26157
8054818: Refactor HeapRegionSeq to manage heap region and auxiliary data
Summary: Let HeapRegionSeq manage the heap region and auxiliary data to decrease the amount of responsibilities of G1CollectedHeap, and encapsulate this work from other code.
Reviewed-by: jwilhelm, jmasa, mgerdin, brutisso
mgerdin [Mon, 18 Aug 2014 14:49:42 +0000] rev 26156
Merge
mgerdin [Mon, 18 Aug 2014 16:19:57 +0200] rev 26155
8055284: sanity/WhiteBox.java fails with NPE
Summary: Revert previous change, sanity/WhiteBox.java provides its own sun.hotspot.WhiteBox class.
Reviewed-by: ehelin, brutisso
Contributed-by: dmitry.fazunenko@oracle.com
tschatzl [Mon, 18 Aug 2014 15:41:57 +0200] rev 26154
8054362: gc/g1/TestEagerReclaimHumongousRegions2.java timeout
Summary: Give the test a time limit of approximately one minute so that it exits early on slow machines.
Reviewed-by: ehelin, dfazunen, brutisso
stefank [Mon, 18 Aug 2014 12:25:36 +0000] rev 26153
Merge
stefank [Mon, 18 Aug 2014 14:12:48 +0200] rev 26152
8055275: Several gc/class_unloading/ tests fail due to missed +UnlockDiagnosticVMOptions flag
Reviewed-by: mgerdin, jwilhelm
jmasa [Fri, 15 Aug 2014 09:06:17 -0700] rev 26151
Merge
jmasa [Thu, 21 Nov 2013 09:57:00 -0800] rev 26150
8026303: CMS: JVM intermittently crashes with "FreeList of size 258 violates Conservation Principle" assert
Reviewed-by: tschatzl, brutisso
zgu [Tue, 19 Aug 2014 10:04:29 -0400] rev 26149
Merge
gtriantafill [Tue, 19 Aug 2014 06:47:28 -0700] rev 26148
8055051: runtime/NMT/CommandLineEmptyArgument.java fails
Summary: disable failing test
Reviewed-by: ctornqvi, zgu
gtriantafill [Mon, 18 Aug 2014 11:56:12 -0700] rev 26147
8054711: [TESTBUG] Enable NMT2 tests after NMT2 is integrated
Summary: enable tests for NMT2
Reviewed-by: ctornqvi, zgu
zgu [Tue, 19 Aug 2014 09:05:55 -0400] rev 26146
8055061: assert at share/vm/services/virtualMemoryTracker.cpp:332 Error: ShouldNotReachHere() when running NMT tests
Summary: Handled CDS mapping region and added test for the scenario
Reviewed-by: coleenp, ctornqvi
zgu [Tue, 19 Aug 2014 08:42:46 -0400] rev 26145
Merge
zgu [Tue, 19 Aug 2014 08:34:25 -0400] rev 26144
8055007: NMT2: emptyStack missing in minimal build
Summary: Refactored emptyStack to a static member of NativeCallStack, which is accessible in minimal build.
Reviewed-by: coleenp, dholmes
coleenp [Fri, 15 Aug 2014 20:37:43 +0000] rev 26143
Merge
coleenp [Fri, 15 Aug 2014 15:25:24 -0400] rev 26142
8055231: ZERO variant build is broken
Summary: Fix zero build.
Reviewed-by: coleenp
Contributed-by: Severin Gehwolf <sgehwolf@redhat.com>
sspitsyn [Fri, 15 Aug 2014 11:25:55 -0700] rev 26141
Merge
ctornqvi [Thu, 14 Aug 2014 18:14:07 -0700] rev 26140
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
Summary: JPRT will now run most of the tests in /runtime
Reviewed-by: dcubed, mseledtsov, zgu, mikael
zgu [Thu, 14 Aug 2014 17:25:14 +0000] rev 26139
Merge
zgu [Thu, 14 Aug 2014 13:15:23 -0400] rev 26138
8054547: Re-enable warning for incompatible java launcher
Summary: Re-enabled warning as launcher change reached promotion build
Reviewed-by: hseigel, coleenp
zgu [Thu, 14 Aug 2014 13:13:15 +0000] rev 26137
Merge
zgu [Thu, 14 Aug 2014 09:02:51 -0400] rev 26136
8054368: nsk/jdi/VirtualMachine/exit/exit002 crash with detail tracking on (NMT2)
Summary: Dynamic allocate _reserved_regions instead of static object to avoid racing during process exit
Reviewed-by: dholmes, coleenp
iklam [Tue, 12 Aug 2014 17:29:00 -0700] rev 26135
8046070: Class Data Sharing clean up and refactoring
Summary: Cleaned up CDS to be more configurable, maintainable and extensible
Reviewed-by: dholmes, coleenp, acorn, mchung
katleman [Fri, 29 Aug 2014 11:30:41 -0700] rev 26134
Added tag jdk9-b28 for changeset fabe6090d37a
lana [Fri, 29 Aug 2014 11:56:35 -0700] rev 26133
Merge
mchung [Fri, 29 Aug 2014 10:46:21 -0700] rev 26132
8055856: checkdeps build target doesn't work for cross-compilation builds
8056113: [build] tools.jar missing modules.xml
Reviewed-by: ihse, erikj
erikj [Fri, 29 Aug 2014 13:30:42 +0200] rev 26131
8014510: Fix sjavac on all platforms in jprt
Reviewed-by: ihse
simonis [Fri, 29 Aug 2014 12:02:20 +0200] rev 26130
8056246: Fix AIX build after the Modular Source Code change 8054834
Reviewed-by: erikj, ihse
erikj [Wed, 27 Aug 2014 11:19:01 +0200] rev 26129
8055922: Work around sjavac limitation with public api tracking cross modules
Reviewed-by: ihse
erikj [Wed, 27 Aug 2014 11:12:15 +0200] rev 26128
8056062: Additional minor cleanups from source restructure build changes
Reviewed-by: alanb, tbell
erikj [Wed, 27 Aug 2014 10:59:59 +0200] rev 26127
8056064: Fix corba locale build problem on windows
Reviewed-by: alanb, tbell
mchung [Tue, 26 Aug 2014 14:35:19 -0700] rev 26126
8055230: Rename attach provider implementation class be platform neutral
Reviewed-by: alanb, chegar, dfuchs, dholmes, erikj, sla
amurillo [Fri, 22 Aug 2014 10:03:17 -0700] rev 26125
Merge
kvn [Thu, 21 Aug 2014 15:37:51 -0700] rev 26124
Merge
mduigou [Wed, 13 Aug 2014 19:39:05 +0000] rev 26123
8047952: Remove FORTIFY_SOURCE from fastdebug and slowdebug builds
Reviewed-by: dholmes
anoll [Tue, 05 Aug 2014 09:05:51 +0200] rev 26122
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
Summary: Modify hotspot/make/jprt.properties and make/jprt.properties on the top level to add/remove the relevant platforms.
Reviewed-by: kvn, roland
Contributed-by: Zoltan Majo <zoltan.majo@oracle.com>
sspitsyn [Wed, 20 Aug 2014 17:05:59 -0700] rev 26121
Merge
ctornqvi [Mon, 18 Aug 2014 14:30:35 -0700] rev 26120
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
Summary: JPRT will now run most of the tests in /runtime
Reviewed-by: dcubed, mseledtsov, zgu, mikael
erikj [Fri, 22 Aug 2014 11:51:33 +0200] rev 26119
8055096: Remove explicit mx flag from javadoc command line
Reviewed-by: tbell, mduigou
mduigou [Thu, 21 Aug 2014 10:23:20 -0700] rev 26118
8055331: cleaner handling of sub-process non-zero exit result.
Reviewed-by: tbell
mduigou [Thu, 21 Aug 2014 10:22:52 -0700] rev 26117
8055772: get_source.sh : version check assumes English localization
Reviewed-by: mduigou, tbell
Contributed-by: bitterfoxc@gmail.com