Thu, 28 Aug 2014 17:45:58 +0000 Merge
jmasa [Thu, 28 Aug 2014 17:45:58 +0000] rev 26318
Merge
Thu, 28 Aug 2014 08:56:52 -0700 Merge
jmasa [Thu, 28 Aug 2014 08:56:52 -0700] rev 26317
Merge
Tue, 26 Aug 2014 09:36:53 +0200 8054819: Rename HeapRegionSeq to HeapRegionManager
tschatzl [Tue, 26 Aug 2014 09:36:53 +0200] rev 26316
8054819: Rename HeapRegionSeq to HeapRegionManager Reviewed-by: jwilhelm, jmasa
Mon, 25 Aug 2014 07:35:36 +0000 Merge
stefank [Mon, 25 Aug 2014 07:35:36 +0000] rev 26315
Merge
Mon, 25 Aug 2014 09:10:13 +0200 8055416: Several vm/gc/heap/summary "After GC" events emitted for the same GC ID
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
Mon, 25 Aug 2014 08:27:19 +0200 8055818: Remove PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC from g1BlockOffsetTable.cpp
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
Thu, 28 Aug 2014 18:31:05 +0200 Merge
rbackman [Thu, 28 Aug 2014 18:31:05 +0200] rev 26312
Merge
Wed, 27 Aug 2014 17:09:18 +0400 8056072: add jprt_optimized targets
iignatyev [Wed, 27 Aug 2014 17:09:18 +0400] rev 26311
8056072: add jprt_optimized targets Reviewed-by: kvn, roland
Wed, 27 Aug 2014 10:02:58 +0200 8051415: TypeTuple::make_domain() and TypeTuple::make_range() allocate too much memory
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
Mon, 25 Aug 2014 07:44:58 +0000 Merge
thartmann [Mon, 25 Aug 2014 07:44:58 +0000] rev 26309
Merge
Mon, 25 Aug 2014 07:04:09 +0200 8055657: Test compiler/classUnloading/methodUnloading/TestMethodUnloading.java does not work with non-default GC
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
Mon, 25 Aug 2014 07:08:53 +0200 8055751: TestAnonymousClassUnloading.java needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot
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
Fri, 22 Aug 2014 12:03:49 -0700 8055069: TSX and RTM should be deprecated more strongly until hardware is corrected
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
Tue, 26 Aug 2014 13:07:57 -0700 8041727: [TESTBUG] runtime/jsig/Test8017498.sh fails with Test8017498.sh: 50: [: x/usr/bin/gcc: unexpected operator
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
Mon, 25 Aug 2014 00:13:36 -0700 8048150: Allow easy configurations for large CDS archives
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
Fri, 22 Aug 2014 14:21:41 -0700 8055844: [TESTBUG] test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails on Solaris Sparc due to incorrect page size being used
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
Fri, 22 Aug 2014 06:28:14 -0700 8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running
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
Thu, 21 Aug 2014 14:37:39 -0700 8055684: runtime/NMT/CommandLineEmptyArgument.java fails
gtriantafill [Thu, 21 Aug 2014 14:37:39 -0700] rev 26301
8055684: runtime/NMT/CommandLineEmptyArgument.java fails Reviewed-by: ctornqvi, sla
Fri, 22 Aug 2014 07:38:42 -0700 8055053: [TESTBUG] runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails
gtriantafill [Fri, 22 Aug 2014 07:38:42 -0700] rev 26300
8055053: [TESTBUG] runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails Reviewed-by: ctornqvi, zgu
Fri, 22 Aug 2014 06:46:29 -0700 8055052: [TESTBUG] runtime/NMT/JcmdDetailDiff.java fails on Windows when there are no debug symbols available
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
Fri, 22 Aug 2014 11:23:36 -0700 Merge
dcubed [Fri, 22 Aug 2014 11:23:36 -0700] rev 26298
Merge
Fri, 22 Aug 2014 09:30:57 -0700 8055814: [TESTBUG] runtime/NMT/NMTWithCDS.java fails with product builds due to missing UnlockDiagnosticVMOptions
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
Fri, 22 Aug 2014 08:13:38 +0200 8055754: filemap.cpp does not compile with clang
sla [Fri, 22 Aug 2014 08:13:38 +0200] rev 26296
8055754: filemap.cpp does not compile with clang Reviewed-by: kvn, iklam, coleenp
Thu, 21 Aug 2014 16:32:36 -0700 8055338: (process) Add instrumentation to help diagnose JDK-6573254
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
Thu, 21 Aug 2014 01:43:27 +0000 Merge
ctornqvi [Thu, 21 Aug 2014 01:43:27 +0000] rev 26294
Merge
Wed, 20 Aug 2014 14:59:33 -0700 8027480: Build Windows x64 fastdebug builds using /homeparams
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
Wed, 20 Aug 2014 14:59:08 -0700 8055164: [TESTBUG] runtime/CompressedOops/CompressedClassPointers.java fails with OpenJDK build
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
Wed, 20 Aug 2014 21:37:50 +0000 Merge
zgu [Wed, 20 Aug 2014 21:37:50 +0000] rev 26291
Merge
Wed, 20 Aug 2014 15:58:45 -0400 8055236: Deadlock during NMT2 shutdown on Windows
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
Wed, 20 Aug 2014 08:50:10 -0400 Merge
zgu [Wed, 20 Aug 2014 08:50:10 -0400] rev 26289
Merge
Wed, 20 Aug 2014 08:41:15 -0400 8054546: NMT2 leaks memory
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
Thu, 04 Sep 2014 13:26:26 -0700 Added tag jdk9-b29 for changeset dc0034c79fa4
katleman [Thu, 04 Sep 2014 13:26:26 -0700] rev 26287
Added tag jdk9-b29 for changeset dc0034c79fa4
Thu, 04 Sep 2014 14:44:50 -0700 Merge
lana [Thu, 04 Sep 2014 14:44:50 -0700] rev 26286
Merge
Wed, 03 Sep 2014 14:10:53 +0200 8057132: Build fails if PROFILE is set in the environment
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
Tue, 02 Sep 2014 11:21:05 -0700 Merge
prr [Tue, 02 Sep 2014 11:21:05 -0700] rev 26284
Merge
Fri, 22 Aug 2014 11:00:44 -0700 8039271: CMM profile files (cmm/*) should not be in ${java.home}/lib
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
Mon, 01 Sep 2014 10:39:20 +0200 8027627: Don't hardcode bash path in LOG=trace
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>
Thu, 04 Sep 2014 13:26:23 -0700 Added tag jdk9-b29 for changeset f1c3d5352210
katleman [Thu, 04 Sep 2014 13:26:23 -0700] rev 26281
Added tag jdk9-b29 for changeset f1c3d5352210
Wed, 05 Jul 2017 19:59:05 +0200 Added tag jdk9-b29 for changeset c36c00926937
duke [Wed, 05 Jul 2017 19:59:05 +0200] rev 26280
Added tag jdk9-b29 for changeset c36c00926937
Wed, 05 Jul 2017 19:59:04 +0200 Merge jdk9-b29
duke [Wed, 05 Jul 2017 19:59:04 +0200] rev 26279
Merge
Wed, 05 Jul 2017 19:59:00 +0200 Merge
duke [Wed, 05 Jul 2017 19:59:00 +0200] rev 26278
Merge
Fri, 29 Aug 2014 11:57:50 -0700 Merge
lana [Fri, 29 Aug 2014 11:57:50 -0700] rev 26277
Merge
Fri, 29 Aug 2014 10:46:33 -0700 8055856: checkdeps build target doesn't work for cross-compilation builds
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
Fri, 29 Aug 2014 14:58:35 +0200 8056252: Incremental build fails on Windows
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
Fri, 29 Aug 2014 00:42:42 -0700 8055074: Group 9a: golden files for tests in tools/javac dir
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
Thu, 28 Aug 2014 23:42:16 -0700 8049126: golden files for annotations test in tools/java dir
sogoel [Thu, 28 Aug 2014 23:42:16 -0700] rev 26273
8049126: golden files for annotations test in tools/java dir Reviewed-by: jjg
Thu, 28 Aug 2014 11:29:34 -0700 8056283: @ignore tools/javac/defaultMethods/Assertions.java until JDK-8047675 is fixed
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
Thu, 28 Aug 2014 17:38:40 +0200 8054500: Refactor sjavac Main class into ClientMain and ServerMain
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
Wed, 27 Aug 2014 06:56:29 -0700 8050031: [javadoc] class-use pages have duplicates and missing entries
ksrini [Wed, 27 Aug 2014 06:56:29 -0700] rev 26270
8050031: [javadoc] class-use pages have duplicates and missing entries Reviewed-by: jjg
Tue, 26 Aug 2014 08:12:42 -0700 8054925: [javadoc] refactor the Doclet start method.
ksrini [Tue, 26 Aug 2014 08:12:42 -0700] rev 26269
8054925: [javadoc] refactor the Doclet start method. Reviewed-by: jjg
Wed, 27 Aug 2014 06:25:17 -0700 8038732: [javadoc] NetBeans IDE target does not build doclets
ksrini [Wed, 27 Aug 2014 06:25:17 -0700] rev 26268
8038732: [javadoc] NetBeans IDE target does not build doclets Reviewed-by: jjg, jlahoda
Wed, 27 Aug 2014 11:41:03 +0100 8056075: Add support for dumping inference dependency graphs
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
Wed, 27 Aug 2014 07:44:00 +0200 8056061: Mark implementations of public interfaces with an annotation
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
Tue, 26 Aug 2014 12:45:28 +0100 8056055: IntelliJ source paths broken after modularization of langtools
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
Fri, 22 Aug 2014 16:28:16 -0700 8044859: javac duplicates option processing when using Compiler API
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
Fri, 22 Aug 2014 12:25:01 +0200 8055767: Sjavac is leaking servers
erikj [Fri, 22 Aug 2014 12:25:01 +0200] rev 26263
8055767: Sjavac is leaking servers Reviewed-by: alundblad, jfranck
Fri, 29 Aug 2014 11:30:58 -0700 Added tag jdk9-b28 for changeset 6ce251a87137
katleman [Fri, 29 Aug 2014 11:30:58 -0700] rev 26262
Added tag jdk9-b28 for changeset 6ce251a87137
Wed, 05 Jul 2017 19:58:53 +0200 Merge
duke [Wed, 05 Jul 2017 19:58:53 +0200] rev 26261
Merge
Fri, 29 Aug 2014 11:30:46 -0700 Added tag jdk9-b28 for changeset 0444f488042c
katleman [Fri, 29 Aug 2014 11:30:46 -0700] rev 26260
Added tag jdk9-b28 for changeset 0444f488042c
Wed, 05 Jul 2017 19:58:48 +0200 Merge
duke [Wed, 05 Jul 2017 19:58:48 +0200] rev 26259
Merge
Fri, 29 Aug 2014 11:56:46 -0700 Merge
lana [Fri, 29 Aug 2014 11:56:46 -0700] rev 26258
Merge
Fri, 29 Aug 2014 11:49:38 -0700 8037819: Xerces Update: jaxp/validation/XMLSchemaFactory
joehw [Fri, 29 Aug 2014 11:49:38 -0700] rev 26257
8037819: Xerces Update: jaxp/validation/XMLSchemaFactory Reviewed-by: lancea
Fri, 29 Aug 2014 11:30:41 -0700 Added tag jdk9-b28 for changeset 482db0c1193b
katleman [Fri, 29 Aug 2014 11:30:41 -0700] rev 26256
Added tag jdk9-b28 for changeset 482db0c1193b
Wed, 05 Jul 2017 19:58:44 +0200 Merge
duke [Wed, 05 Jul 2017 19:58:44 +0200] rev 26255
Merge
Fri, 29 Aug 2014 11:58:19 -0700 Merge
lana [Fri, 29 Aug 2014 11:58:19 -0700] rev 26254
Merge
Thu, 28 Aug 2014 16:38:23 +0200 8056243: OptimisticTypePersistence should refuse to work in symlinked directories
attila [Thu, 28 Aug 2014 16:38:23 +0200] rev 26253
8056243: OptimisticTypePersistence should refuse to work in symlinked directories Reviewed-by: lagergren, sundar
Wed, 27 Aug 2014 14:27:56 +0530 8056123: Anonymous function statements leak internal function names into global scope
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
Tue, 26 Aug 2014 22:57:24 +0530 8056094: [nashorn] tests fail when running via jtreg
sundar [Tue, 26 Aug 2014 22:57:24 +0530] rev 26251
8056094: [nashorn] tests fail when running via jtreg Reviewed-by: jlaskey, hannesw
Tue, 26 Aug 2014 15:52:55 +0200 8056025: CompilationPhase.setStates() is hot in class installation phase
attila [Tue, 26 Aug 2014 15:52:55 +0200] rev 26250
8056025: CompilationPhase.setStates() is hot in class installation phase Reviewed-by: jlaskey, sundar
Tue, 26 Aug 2014 15:04:48 +0200 8056052: Source.getContent() does excess Object.clone()
attila [Tue, 26 Aug 2014 15:04:48 +0200] rev 26249
8056052: Source.getContent() does excess Object.clone() Reviewed-by: jlaskey, sundar
Tue, 26 Aug 2014 15:04:20 +0200 8055954: Do not parallelize class installation
attila [Tue, 26 Aug 2014 15:04:20 +0200] rev 26248
8055954: Do not parallelize class installation Reviewed-by: jlaskey, sundar
Tue, 26 Aug 2014 17:21:17 +0530 8056050: runExternalJsTest method in test/jdk/nashorn/internal/runtime/ClassFilter.java slows down "ant test"
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
Tue, 26 Aug 2014 11:45:36 +0200 8055923: collect timings using System.nanoTime
attila [Tue, 26 Aug 2014 11:45:36 +0200] rev 26246
8055923: collect timings using System.nanoTime Reviewed-by: hannesw, lagergren
Tue, 26 Aug 2014 11:42:07 +0200 8055906: Avoid throwing an exception with filled in stack trace as part of the normal control flow
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
Tue, 26 Aug 2014 11:32:12 +0200 8055913: Node.hashCode() delegates to Object.hashCode() and is hot
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
Tue, 26 Aug 2014 11:31:31 +0200 8055911: Don't use String.intern for IdentNode
attila [Tue, 26 Aug 2014 11:31:31 +0200] rev 26243
8055911: Don't use String.intern for IdentNode Reviewed-by: lagergren, sundar
Tue, 26 Aug 2014 13:26:15 +0400 8055811: Tests for Nashorn ClassFilter Support
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>
Mon, 25 Aug 2014 22:36:05 +0200 8055870: iteration fails if index var is not used
attila [Mon, 25 Aug 2014 22:36:05 +0200] rev 26241
8055870: iteration fails if index var is not used Reviewed-by: hannesw, lagergren
Mon, 25 Aug 2014 20:26:53 +0530 8055899: Two nashorn tests fail in 8u40 nightly build with ClassNotFoundException
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
Mon, 25 Aug 2014 17:38:53 +0400 8055878: Nashorn: all tests failed with AccessControlException
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>
Fri, 22 Aug 2014 22:50:38 +0530 8055830: JDK-8015969.js is silently failing
sundar [Fri, 22 Aug 2014 22:50:38 +0530] rev 26238
8055830: JDK-8015969.js is silently failing Reviewed-by: lagergren, jlaskey, hannesw
Fri, 22 Aug 2014 15:47:28 +0530 8055796: JSObject and browser JSObject linkers should provide fallback to call underlying Java methods directly
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
Thu, 21 Aug 2014 20:06:48 +0530 8055762: Nashorn misses linker for netscape.javascript.JSObject instances
sundar [Thu, 21 Aug 2014 20:06:48 +0530] rev 26236
8055762: Nashorn misses linker for netscape.javascript.JSObject instances Reviewed-by: lagergren, jlaskey
Wed, 20 Aug 2014 21:32:09 +0530 8055687: Wrong "this" passed to JSObject.eval call
sundar [Wed, 20 Aug 2014 21:32:09 +0530] rev 26235
8055687: Wrong "this" passed to JSObject.eval call Reviewed-by: lagergren, hannesw, attila
Fri, 29 Aug 2014 11:30:59 -0700 Added tag jdk9-b28 for changeset b7633e8ce82a
katleman [Fri, 29 Aug 2014 11:30:59 -0700] rev 26234
Added tag jdk9-b28 for changeset b7633e8ce82a
Wed, 05 Jul 2017 19:58:36 +0200 Merge
duke [Wed, 05 Jul 2017 19:58:36 +0200] rev 26233
Merge
Fri, 29 Aug 2014 11:59:34 -0700 Merge
lana [Fri, 29 Aug 2014 11:59:34 -0700] rev 26232
Merge
Wed, 27 Aug 2014 10:59:34 +0200 8056064: Fix corba locale build problem on windows
erikj [Wed, 27 Aug 2014 10:59:34 +0200] rev 26231
8056064: Fix corba locale build problem on windows Reviewed-by: alanb, tbell
Fri, 29 Aug 2014 11:30:34 -0700 Added tag jdk9-b28 for changeset 998ca72b253e
katleman [Fri, 29 Aug 2014 11:30:34 -0700] rev 26230
Added tag jdk9-b28 for changeset 998ca72b253e
Wed, 05 Jul 2017 19:58:32 +0200 Merge
duke [Wed, 05 Jul 2017 19:58:32 +0200] rev 26229
Merge
Fri, 29 Aug 2014 11:58:43 -0700 Merge
lana [Fri, 29 Aug 2014 11:58:43 -0700] rev 26228
Merge
Fri, 29 Aug 2014 10:47:32 -0700 8055856: checkdeps build target doesn't work for cross-compilation builds
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
Fri, 29 Aug 2014 18:11:04 +0400 8056310: Cleanup in WinNTFileSystem_md.c
igerasim [Fri, 29 Aug 2014 18:11:04 +0400] rev 26226
8056310: Cleanup in WinNTFileSystem_md.c Reviewed-by: alanb
Fri, 29 Aug 2014 12:00:31 +0200 8056246: Fix AIX build after the Modular Source Code change 8054834
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
Fri, 29 Aug 2014 09:57:55 +0800 8034218: Improve fontconfig.properties for AIX platform
luchsh [Fri, 29 Aug 2014 09:57:55 +0800] rev 26224
8034218: Improve fontconfig.properties for AIX platform Reviewed-by: simonis
Thu, 28 Aug 2014 05:20:02 -0700 8049226: com/sun/jdi/OptionTest.java test times out again
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
Thu, 28 Aug 2014 05:04:58 -0700 8054066: com/sun/jdi/DoubleAgentTest.java fails with timeout
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
Thu, 28 Aug 2014 10:17:55 +0100 8055299: HttpsURLConnection.equals() broken
michaelm [Thu, 28 Aug 2014 10:17:55 +0100] rev 26221
8055299: HttpsURLConnection.equals() broken Reviewed-by: chegar, xuelei
Wed, 27 Aug 2014 10:14:16 +0200 8056148: Add java/lang/management/MemoryMXBean/LowMemoryTest.java to ProblemList.txt
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
Wed, 27 Aug 2014 22:08:19 +0400 8054714: Use StringJoiner where it makes the code cleaner
igerasim [Wed, 27 Aug 2014 22:08:19 +0400] rev 26219
8054714: Use StringJoiner where it makes the code cleaner Reviewed-by: psandoz, redestad
Wed, 27 Aug 2014 11:33:45 +0800 8048617: Tests for PKCS12 read operations
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>
Mon, 25 Aug 2014 10:40:55 -0700 8055949: ByteArrayOutputStream capacity should be maximal array size permitted by VM
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
Tue, 26 Aug 2014 14:35:33 -0700 8055230: Rename attach provider implementation class be platform neutral
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
Tue, 26 Aug 2014 11:43:19 -0700 Merge
amurillo [Tue, 26 Aug 2014 11:43:19 -0700] rev 26215
Merge
Fri, 22 Aug 2014 10:03:18 -0700 Merge
amurillo [Fri, 22 Aug 2014 10:03:18 -0700] rev 26214
Merge
Wed, 20 Aug 2014 17:06:01 -0700 Merge
sspitsyn [Wed, 20 Aug 2014 17:06:01 -0700] rev 26213
Merge
Tue, 12 Aug 2014 17:29:01 -0700 8046070: Class Data Sharing clean up and refactoring
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
Tue, 26 Aug 2014 15:18:38 +0100 Merge
michaelm [Tue, 26 Aug 2014 15:18:38 +0100] rev 26211
Merge
Tue, 26 Aug 2014 15:08:42 +0100 8056065: sun/net/www/protocol/http/RedirectOnPost.java failing.
michaelm [Tue, 26 Aug 2014 15:08:42 +0100] rev 26210
8056065: sun/net/www/protocol/http/RedirectOnPost.java failing. Reviewed-by: alanb
Tue, 26 Aug 2014 15:55:35 +0400 8055421: (fs) bad error handling in java.base/unix/native/libnio/fs/UnixNativeDispatcher.c
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
Thu, 21 Aug 2014 15:22:07 +0200 7132590: javax/management/remote/mandatory/notif/NotificationAccessControllerTest.java fails in JDK8-B22
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
Tue, 26 Aug 2014 10:19:56 +0100 8055955: (ch) Remove unnecessary initialization of InetAddress from FileChannel
chegar [Tue, 26 Aug 2014 10:19:56 +0100] rev 26207
8055955: (ch) Remove unnecessary initialization of InetAddress from FileChannel Reviewed-by: alanb
Tue, 26 Aug 2014 10:10:58 +0100 8055747: Move SimpleSSLContext to jdk/testlibrary
michaelm [Tue, 26 Aug 2014 10:10:58 +0100] rev 26206
8055747: Move SimpleSSLContext to jdk/testlibrary Reviewed-by: chegar
Mon, 25 Aug 2014 18:17:24 +0200 8037082: java/lang/instrument/NativeMethodPrefixAgent.java failing
jbachorik [Mon, 25 Aug 2014 18:17:24 +0200] rev 26205
8037082: java/lang/instrument/NativeMethodPrefixAgent.java failing Reviewed-by: sla
Tue, 26 Aug 2014 16:42:31 +0800 8055901: Update policytool for jdk.net.NetworkPermission
weijun [Tue, 26 Aug 2014 16:42:31 +0800] rev 26204
8055901: Update policytool for jdk.net.NetworkPermission Reviewed-by: michaelm
Tue, 26 Aug 2014 15:10:29 +0800 8050370: Need new regressions tests for messageDigest with DigestIOStream
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>
Tue, 26 Aug 2014 07:57:03 +0200 8043981: Remove the JPDA demo
sla [Tue, 26 Aug 2014 07:57:03 +0200] rev 26202
8043981: Remove the JPDA demo Reviewed-by: alanb
Tue, 26 Aug 2014 07:55:08 +0200 8043936: Drop HPROF as demo, keep as HPROF agent shipped with JDK
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
Mon, 25 Aug 2014 09:20:49 +0100 8055855: "make profiles" failing since refactoring of java.awt.datatransfer
alanb [Mon, 25 Aug 2014 09:20:49 +0100] rev 26200
8055855: "make profiles" failing since refactoring of java.awt.datatransfer Reviewed-by: dholmes
Sun, 24 Aug 2014 21:52:16 +0200 8049228: Improve multithreaded scalability of InetAddress cache
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
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip