Thu, 08 Mar 2018 19:10:25 +0100 8199319: Remove handles.inline.hpp include from reflectionUtils.hpp
stefank [Thu, 08 Mar 2018 19:10:25 +0100] rev 49361
8199319: Remove handles.inline.hpp include from reflectionUtils.hpp Reviewed-by: hseigel, dholmes
Thu, 08 Mar 2018 09:56:29 +0100 8199275: Fix inclusions of allocation.inline.hpp
stefank [Thu, 08 Mar 2018 09:56:29 +0100] rev 49360
8199275: Fix inclusions of allocation.inline.hpp Reviewed-by: coleenp, kbarrett, dholmes
Wed, 07 Mar 2018 21:57:36 +0100 8199264: Remove universe.inline.hpp to simplify include dependencies
stefank [Wed, 07 Mar 2018 21:57:36 +0100] rev 49359
8199264: Remove universe.inline.hpp to simplify include dependencies Reviewed-by: coleenp, hseigel
Wed, 07 Mar 2018 19:32:54 -0800 8194490: [JVMCI] Move `iterateFrames` to C++
gdub [Wed, 07 Mar 2018 19:32:54 -0800] rev 49358
8194490: [JVMCI] Move `iterateFrames` to C++ Reviewed-by: kvn, never, dnsimon
Wed, 07 Mar 2018 13:26:15 -0800 8198243: Add build time check for global operator new/delete in object files
erikj [Wed, 07 Mar 2018 13:26:15 -0800] rev 49357
8198243: Add build time check for global operator new/delete in object files Reviewed-by: tbell, kbarrett, dholmes, ihse
Mon, 05 Mar 2018 13:18:55 +0000 8198950: AArch64: org.openjdk.jcstress.tests.varhandles.DekkerTest fails
adinn [Mon, 05 Mar 2018 13:18:55 +0000] rev 49356
8198950: AArch64: org.openjdk.jcstress.tests.varhandles.DekkerTest fails Summary: Fix breakage to AArch64 code generation caused by JDK-8181211 Reviewed-by: thartmann, roland, kvn, vlivanov, jrose
Tue, 06 Mar 2018 08:16:45 +0100 8193429: "assert(false) failed: GetModuleFileName failed (126)" in symbolengine.cpp
stuefe [Tue, 06 Mar 2018 08:16:45 +0100] rev 49355
8193429: "assert(false) failed: GetModuleFileName failed (126)" in symbolengine.cpp Reviewed-by: clanger, gtriantafill
Wed, 07 Mar 2018 09:32:46 -0500 8159850: Remove unneeded parsing of optional-size when parsing array types
hseigel [Wed, 07 Mar 2018 09:32:46 -0500] rev 49354
8159850: Remove unneeded parsing of optional-size when parsing array types Summary: Remove skip_optional_size() methods and calls to them. Reviewed-by: coleenp, iklam
Wed, 07 Mar 2018 10:58:59 +0100 8199219: Build failures after JDK-8195148 (Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet)
shade [Wed, 07 Mar 2018 10:58:59 +0100] rev 49353
8199219: Build failures after JDK-8195148 (Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet) Reviewed-by: dholmes
Tue, 06 Mar 2018 22:08:30 -0800 8191585: VM anonymous classes created during CDS dump time cause crash
iklam [Tue, 06 Mar 2018 22:08:30 -0800] rev 49352
8191585: VM anonymous classes created during CDS dump time cause crash Reviewed-by: hseigel, mseledtsov, ccheung
Tue, 06 Mar 2018 16:02:04 -0800 8199066: [JVMCI] EagerJVMCI option should also initialize the JVMCI compiler
dnsimon [Tue, 06 Mar 2018 16:02:04 -0800] rev 49351
8199066: [JVMCI] EagerJVMCI option should also initialize the JVMCI compiler Reviewed-by: kvn
Tue, 06 Mar 2018 18:12:15 -0500 8199137: StringInternSync test crashes in exit verification
coleenp [Tue, 06 Mar 2018 18:12:15 -0500] rev 49350
8199137: StringInternSync test crashes in exit verification Summary: java_lang_String::equals(oop, oop) was buggy. Reviewed-by: eosterlund, dholmes
Tue, 06 Mar 2018 17:45:31 -0500 8199133: [BACKOUT] NMT: Enhance thread stack tracking
coleenp [Tue, 06 Mar 2018 17:45:31 -0500] rev 49349
8199133: [BACKOUT] NMT: Enhance thread stack tracking Reviewed-by: jwilhelm
Tue, 06 Mar 2018 17:15:16 -0500 8198926: Move ClassLoaderData::_dependencies to ClassLoaderData::_handles
coleenp [Tue, 06 Mar 2018 17:15:16 -0500] rev 49348
8198926: Move ClassLoaderData::_dependencies to ClassLoaderData::_handles Summary: Move dependency creation and cleaned up logging Reviewed-by: hseigel, jiangli
Tue, 06 Mar 2018 08:36:44 +0100 8195148: Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet
eosterlund [Tue, 06 Mar 2018 08:36:44 +0100] rev 49347
8195148: Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet Reviewed-by: ehelin, kbarrett
Tue, 06 Mar 2018 13:08:59 +0100 8198546: [Redo] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
tschatzl [Tue, 06 Mar 2018 13:08:59 +0100] rev 49346
8198546: [Redo] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set Summary: Remove code related to collection set checking in that method. Reviewed-by: eosterlund, ehelin, kbarrett
Tue, 06 Mar 2018 10:30:24 +0100 8198987: [Graal] compiler/intrinsics/sha/sanity tests fail on macos with Graal as JIT
thartmann [Tue, 06 Mar 2018 10:30:24 +0100] rev 49345
8198987: [Graal] compiler/intrinsics/sha/sanity tests fail on macos with Graal as JIT Summary: Use the isIntrinsicAvailable WhiteBox API method to check if an intrinsic is available. Reviewed-by: kvn
Sat, 03 Mar 2018 10:15:23 +0000 8196590: Enable docker container related tests for linux AARCH64
dsamersoff [Sat, 03 Mar 2018 10:15:23 +0000] rev 49344
8196590: Enable docker container related tests for linux AARCH64 Summary: Add test bits required for aarch64 Reviewed-by: mseledtsov, mbaesken, sspitsyn
Mon, 05 Mar 2018 13:10:31 -0800 8199050: reenable concurrent execution of compiler tests
iignatyev [Mon, 05 Mar 2018 13:10:31 -0800] rev 49343
8199050: reenable concurrent execution of compiler tests Reviewed-by: kvn
Fri, 23 Feb 2018 21:38:12 +0100 8198571: [JVMCI] must not install wide vector code unless runtime supports it
dnsimon [Fri, 23 Feb 2018 21:38:12 +0100] rev 49342
8198571: [JVMCI] must not install wide vector code unless runtime supports it Reviewed-by: kvn
Mon, 05 Mar 2018 14:24:45 -0500 8198447: Remove ClassLoaderExt::check().
jiangli [Mon, 05 Mar 2018 14:24:45 -0500] rev 49341
8198447: Remove ClassLoaderExt::check(). Summary: ClassLoaderExt::check() is no longer needed, remove. Reviewed-by: lfoltan, ccheung
Mon, 05 Mar 2018 10:29:23 -0500 8191102: Incorrect include file use in classLoader.hpp
hseigel [Mon, 05 Mar 2018 10:29:23 -0500] rev 49340
8191102: Incorrect include file use in classLoader.hpp Summary: Move appropriate methods to <fiile>.inline.hpp files. Create <file>.inline.hpp files when needed. Reviewed-by: coleenp, dholmes
Mon, 05 Mar 2018 13:15:10 +0100 8198957: Remove unused function ArgumentsExt::set_gc_specific_flags
ehelin [Mon, 05 Mar 2018 13:15:10 +0100] rev 49339
8198957: Remove unused function ArgumentsExt::set_gc_specific_flags Reviewed-by: sjohanss, tschatzl
Mon, 05 Mar 2018 13:07:04 +0100 8197845: Remove unnecessary method G1CollectedHeap::create_g1_policy
ehelin [Mon, 05 Mar 2018 13:07:04 +0100] rev 49338
8197845: Remove unnecessary method G1CollectedHeap::create_g1_policy Reviewed-by: tschatzl, sjohanss
Mon, 05 Mar 2018 11:32:17 +0100 8197847: Remove unused file g1ParScanThreadState_ext.cpp
ehelin [Mon, 05 Mar 2018 11:32:17 +0100] rev 49337
8197847: Remove unused file g1ParScanThreadState_ext.cpp Reviewed-by: sjohanss, eosterlund
Mon, 05 Mar 2018 11:16:23 +0100 8197843: Remove unused method G1EvacuationRootClosures::create_root_closures_ext
ehelin [Mon, 05 Mar 2018 11:16:23 +0100] rev 49336
8197843: Remove unused method G1EvacuationRootClosures::create_root_closures_ext Reviewed-by: sjohanss, eosterlund
Sun, 04 Mar 2018 22:24:06 -0800 8196121: runtime/appcds/ClassLoaderTest.java fails silently
iklam [Sun, 04 Mar 2018 22:24:06 -0800] rev 49335
8196121: runtime/appcds/ClassLoaderTest.java fails silently Reviewed-by: mseledtsov, jiangli, ccheung
Sun, 04 Mar 2018 20:57:46 -0500 8198845: Missing resource mark results disassembling generated code failure in hs error report
zgu [Sun, 04 Mar 2018 20:57:46 -0500] rev 49334
8198845: Missing resource mark results disassembling generated code failure in hs error report Summary: Fixed secondary failure due to missing resource mark while disassembling nmethod Reviewed-by: coleenp, stuefe, dholmes
Sat, 03 Mar 2018 23:56:08 -0500 8196876: OopStorage::assert_at_safepoint clashes with assert_at_safepoint macros in g1CollectedHeap.hpp
kbarrett [Sat, 03 Mar 2018 23:56:08 -0500] rev 49333
8196876: OopStorage::assert_at_safepoint clashes with assert_at_safepoint macros in g1CollectedHeap.hpp Summary: Add shared safepoint state assertion macros. Reviewed-by: coleenp, eosterlund
Fri, 02 Mar 2018 17:33:59 -0800 8193434: [GRAAL] Graal classes are not loaded with -Xshare:dump
ccheung [Fri, 02 Mar 2018 17:33:59 -0800] rev 49332
8193434: [GRAAL] Graal classes are not loaded with -Xshare:dump Summary: allow loading of non-boot classes during CDS dumping but only add boot classes to the archive Reviewed-by: kvn, iklam, jiangli
Fri, 02 Mar 2018 21:00:12 +0100 Merge
jwilhelm [Fri, 02 Mar 2018 21:00:12 +0100] rev 49331
Merge
Fri, 02 Mar 2018 15:02:26 -0800 8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
kvn [Fri, 02 Mar 2018 15:02:26 -0800] rev 49330
8198789: [TESTBUG] CTW of java.base and java.desktop takes long time Summary: move long running tests into separate CTW task Reviewed-by: iignatyev, dlong
Fri, 02 Mar 2018 17:25:55 -0500 8194759: Support caching class mirror objects.
jiangli [Fri, 02 Mar 2018 17:25:55 -0500] rev 49329
8194759: Support caching class mirror objects. Summary: Support archiving mirror objects for shared classes in 'open' archive java heap region. Reviewed-by: coleenp, iklam, mseledtsov, tschatzl
Fri, 02 Mar 2018 10:42:32 -0800 8170541: serviceability/jdwp/AllModulesCommandTest.java fails intermittently on Windows and Solaris
dtitov [Fri, 02 Mar 2018 10:42:32 -0800] rev 49328
8170541: serviceability/jdwp/AllModulesCommandTest.java fails intermittently on Windows and Solaris Reviewed-by: sspitsyn, dholmes
Fri, 02 Mar 2018 14:47:52 +0100 8198948: Remove unused parameter evacuation_info from G1CollectedHeap::evacuate_collection_set
ehelin [Fri, 02 Mar 2018 14:47:52 +0100] rev 49327
8198948: Remove unused parameter evacuation_info from G1CollectedHeap::evacuate_collection_set Reviewed-by: sjohanss, eosterlund
Fri, 02 Mar 2018 11:43:19 +0100 8198833: TestMemoryAwareness Docker container fails with too small maximum heap
rehn [Fri, 02 Mar 2018 11:43:19 +0100] rev 49326
8198833: TestMemoryAwareness Docker container fails with too small maximum heap Reviewed-by: bobv, dholmes
Fri, 02 Mar 2018 10:51:53 +0100 8198896: Remove dead code: cardTableModRefBSForCTRS.hpp
eosterlund [Fri, 02 Mar 2018 10:51:53 +0100] rev 49325
8198896: Remove dead code: cardTableModRefBSForCTRS.hpp Reviewed-by: pliden, kbarrett
Fri, 02 Mar 2018 11:06:51 +0100 8198826: -XX:+VerifyStack fails with fatal error: ExceptionMark constructor expects no pending exceptions
thartmann [Fri, 02 Mar 2018 11:06:51 +0100] rev 49324
8198826: -XX:+VerifyStack fails with fatal error: ExceptionMark constructor expects no pending exceptions Summary: Save and restore pending exception while executing stack verification code at deoptimization. Reviewed-by: kvn, dholmes
Fri, 02 Mar 2018 10:09:08 +0100 8198424: Remove G1AllocationContext
sjohanss [Fri, 02 Mar 2018 10:09:08 +0100] rev 49323
8198424: Remove G1AllocationContext Reviewed-by: ehelin, tschatzl
Fri, 02 Mar 2018 10:09:05 +0100 8198433: Remove WhiteBox extension point
sjohanss [Fri, 02 Mar 2018 10:09:05 +0100] rev 49322
8198433: Remove WhiteBox extension point Reviewed-by: ehelin, dholmes, tschatzl
Fri, 02 Mar 2018 10:09:04 +0100 8198432: Remove Thread extension point
sjohanss [Fri, 02 Mar 2018 10:09:04 +0100] rev 49321
8198432: Remove Thread extension point Reviewed-by: ehelin, dholmes, tschatzl
Fri, 02 Mar 2018 10:09:02 +0100 8198431: Remove G1FullCollector extension point
sjohanss [Fri, 02 Mar 2018 10:09:02 +0100] rev 49320
8198431: Remove G1FullCollector extension point Reviewed-by: ehelin, tschatzl
Fri, 02 Mar 2018 10:09:01 +0100 8198430: Remove G1Allocator extension point
sjohanss [Fri, 02 Mar 2018 10:09:01 +0100] rev 49319
8198430: Remove G1Allocator extension point Reviewed-by: ehelin, tschatzl
Fri, 02 Mar 2018 09:20:16 +0100 8197842: Remove unused macros VM_STRUCTS_EXT and VM_TYPES_EXT
ehelin [Fri, 02 Mar 2018 09:20:16 +0100] rev 49318
8197842: Remove unused macros VM_STRUCTS_EXT and VM_TYPES_EXT Reviewed-by: sjohanss, lfoltan
Fri, 02 Mar 2018 03:14:49 -0500 8198906: JDK-8196882 breaks VS2013 Win32 builds
kbarrett [Fri, 02 Mar 2018 03:14:49 -0500] rev 49317
8198906: JDK-8196882 breaks VS2013 Win32 builds Summary: Add cast to eliminate warning. Reviewed-by: dholmes, stuefe
Fri, 23 Mar 2018 11:14:43 -0700 Merge
prr [Fri, 23 Mar 2018 11:14:43 -0700] rev 49316
Merge
Fri, 23 Mar 2018 11:18:39 +0530 7031957: DIB header of type BITMAPV2INFOHEADER & BITMAPV3INFOHEADER is not supported in BMPImageReader
jdv [Fri, 23 Mar 2018 11:18:39 +0530] rev 49315
7031957: DIB header of type BITMAPV2INFOHEADER & BITMAPV3INFOHEADER is not supported in BMPImageReader Reviewed-by: prr, pnarayanan
Thu, 22 Mar 2018 17:02:40 -0700 4912693: Behavior of null arguments not specified in Java Sound
serb [Thu, 22 Mar 2018 17:02:40 -0700] rev 49314
4912693: Behavior of null arguments not specified in Java Sound Reviewed-by: prr
Fri, 23 Mar 2018 10:09:45 -0700 8180451: ByteArrayInputStream should override readAllBytes, readNBytes, and transferTo
bpb [Fri, 23 Mar 2018 10:09:45 -0700] rev 49313
8180451: ByteArrayInputStream should override readAllBytes, readNBytes, and transferTo Reviewed-by: bchristi, rriggs, psandoz
Fri, 23 Mar 2018 10:02:55 -0700 Merge
prr [Fri, 23 Mar 2018 10:02:55 -0700] rev 49312
Merge
Fri, 23 Mar 2018 08:49:58 -0700 Merge
prr [Fri, 23 Mar 2018 08:49:58 -0700] rev 49311
Merge
Thu, 22 Mar 2018 14:10:30 -0700 8199789: Emit a warning message when t2k is selected via system property
prr [Thu, 22 Mar 2018 14:10:30 -0700] rev 49310
8199789: Emit a warning message when t2k is selected via system property Reviewed-by: serb, pnarayanan
Thu, 22 Mar 2018 14:02:20 -0700 8200129: Remove D3D Performance Counter.
prr [Thu, 22 Mar 2018 14:02:20 -0700] rev 49309
8200129: Remove D3D Performance Counter. Reviewed-by: alanb, serb
Thu, 22 Mar 2018 11:34:38 -0700 Merge
prr [Thu, 22 Mar 2018 11:34:38 -0700] rev 49308
Merge
Thu, 22 Mar 2018 11:09:50 -0700 8200072: Remove un-needed qualified export from java.base to java.desktop
prr [Thu, 22 Mar 2018 11:09:50 -0700] rev 49307
8200072: Remove un-needed qualified export from java.base to java.desktop Reviewed-by: alanb, mchung
Thu, 22 Mar 2018 11:41:15 +0530 6686236: GIF native IIOMetadata assumes characterCellWidth/Height as 2bytes
pnarayanan [Thu, 22 Mar 2018 11:41:15 +0530] rev 49306
6686236: GIF native IIOMetadata assumes characterCellWidth/Height as 2bytes Reviewed-by: prr, jdv
Wed, 21 Mar 2018 12:08:16 +0530 7158623: Should an unfocusable maximized Frame be resizable
mhalder [Wed, 21 Mar 2018 12:08:16 +0530] rev 49305
7158623: Should an unfocusable maximized Frame be resizable Reviewed-by: prr, sveerabhadra
Tue, 20 Mar 2018 10:31:05 -0700 8199870: colorimaging.md needs to remove mention of KCMS
prr [Tue, 20 Mar 2018 10:31:05 -0700] rev 49304
8199870: colorimaging.md needs to remove mention of KCMS Reviewed-by: serb
Mon, 19 Mar 2018 14:16:23 -0700 8198895: Compilation errors in java.desktop with VS 2017
serb [Mon, 19 Mar 2018 14:16:23 -0700] rev 49303
8198895: Compilation errors in java.desktop with VS 2017 Reviewed-by: prr
Mon, 19 Mar 2018 13:46:42 -0700 8198897: Compilation errors in jdk.accessibility with VS 2017
prr [Mon, 19 Mar 2018 13:46:42 -0700] rev 49302
8198897: Compilation errors in jdk.accessibility with VS 2017 Reviewed-by: serb, kaddepalli
Mon, 19 Mar 2018 11:29:50 -0700 8198649: Switch AWT/Swing's default GTK version to 3
prr [Mon, 19 Mar 2018 11:29:50 -0700] rev 49301
8198649: Switch AWT/Swing's default GTK version to 3 Reviewed-by: psadhukhan, kaddepalli
Mon, 19 Mar 2018 10:46:31 -0700 Merge
prr [Mon, 19 Mar 2018 10:46:31 -0700] rev 49300
Merge
Mon, 19 Mar 2018 12:29:23 +0530 8152974: AWT hang occurrs when sequenced events arrive out of sequence
kaddepalli [Mon, 19 Mar 2018 12:29:23 +0530] rev 49299
8152974: AWT hang occurrs when sequenced events arrive out of sequence Reviewed-by: serb, prr, ssadetsky
Fri, 16 Mar 2018 14:12:12 +0530 8197554: Create test for SwingSet TableDemo
akolarkunnu [Fri, 16 Mar 2018 14:12:12 +0530] rev 49298
8197554: Create test for SwingSet TableDemo Reviewed-by: serb
Thu, 15 Mar 2018 11:36:11 -0700 Merge
prr [Thu, 15 Mar 2018 11:36:11 -0700] rev 49297
Merge
Thu, 15 Mar 2018 19:33:51 +0530 7108280: JList.getSelectedValuesList fails if JList.setSelectionInterval larger than list
pbansal [Thu, 15 Mar 2018 19:33:51 +0530] rev 49296
7108280: JList.getSelectedValuesList fails if JList.setSelectionInterval larger than list Reviewed-by: serb, kaddepalli
Wed, 14 Mar 2018 15:41:29 +0530 8195095: Images are not scaled correctly in JEditorPane
kaddepalli [Wed, 14 Mar 2018 15:41:29 +0530] rev 49295
8195095: Images are not scaled correctly in JEditorPane Reviewed-by: ssadetsky, psadhukhan, mhalder
Fri, 23 Mar 2018 16:53:54 +0000 8199910: Compiler crashes with -g option and variables of intersection type inferred by `var`
mcimadamore [Fri, 23 Mar 2018 16:53:54 +0000] rev 49294
8199910: Compiler crashes with -g option and variables of intersection type inferred by `var` Summary: Javac should skip non-denotable types in the LocalVariableTypeTable attribute Reviewed-by: jlahoda Contributed-by: bitterfoxc@gmail.com
Fri, 23 Mar 2018 08:58:49 -0700 8200180: fix a typo in run-test framework documentation
iignatyev [Fri, 23 Mar 2018 08:58:49 -0700] rev 49293
8200180: fix a typo in run-test framework documentation Reviewed-by: erikj, ihse
Fri, 23 Mar 2018 11:53:11 -0400 8199756: Simplify language, country, script, and variant property initialization
rriggs [Fri, 23 Mar 2018 11:53:11 -0400] rev 49292
8199756: Simplify language, country, script, and variant property initialization Reviewed-by: mchung, naoto, alanb
Fri, 23 Mar 2018 16:50:02 +0100 8200174: compare.sh improvements
ihse [Fri, 23 Mar 2018 16:50:02 +0100] rev 49291
8200174: compare.sh improvements Reviewed-by: erikj
Fri, 23 Mar 2018 14:18:18 +0000 8199791: (se) More Selector cleanup
alanb [Fri, 23 Mar 2018 14:18:18 +0000] rev 49290
8199791: (se) More Selector cleanup Reviewed-by: redestad, bpb
Fri, 23 Mar 2018 09:51:02 +0100 8071469: Cleanup include and exclude of sound native libraries
ihse [Fri, 23 Mar 2018 09:51:02 +0100] rev 49289
8071469: Cleanup include and exclude of sound native libraries Reviewed-by: amenkov, erikj
Fri, 23 Mar 2018 09:26:59 +0100 8199924: Solaris: Correctly enqueue null arguments of attach operations
clanger [Fri, 23 Mar 2018 09:26:59 +0100] rev 49288
8199924: Solaris: Correctly enqueue null arguments of attach operations Reviewed-by: dcubed, dholmes
Thu, 22 Mar 2018 23:49:48 +0000 Added tag jdk-11+6 for changeset 3acb379b8672
lana [Thu, 22 Mar 2018 23:49:48 +0000] rev 49287
Added tag jdk-11+6 for changeset 3acb379b8672
Thu, 22 Mar 2018 22:34:38 +0100 8200136: Problem list test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java
jlahoda [Thu, 22 Mar 2018 22:34:38 +0100] rev 49286
8200136: Problem list test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java Reviewed-by: darcy, kvn
Thu, 22 Mar 2018 12:30:47 -0700 8194746: (fs) Add equivalents of Paths.get to Path interface
bpb [Thu, 22 Mar 2018 12:30:47 -0700] rev 49285
8194746: (fs) Add equivalents of Paths.get to Path interface Summary: Copy Paths.get() methods to Path.get() methods and have former call latter Reviewed-by: alanb, forax, chegar, psandoz
Thu, 22 Mar 2018 12:29:52 -0700 8198753: (dc) DatagramChannel throws unspecified exceptions
bpb [Thu, 22 Mar 2018 12:29:52 -0700] rev 49284
8198753: (dc) DatagramChannel throws unspecified exceptions Reviewed-by: alanb
Sat, 09 Dec 2017 03:33:39 +0100 8193128: Reduce number of implementation classes returned by List/Set/Map.of()
redestad [Sat, 09 Dec 2017 03:33:39 +0100] rev 49283
8193128: Reduce number of implementation classes returned by List/Set/Map.of() 8191418: List.of().indexOf(null) doesn't throw NullPointerException Reviewed-by: smarks, jrose, martin, plevart
Thu, 22 Mar 2018 09:07:08 -0700 8199773: (bf) XXXBuffer:compareTo method is not working as expected
psandoz [Thu, 22 Mar 2018 09:07:08 -0700] rev 49282
8199773: (bf) XXXBuffer:compareTo method is not working as expected Reviewed-by: alanb
Thu, 22 Mar 2018 08:41:06 -0700 8198997: Cache normalized/resolved user.dir property
bpb [Thu, 22 Mar 2018 08:41:06 -0700] rev 49281
8198997: Cache normalized/resolved user.dir property Summary: Normalize cached user.dir property value in constructor (windows only) Reviewed-by: alanb
Thu, 22 Mar 2018 15:28:33 +0100 8194978: Javac produces dead code for try-with-resource
jlahoda [Thu, 22 Mar 2018 15:28:33 +0100] rev 49280
8194978: Javac produces dead code for try-with-resource Summary: For try-with-resources, using simplified distinct close code for try body and catch clause, to avoid creating multiple copies of the full finally code. Reviewed-by: mcimadamore
Thu, 22 Mar 2018 09:41:29 -0400 8199467: Compilation Errors in libinstrument Reentrancy.c with VS2017
rriggs [Thu, 22 Mar 2018 09:41:29 -0400] rev 49279
8199467: Compilation Errors in libinstrument Reentrancy.c with VS2017 Reviewed-by: sspitsyn, martin
Thu, 22 Mar 2018 12:13:08 +0100 8198552: Multiple javac plugins do not work at the same time.
jlahoda [Thu, 22 Mar 2018 12:13:08 +0100] rev 49278
8198552: Multiple javac plugins do not work at the same time. Summary: Fixing handling of multiple -Xplugin, -Xdoclint: and -Xdoclint/packages: parameters. Reviewed-by: jjg, vromero
Thu, 22 Mar 2018 12:59:58 +0530 8196399: Formatting a decimal using locale-specific grouping separators causes ArithmeticException (division by zero).
nishjain [Thu, 22 Mar 2018 12:59:58 +0530] rev 49277
8196399: Formatting a decimal using locale-specific grouping separators causes ArithmeticException (division by zero). 8199672: ClassCastException is thrown by java.util.Formatter when an NumberFormatProvider SPI is used. Reviewed-by: naoto
Thu, 22 Mar 2018 08:09:51 +0800 8186228: sun/security/krb5/auto/KdcPolicy.java fails with "java.lang.Exception: Does not match. Output is c30000c30000c30000" jdk-11+6
weijun [Thu, 22 Mar 2018 08:09:51 +0800] rev 49276
8186228: sun/security/krb5/auto/KdcPolicy.java fails with "java.lang.Exception: Does not match. Output is c30000c30000c30000" Reviewed-by: mullan
Wed, 21 Mar 2018 16:55:34 +0100 8199869: Missing copyright headers in nashorn source code
hannesw [Wed, 21 Mar 2018 16:55:34 +0100] rev 49275
8199869: Missing copyright headers in nashorn source code Reviewed-by: sundar
Wed, 21 Mar 2018 12:54:36 +0100 8199682: Clean up building the saproc library
ihse [Wed, 21 Mar 2018 12:54:36 +0100] rev 49274
8199682: Clean up building the saproc library Reviewed-by: erikj, dholmes, sundar
Wed, 21 Mar 2018 10:13:49 +0100 8199862: Examine ProxyBuilder::referencedTypes startup cost
redestad [Wed, 21 Mar 2018 10:13:49 +0100] rev 49273
8199862: Examine ProxyBuilder::referencedTypes startup cost Reviewed-by: mchung
Wed, 21 Mar 2018 10:13:14 +0100 8199865: Avoid initializing ShortCache in ProxyGenerator
redestad [Wed, 21 Mar 2018 10:13:14 +0100] rev 49272
8199865: Avoid initializing ShortCache in ProxyGenerator Reviewed-by: mchung
Wed, 21 Mar 2018 09:06:45 +0000 8199437: Improve diagnostic system assertion message in com.sun.net.httpserver impl
chegar [Wed, 21 Mar 2018 09:06:45 +0000] rev 49271
8199437: Improve diagnostic system assertion message in com.sun.net.httpserver impl Reviewed-by: alanb, dfuchs
Tue, 20 Mar 2018 17:42:20 -0700 8199884: JDK-8199749 broke build with make 3.81
erikj [Tue, 20 Mar 2018 17:42:20 -0700] rev 49270
8199884: JDK-8199749 broke build with make 3.81 Reviewed-by: tbell
Tue, 20 Mar 2018 11:29:16 -0700 8199792: Wrong license header in XMLLimitAnalyzer.java
joehw [Tue, 20 Mar 2018 11:29:16 -0700] rev 49269
8199792: Wrong license header in XMLLimitAnalyzer.java Reviewed-by: lancea
Tue, 20 Mar 2018 12:14:41 +0100 8199858: solaris-x86_64 : unpack200 fails linking with SS12u4
mbaesken [Tue, 20 Mar 2018 12:14:41 +0100] rev 49268
8199858: solaris-x86_64 : unpack200 fails linking with SS12u4 Reviewed-by: erikj, simonis
Tue, 20 Mar 2018 09:21:43 -0700 8193033: remove terminally deprecated sun.misc.Unsafe.defineClass
psandoz [Tue, 20 Mar 2018 09:21:43 -0700] rev 49267
8193033: remove terminally deprecated sun.misc.Unsafe.defineClass Reviewed-by: chegar, mchung, alanb
Mon, 19 Mar 2018 21:52:50 +0000 Merge
lana [Mon, 19 Mar 2018 21:52:50 +0000] rev 49266
Merge
Mon, 19 Mar 2018 21:34:20 +0000 Added tag jdk-11+5 for changeset d5c43e9f08fb
lana [Mon, 19 Mar 2018 21:34:20 +0000] rev 49265
Added tag jdk-11+5 for changeset d5c43e9f08fb
Mon, 19 Mar 2018 17:46:49 -0400 8199768: jdk/test/lib/compiler/CompilerUtils.java needs to provide more control over compilation
dholmes [Mon, 19 Mar 2018 17:46:49 -0400] rev 49264
8199768: jdk/test/lib/compiler/CompilerUtils.java needs to provide more control over compilation Reviewed-by: psandoz, alanb
Mon, 19 Mar 2018 10:11:07 -0700 8199749: Debug symbols are not copied to exploded image on Mac
erikj [Mon, 19 Mar 2018 10:11:07 -0700] rev 49263
8199749: Debug symbols are not copied to exploded image on Mac Reviewed-by: ihse
Mon, 19 Mar 2018 09:58:41 -0400 8196298: Add null Reader and Writer
rriggs [Mon, 19 Mar 2018 09:58:41 -0400] rev 49262
8196298: Add null Reader and Writer Reviewed-by: bpb, forax, smarks, alanb, rriggs Contributed-by: patrick@reini.net
Fri, 16 Mar 2018 21:40:09 +0100 8199745: JDK-8199668 introduced a build race on macosx jdk-11+5
erikj [Fri, 16 Mar 2018 21:40:09 +0100] rev 49261
8199745: JDK-8199668 introduced a build race on macosx Reviewed-by: tbell
Fri, 16 Mar 2018 16:17:17 -0400 8193584: (testbug) TestSocketFactory fails intermittently with ConcurrentModificationException
rriggs [Fri, 16 Mar 2018 16:17:17 -0400] rev 49260
8193584: (testbug) TestSocketFactory fails intermittently with ConcurrentModificationException Reviewed-by: bpb, lancea
Fri, 16 Mar 2018 03:17:12 -0700 Merge
shurailine [Fri, 16 Mar 2018 03:17:12 -0700] rev 49259
Merge
Fri, 16 Mar 2018 03:15:35 -0700 8199616: Fix @module declarations in tier1 tests
shurailine [Fri, 16 Mar 2018 03:15:35 -0700] rev 49258
8199616: Fix @module declarations in tier1 tests Reviewed-by: mchung, alanb
Fri, 16 Mar 2018 14:56:54 +0100 8199443: Nashorn multithread bottleneck with "use strict"
hannesw [Fri, 16 Mar 2018 14:56:54 +0100] rev 49257
8199443: Nashorn multithread bottleneck with "use strict" Reviewed-by: jlaskey, sundar
Fri, 16 Mar 2018 13:02:42 +0000 8199464: Remove remaining vestiges of Java_sun_reflect_Reflection_getCallerClass
chegar [Fri, 16 Mar 2018 13:02:42 +0000] rev 49256
8199464: Remove remaining vestiges of Java_sun_reflect_Reflection_getCallerClass Reviewed-by: alanb, clanger, mchung
Fri, 16 Mar 2018 18:15:31 +0800 8199215: Re-examine getFreePort method in test infrastructure library
mli [Fri, 16 Mar 2018 18:15:31 +0800] rev 49255
8199215: Re-examine getFreePort method in test infrastructure library Reviewed-by: alanb
Thu, 15 Mar 2018 14:54:10 -0700 8183554: Add constructors with Charset parameter for FileReader and FileWriter
joehw [Thu, 15 Mar 2018 14:54:10 -0700] rev 49254
8183554: Add constructors with Charset parameter for FileReader and FileWriter Reviewed-by: alanb, rriggs, smarks
Thu, 15 Mar 2018 19:33:04 +0100 8199681: Remove boilerplate code from creating native jtreg tests
ihse [Thu, 15 Mar 2018 19:33:04 +0100] rev 49253
8199681: Remove boilerplate code from creating native jtreg tests Reviewed-by: erikj
Thu, 15 Mar 2018 19:30:58 +0100 8199668: make/lib cleanup
ihse [Thu, 15 Mar 2018 19:30:58 +0100] rev 49252
8199668: make/lib cleanup Reviewed-by: erikj
Thu, 15 Mar 2018 08:11:01 -0700 8189230: JDK method:java.lang.Integer.numberOfLeadingZeros(int) can be optimized
bpb [Thu, 15 Mar 2018 08:11:01 -0700] rev 49251
8189230: JDK method:java.lang.Integer.numberOfLeadingZeros(int) can be optimized Summary: Directly return zero for a negative parameter instead of calculating Reviewed-by: psandoz
Thu, 15 Mar 2018 12:07:59 +0100 8188240: Reflection Proxy should skip static methods
shade [Thu, 15 Mar 2018 12:07:59 +0100] rev 49250
8188240: Reflection Proxy should skip static methods Reviewed-by: mchung, sundar, shade, plevart Contributed-by: David Lloyd <david.lloyd@redhat.com>
Thu, 15 Mar 2018 11:02:22 +0000 8199329: Remove code that attempts to read bytes after connection reset reported
alanb [Thu, 15 Mar 2018 11:02:22 +0000] rev 49249
8199329: Remove code that attempts to read bytes after connection reset reported Reviewed-by: redestad, clanger, chegar
Thu, 15 Mar 2018 10:47:58 +0000 8199611: (se) Minor selector implementation clean-up
alanb [Thu, 15 Mar 2018 10:47:58 +0000] rev 49248
8199611: (se) Minor selector implementation clean-up Reviewed-by: clanger, redestad, bpb
Thu, 15 Mar 2018 10:41:57 +0100 8199647: java/util/Locale/SoftKeys.java fails with OutOfMemoryError again
redestad [Thu, 15 Mar 2018 10:41:57 +0100] rev 49247
8199647: java/util/Locale/SoftKeys.java fails with OutOfMemoryError again Reviewed-by: psandoz
Thu, 15 Mar 2018 02:08:29 +0100 8199640: Split up BUILD_LIBKRB5 into the two, unrelated compilations it consists of
ihse [Thu, 15 Mar 2018 02:08:29 +0100] rev 49246
8199640: Split up BUILD_LIBKRB5 into the two, unrelated compilations it consists of Reviewed-by: erikj
Thu, 15 Mar 2018 01:32:03 +0100 8199636: Unify naming for jaas_unix and jaas_nt
ihse [Thu, 15 Mar 2018 01:32:03 +0100] rev 49245
8199636: Unify naming for jaas_unix and jaas_nt Reviewed-by: erikj
Thu, 15 Mar 2018 01:20:47 +0100 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse [Thu, 15 Mar 2018 01:20:47 +0100] rev 49244
8199639: Introduce SetupJdkLibrary and SetupJdkExecutable Reviewed-by: erikj
Wed, 14 Mar 2018 21:35:41 +0100 8199423: Create builds-infra Mach5 job
erikj [Wed, 14 Mar 2018 21:35:41 +0100] rev 49243
8199423: Create builds-infra Mach5 job Reviewed-by: tbell, ihse
Wed, 14 Mar 2018 12:39:57 -0700 8198889: Clarify the throwing of exceptions from ConstantBootstraps.invoke
psandoz [Wed, 14 Mar 2018 12:39:57 -0700] rev 49242
8198889: Clarify the throwing of exceptions from ConstantBootstraps.invoke Reviewed-by: mchung
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip