Fri, 14 Aug 2015 00:28:45 +0200 8133599: Unsafe.getAndSetObject() is no longer intrinsified by c2
roland [Fri, 14 Aug 2015 00:28:45 +0200] rev 32371
8133599: Unsafe.getAndSetObject() is no longer intrinsified by c2 Summary: off by 1 error in c2 intrinsic filtering logic Reviewed-by: dlong, kvn, shade
Sat, 15 Aug 2015 02:54:18 +0200 8130847: Cloned object's fields observed as null after C2 escape analysis
roland [Sat, 15 Aug 2015 02:54:18 +0200] rev 32370
8130847: Cloned object's fields observed as null after C2 escape analysis Summary: Eliminated instance/array written to by an array copy variant must be correctly initialized when reallocated at a deopt Reviewed-by: kvn, vlivanov
Wed, 12 Aug 2015 09:58:39 +0300 8019968: Reference CAS induces GC store barrier even on failure
shade [Wed, 12 Aug 2015 09:58:39 +0300] rev 32369
8019968: Reference CAS induces GC store barrier even on failure Reviewed-by: kvn, adinn, roland
Tue, 18 Aug 2015 14:04:24 -0400 8133349: CMS: Assert failed: Ctl pt invariant
ecaspole [Tue, 18 Aug 2015 14:04:24 -0400] rev 32368
8133349: CMS: Assert failed: Ctl pt invariant Summary: _survivor_chunk_array should be sized based on PLAB::min_size() not ThreadLocalAllocBuffer::min_size() Reviewed-by: tschatzl, jwilhelm
Tue, 18 Aug 2015 17:32:10 +0200 8130308: Too low memory usage in TestPromotionFromSurvivorToTenuredAfterMinorGC.java
jwilhelm [Tue, 18 Aug 2015 17:32:10 +0200] rev 32367
8130308: Too low memory usage in TestPromotionFromSurvivorToTenuredAfterMinorGC.java Reviewed-by: dfazunen, brutisso
Mon, 17 Aug 2015 13:55:02 +0200 8133669: Remove unused code in Arguments
jwilhelm [Mon, 17 Aug 2015 13:55:02 +0200] rev 32366
8133669: Remove unused code in Arguments 8133455: VM ignores setting of the -XX:MemoryRestriction flag. Reviewed-by: dholmes, kbarrett
Sun, 16 Aug 2015 09:33:52 -0500 8133678: test fails due to 'CICompilerCount=0 must be at least 1' missing from stdout/stderr
gziemski [Sun, 16 Aug 2015 09:33:52 -0500] rev 32365
8133678: test fails due to 'CICompilerCount=0 must be at least 1' missing from stdout/stderr Summary: We changed the constraint error message formatting for CICompilerCount, but forgot to change the corresponding test. Reviewed-by: kbarrett, dcubed
Mon, 17 Aug 2015 10:53:11 +0000 Merge
dsamersoff [Mon, 17 Aug 2015 10:53:11 +0000] rev 32364
Merge
Mon, 17 Aug 2015 12:43:45 +0300 Merge
dsamersoff [Mon, 17 Aug 2015 12:43:45 +0300] rev 32363
Merge
Mon, 17 Aug 2015 10:43:11 +0200 8133553: Running with -XX:+UseParallelGC -XX:OldSize=30k crashes jvm
david [Mon, 17 Aug 2015 10:43:11 +0200] rev 32362
8133553: Running with -XX:+UseParallelGC -XX:OldSize=30k crashes jvm Reviewed-by: jwilhelm, sjohanss
Mon, 29 Jun 2015 11:11:12 +0200 8087324: Use semaphores when starting and stopping GC task threads
stefank [Mon, 29 Jun 2015 11:11:12 +0200] rev 32361
8087324: Use semaphores when starting and stopping GC task threads Reviewed-by: jmasa, sjohanss
Mon, 29 Jun 2015 11:09:39 +0200 8087323: Unify and split the work gang classes
stefank [Mon, 29 Jun 2015 11:09:39 +0200] rev 32360
8087323: Unify and split the work gang classes Reviewed-by: jmasa, sjohanss
Fri, 14 Aug 2015 22:20:21 +0000 Merge
minqi [Fri, 14 Aug 2015 22:20:21 +0000] rev 32359
Merge
Fri, 14 Aug 2015 20:40:48 +0000 Merge
minqi [Fri, 14 Aug 2015 20:40:48 +0000] rev 32358
Merge
Fri, 14 Aug 2015 10:10:35 -0700 8130115: REDO - Reduce Symbol::_identity_hash to 2 bytes
minqi [Fri, 14 Aug 2015 10:10:35 -0700] rev 32357
8130115: REDO - Reduce Symbol::_identity_hash to 2 bytes Summary: Convert Symbol::_identity_hash from integer to short integer to save two bytes. Also change identity_hash() to have 'this' and first two bytes of symbol join the calculation. Reviewed-by: iklam, coleenp, shade
Fri, 14 Aug 2015 19:23:27 +0000 Merge
coleenp [Fri, 14 Aug 2015 19:23:27 +0000] rev 32356
Merge
Fri, 14 Aug 2015 15:08:55 -0400 8133557: Missing test before a branch when checking for MethodCounters in TemplateTable::branch() on x86
coleenp [Fri, 14 Aug 2015 15:08:55 -0400] rev 32355
8133557: Missing test before a branch when checking for MethodCounters in TemplateTable::branch() on x86 Reviewed-by: kvn, coleenp Contributed-by: richard.reingruber@sap.com
Fri, 14 Aug 2015 04:21:37 +0200 Merge
dholmes [Fri, 14 Aug 2015 04:21:37 +0200] rev 32354
Merge
Thu, 13 Aug 2015 22:08:40 -0400 8029453: java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java failed by timeout
dholmes [Thu, 13 Aug 2015 22:08:40 -0400] rev 32353
8029453: java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java failed by timeout Reviewed-by: bdelsart, ddmitriev, dcubed
Thu, 13 Aug 2015 23:35:32 +0000 Merge
coleenp [Thu, 13 Aug 2015 23:35:32 +0000] rev 32352
Merge
Thu, 13 Aug 2015 17:17:56 -0500 8112746: Followup to JDK-8059557 (JEP 245)
gziemski [Thu, 13 Aug 2015 17:17:56 -0500] rev 32351
8112746: Followup to JDK-8059557 (JEP 245) Summary: Several improvements to range/constraint check feature. Reviewed-by: coleenp, ddmitriev, sangheki, kbarrett
Thu, 13 Aug 2015 09:32:01 +0200 8133121: Move implementation of process_grey_object to concurrentMark.inline.hpp
asiebenborn [Thu, 13 Aug 2015 09:32:01 +0200] rev 32350
8133121: Move implementation of process_grey_object to concurrentMark.inline.hpp Summary: move implementation of process_grey_object to inline.hpp Reviewed-by: kbarrett, simonis
Wed, 12 Aug 2015 14:18:12 -0400 8098791: Remove PrintClassStatistics and PrintMethodStatistics
mockner [Wed, 12 Aug 2015 14:18:12 -0400] rev 32349
8098791: Remove PrintClassStatistics and PrintMethodStatistics Summary: PrintClassStatistics and PrintMethodStatistics have been removed. Reviewed-by: coleenp, iklam
Wed, 12 Aug 2015 16:32:29 +0200 8133193: Memory leak in G1 because G1RootProcessor doesn't have desctructor
david [Wed, 12 Aug 2015 16:32:29 +0200] rev 32348
8133193: Memory leak in G1 because G1RootProcessor doesn't have desctructor Reviewed-by: mgerdin, tschatzl
Thu, 03 Sep 2015 14:24:41 -0700 Added tag jdk9-b80 for changeset 20f5e1575704
katleman [Thu, 03 Sep 2015 14:24:41 -0700] rev 32347
Added tag jdk9-b80 for changeset 20f5e1575704
Thu, 03 Sep 2015 16:11:51 -0700 Merge
lana [Thu, 03 Sep 2015 16:11:51 -0700] rev 32346
Merge
Thu, 03 Sep 2015 15:01:57 +0200 8135014: logger.sh needs to handle commands with variable assignment prefixes
ihse [Thu, 03 Sep 2015 15:01:57 +0200] rev 32345
8135014: logger.sh needs to handle commands with variable assignment prefixes Reviewed-by: erikj
Thu, 03 Sep 2015 11:05:49 +0200 8062618: Create a build failure summary at end of build log
ihse [Thu, 03 Sep 2015 11:05:49 +0200] rev 32344
8062618: Create a build failure summary at end of build log Reviewed-by: erikj
Thu, 03 Sep 2015 14:24:40 -0700 Added tag jdk9-b80 for changeset 183cef6aab95
katleman [Thu, 03 Sep 2015 14:24:40 -0700] rev 32343
Added tag jdk9-b80 for changeset 183cef6aab95
Wed, 05 Jul 2017 20:47:30 +0200 Added tag jdk9-b80 for changeset 3c9f5bd909ae
duke [Wed, 05 Jul 2017 20:47:30 +0200] rev 32342
Added tag jdk9-b80 for changeset 3c9f5bd909ae
Wed, 05 Jul 2017 20:47:29 +0200 Merge jdk9-b80
duke [Wed, 05 Jul 2017 20:47:29 +0200] rev 32341
Merge
Wed, 05 Jul 2017 20:47:26 +0200 Merge
duke [Wed, 05 Jul 2017 20:47:26 +0200] rev 32340
Merge
Thu, 27 Aug 2015 13:22:04 -0700 Merge
lana [Thu, 27 Aug 2015 13:22:04 -0700] rev 32339
Merge
Wed, 26 Aug 2015 11:14:28 +0200 8134483: A recent update to copyright headers caused two tests to fail
alundblad [Wed, 26 Aug 2015 11:14:28 +0200] rev 32338
8134483: A recent update to copyright headers caused two tests to fail Summary: Replaced copyright notice with nodynamiccopyright and adjusted line numbers. Reviewed-by: jfranck
Wed, 26 Aug 2015 09:02:02 +0200 8133671: langtools tests have bad license
alundblad [Wed, 26 Aug 2015 09:02:02 +0200] rev 32337
8133671: langtools tests have bad license Summary: Dropped classpath exception from copyright notice in tests. Reviewed-by: jjg
Tue, 25 Aug 2015 15:10:25 +0100 8134329: TeeOpTest.java fails across platforms after fix for JDK-8129547
mcimadamore [Tue, 25 Aug 2015 15:10:25 +0100] rev 32336
8134329: TeeOpTest.java fails across platforms after fix for JDK-8129547 Summary: Wrong indexes associated to CONSTANT_InvokeDynamic_info entries. Reviewed-by: sundar Contributed-by: aleksey.shipilev@oracle.com
Tue, 25 Aug 2015 15:14:41 +0200 8048318: Refactor sjavac as a thin client
alundblad [Tue, 25 Aug 2015 15:14:41 +0200] rev 32335
8048318: Refactor sjavac as a thin client Summary: Moved compilation logic from client to server. Reviewed-by: jlahoda
Mon, 24 Aug 2015 13:15:12 +0100 8129547: Excess entries in BootstrapMethods with the same (bsm, bsmKind, bsmStaticArgs), but different dynamicArgs
mcimadamore [Mon, 24 Aug 2015 13:15:12 +0100] rev 32334
8129547: Excess entries in BootstrapMethods with the same (bsm, bsmKind, bsmStaticArgs), but different dynamicArgs Summary: Pool.DynamicMethod implementation for hash/equals leads to duplicate BSM entries. Reviewed-by: jlahoda Contributed-by: aleksey.shipilev@oracle.com
Thu, 27 Aug 2015 12:59:55 -0700 Added tag jdk9-b79 for changeset 8d067af302fd
katleman [Thu, 27 Aug 2015 12:59:55 -0700] rev 32333
Added tag jdk9-b79 for changeset 8d067af302fd
Wed, 05 Jul 2017 20:47:18 +0200 Merge
duke [Wed, 05 Jul 2017 20:47:18 +0200] rev 32332
Merge
Thu, 27 Aug 2015 12:59:52 -0700 Added tag jdk9-b79 for changeset 78117959e115
katleman [Thu, 27 Aug 2015 12:59:52 -0700] rev 32331
Added tag jdk9-b79 for changeset 78117959e115
Wed, 05 Jul 2017 20:47:15 +0200 Merge
duke [Wed, 05 Jul 2017 20:47:15 +0200] rev 32330
Merge
Thu, 27 Aug 2015 13:22:08 -0700 Merge
lana [Thu, 27 Aug 2015 13:22:08 -0700] rev 32329
Merge
Wed, 26 Aug 2015 10:16:04 -0700 8133924: NPE may be thrown when xsltc select a non-existing node after JDK-8062518
joehw [Wed, 26 Aug 2015 10:16:04 -0700] rev 32328
8133924: NPE may be thrown when xsltc select a non-existing node after JDK-8062518 Reviewed-by: aefimov, lancea, joehw
Thu, 27 Aug 2015 12:59:52 -0700 Added tag jdk9-b79 for changeset 13967da712ff
katleman [Thu, 27 Aug 2015 12:59:52 -0700] rev 32327
Added tag jdk9-b79 for changeset 13967da712ff
Wed, 05 Jul 2017 20:47:11 +0200 Merge
duke [Wed, 05 Jul 2017 20:47:11 +0200] rev 32326
Merge
Thu, 27 Aug 2015 13:22:30 -0700 Merge
lana [Thu, 27 Aug 2015 13:22:30 -0700] rev 32325
Merge
Thu, 27 Aug 2015 14:35:06 +0530 8134562: jjs history object should have methods to save/load history to/from given file and also allow reexecution of commands by a call
sundar [Thu, 27 Aug 2015 14:35:06 +0530] rev 32324
8134562: jjs history object should have methods to save/load history to/from given file and also allow reexecution of commands by a call Reviewed-by: hannesw, attila
Wed, 26 Aug 2015 20:30:34 +0200 8134403: Nashorn react.js benchmark performance regression
attila [Wed, 26 Aug 2015 20:30:34 +0200] rev 32323
8134403: Nashorn react.js benchmark performance regression Reviewed-by: hannesw, sundar
Wed, 26 Aug 2015 13:11:35 +0200 8134484: disallow backquotes as heredoc end marker delimiters
mhaupt [Wed, 26 Aug 2015 13:11:35 +0200] rev 32322
8134484: disallow backquotes as heredoc end marker delimiters Reviewed-by: attila, sundar
Wed, 26 Aug 2015 09:59:29 +0200 8073613: Here documents: how to avoid string interpolation?
mhaupt [Wed, 26 Aug 2015 09:59:29 +0200] rev 32321
8073613: Here documents: how to avoid string interpolation? Summary: support heredoc end marker quoting like in bash Reviewed-by: attila, hannesw
Tue, 25 Aug 2015 18:16:10 +0530 8134397: Features that require AWT, swing should handle headless mode properly
sundar [Tue, 25 Aug 2015 18:16:10 +0530] rev 32320
8134397: Features that require AWT, swing should handle headless mode properly Reviewed-by: hannesw, attila
Tue, 25 Aug 2015 14:47:42 +0530 8134381: load completion should not use swing from non UI thread
sundar [Tue, 25 Aug 2015 14:47:42 +0530] rev 32319
8134381: load completion should not use swing from non UI thread Reviewed-by: lagergren, attila, hannesw
Mon, 24 Aug 2015 18:25:22 +0530 8134309: load call argument completion could be done with file chooser
sundar [Mon, 24 Aug 2015 18:25:22 +0530] rev 32318
8134309: load call argument completion could be done with file chooser Reviewed-by: attila, hannesw
Mon, 24 Aug 2015 16:25:40 +0530 8134279: jjs should support multiple line input to complete incomplete code
sundar [Mon, 24 Aug 2015 16:25:40 +0530] rev 32317
8134279: jjs should support multiple line input to complete incomplete code Reviewed-by: attila, hannesw
Mon, 24 Aug 2015 09:12:35 +0200 8133785: SharedScopeCall should be enabled for non-optimistic call sites in optimistic compilation
attila [Mon, 24 Aug 2015 09:12:35 +0200] rev 32316
8133785: SharedScopeCall should be enabled for non-optimistic call sites in optimistic compilation Reviewed-by: hannesw, lagergren
Mon, 24 Aug 2015 09:11:46 +0200 8134150: Make Timing both threadsafe and efficient
attila [Mon, 24 Aug 2015 09:11:46 +0200] rev 32315
8134150: Make Timing both threadsafe and efficient Reviewed-by: jlaskey, sundar
Sun, 23 Aug 2015 10:02:14 +0530 8134255: Implement tab-completion for java package prefixes and package names
sundar [Sun, 23 Aug 2015 10:02:14 +0530] rev 32314
8134255: Implement tab-completion for java package prefixes and package names Reviewed-by: attila, mhaupt
Fri, 21 Aug 2015 18:01:23 +0530 8133948: Add 'edit' function to allow external editing of scripts
sundar [Fri, 21 Aug 2015 18:01:23 +0530] rev 32313
8133948: Add 'edit' function to allow external editing of scripts Reviewed-by: attila, hannesw, jlahoda
Thu, 27 Aug 2015 12:59:56 -0700 Added tag jdk9-b79 for changeset ffea646fc05f
katleman [Thu, 27 Aug 2015 12:59:56 -0700] rev 32312
Added tag jdk9-b79 for changeset ffea646fc05f
Wed, 05 Jul 2017 20:47:07 +0200 Merge
duke [Wed, 05 Jul 2017 20:47:07 +0200] rev 32311
Merge
Thu, 27 Aug 2015 12:59:49 -0700 Added tag jdk9-b79 for changeset a7e698aed0b7
katleman [Thu, 27 Aug 2015 12:59:49 -0700] rev 32310
Added tag jdk9-b79 for changeset a7e698aed0b7
Wed, 05 Jul 2017 20:47:02 +0200 Merge
duke [Wed, 05 Jul 2017 20:47:02 +0200] rev 32309
Merge
Thu, 27 Aug 2015 22:35:24 -0500 8134456: jdk/test/java/lang/SecurityManager/CheckPackageAccess.java failing on several platforms
ptbrunet [Thu, 27 Aug 2015 22:35:24 -0500] rev 32308
8134456: jdk/test/java/lang/SecurityManager/CheckPackageAccess.java failing on several platforms Summary: Add new restricted packages to the test code Reviewed-by: mullan, mchung Contributed-by: peter.brunet@oracle.com
Thu, 27 Aug 2015 18:12:45 -0700 8134632: Mark javax/sound/midi/Devices/InitializationHang.java as headful
darcy [Thu, 27 Aug 2015 18:12:45 -0700] rev 32307
8134632: Mark javax/sound/midi/Devices/InitializationHang.java as headful Reviewed-by: prr
Thu, 27 Aug 2015 14:32:42 -0700 8131067: (zipfs) Zip File System Provider returns doubly-encoded Path URIs
sherman [Thu, 27 Aug 2015 14:32:42 -0700] rev 32306
8131067: (zipfs) Zip File System Provider returns doubly-encoded Path URIs Summary: to decode the zip file path uri before passing it into zippath uri. Reviewed-by: alanb
Thu, 27 Aug 2015 13:22:51 -0700 Merge
lana [Thu, 27 Aug 2015 13:22:51 -0700] rev 32305
Merge
Thu, 27 Aug 2015 11:02:10 -0700 8134554: Add sound tests to tier 3
darcy [Thu, 27 Aug 2015 11:02:10 -0700] rev 32304
8134554: Add sound tests to tier 3 Reviewed-by: serb
Thu, 27 Aug 2015 10:31:48 +0800 8134555: The InquireSecContextPermissionCheck.java test was mistakenly removed
weijun [Thu, 27 Aug 2015 10:31:48 +0800] rev 32303
8134555: The InquireSecContextPermissionCheck.java test was mistakenly removed Reviewed-by: xuelei
Thu, 27 Aug 2015 07:52:12 +0800 8077670: sun/security/krb5/auto/MaxRetries.java may fail with BindException
weijun [Thu, 27 Aug 2015 07:52:12 +0800] rev 32302
8077670: sun/security/krb5/auto/MaxRetries.java may fail with BindException Reviewed-by: chegar
Wed, 26 Aug 2015 11:18:38 -0700 8134521: Problem list failing java/beans/Introspector test
darcy [Wed, 26 Aug 2015 11:18:38 -0700] rev 32301
8134521: Problem list failing java/beans/Introspector test Reviewed-by: alanb
Wed, 26 Aug 2015 10:44:37 -0700 8134520: Bug8134250 test fails in en_IE locale
naoto [Wed, 26 Aug 2015 10:44:37 -0700] rev 32300
8134520: Bug8134250 test fails in en_IE locale Reviewed-by: lancea
Wed, 26 Aug 2015 06:48:33 -0700 8134458: Make sun/tools/jps tests non-concurrent with other tests
sla [Wed, 26 Aug 2015 06:48:33 -0700] rev 32299
8134458: Make sun/tools/jps tests non-concurrent with other tests Reviewed-by: dholmes, martin
Tue, 25 Aug 2015 12:19:46 -0700 Merge
ddehaven [Tue, 25 Aug 2015 12:19:46 -0700] rev 32298
Merge
Fri, 21 Aug 2015 10:43:47 -0700 8134028: [PIT] XToolkit, strange behavior of robot.createScreenCapture(): looks like a native crash in X11/GTK
azvegint [Fri, 21 Aug 2015 10:43:47 -0700] rev 32297
8134028: [PIT] XToolkit, strange behavior of robot.createScreenCapture(): looks like a native crash in X11/GTK Reviewed-by: alexsch, serb
Mon, 17 Aug 2015 10:12:16 -0700 Merge
ddehaven [Mon, 17 Aug 2015 10:12:16 -0700] rev 32296
Merge
Mon, 17 Aug 2015 16:56:22 +0300 6778087: getLocationOnScreen() always returns (0, 0) for mouse wheel events
serb [Mon, 17 Aug 2015 16:56:22 +0300] rev 32295
6778087: getLocationOnScreen() always returns (0, 0) for mouse wheel events Reviewed-by: alexsch, azvegint
Thu, 06 Aug 2015 19:52:02 +0300 4379403: Need to disable the "magic AWT dump key" (CTRL+SHIFT+F1)
serb [Thu, 06 Aug 2015 19:52:02 +0300] rev 32294
4379403: Need to disable the "magic AWT dump key" (CTRL+SHIFT+F1) Reviewed-by: alexsch, azvegint
Thu, 06 Aug 2015 17:55:32 +0300 7124271: [macosx] RealSync test failure
serb [Thu, 06 Aug 2015 17:55:32 +0300] rev 32293
7124271: [macosx] RealSync test failure Reviewed-by: alexsch, azvegint
Fri, 14 Aug 2015 13:59:40 -0500 8051626: Rework security restrictions of Java Access Bridge and related Utilities
ptbrunet [Fri, 14 Aug 2015 13:59:40 -0500] rev 32292
8051626: Rework security restrictions of Java Access Bridge and related Utilities Summary: Move non-public code to internal directories; restrict those directories Reviewed-by: mchung, prr, mullan, serb Contributed-by: peter.brunet@oracle.com
Thu, 13 Aug 2015 13:30:15 -0700 8068749: Restrict javax.imageio.spi.ServiceRegistry to ImageIO types
smarks [Thu, 13 Aug 2015 13:30:15 -0700] rev 32291
8068749: Restrict javax.imageio.spi.ServiceRegistry to ImageIO types Reviewed-by: prr, serb
Thu, 13 Aug 2015 12:27:06 -0700 8133514: Update NervousText demo to use java.version System property
prr [Thu, 13 Aug 2015 12:27:06 -0700] rev 32290
8133514: Update NervousText demo to use java.version System property Reviewed-by: serb, iris
Thu, 13 Aug 2015 12:12:10 -0700 8132850: java.lang.ArrayIndexOutOfBoundsException during text rendering with many fonts installed
prr [Thu, 13 Aug 2015 12:12:10 -0700] rev 32289
8132850: java.lang.ArrayIndexOutOfBoundsException during text rendering with many fonts installed Reviewed-by: jgodinez, serb
Thu, 13 Aug 2015 16:26:17 +0300 8081764: [TEST_BUG] Test javax/swing/plaf/aqua/CustomComboBoxFocusTest.java fails on Windows, Solaris Sparcv9 and Linux but passes on MacOSX
pchopra [Thu, 13 Aug 2015 16:26:17 +0300] rev 32288
8081764: [TEST_BUG] Test javax/swing/plaf/aqua/CustomComboBoxFocusTest.java fails on Windows, Solaris Sparcv9 and Linux but passes on MacOSX Reviewed-by: alexsch, azvegint
Thu, 13 Aug 2015 15:29:03 +0300 8081787: [macosx] MalformedURLException is thrown during reading data for application/x-java-url;class=java.net.URL flavor
mcherkas [Thu, 13 Aug 2015 15:29:03 +0300] rev 32287
8081787: [macosx] MalformedURLException is thrown during reading data for application/x-java-url;class=java.net.URL flavor Reviewed-by: alexsch, serb
Thu, 13 Aug 2015 14:20:36 +0300 8132958: [TEST_BUG] Part 1: update client tests failing after changes in setAccessible(true) routine
yan [Thu, 13 Aug 2015 14:20:36 +0300] rev 32286
8132958: [TEST_BUG] Part 1: update client tests failing after changes in setAccessible(true) routine Reviewed-by: alexsch, serb
Wed, 12 Aug 2015 09:36:43 -0700 Merge
ddehaven [Wed, 12 Aug 2015 09:36:43 -0700] rev 32285
Merge
Wed, 12 Aug 2015 14:37:44 +0300 8131926: java/beans/SimpleBeanInfo/LoadingStandardIcons/LoadingStandardIcons.java failure with modular JDK
serb [Wed, 12 Aug 2015 14:37:44 +0300] rev 32284
8131926: java/beans/SimpleBeanInfo/LoadingStandardIcons/LoadingStandardIcons.java failure with modular JDK Reviewed-by: azvegint, alexsch
Wed, 12 Aug 2015 13:57:12 +0300 8133134: docs: replace <tt> tags (obsolete in html5) for java.desktop
avstepan [Wed, 12 Aug 2015 13:57:12 +0300] rev 32283
8133134: docs: replace <tt> tags (obsolete in html5) for java.desktop Reviewed-by: alexsch
Tue, 11 Aug 2015 16:32:13 +0300 8014212: Robot captures black screen
azvegint [Tue, 11 Aug 2015 16:32:13 +0300] rev 32282
8014212: Robot captures black screen Reviewed-by: alexsch, serb
Mon, 10 Aug 2015 14:42:07 +0200 8075584: test for 8067364 depends on hardwired text advance
neugens [Mon, 10 Aug 2015 14:42:07 +0200] rev 32281
8075584: test for 8067364 depends on hardwired text advance Summary: The test incorrectly included values that depend on the installed fonts Reviewed-by: serb, prr
Thu, 06 Aug 2015 11:36:52 +0300 8080287: The image of BufferedImage.TYPE_INT_ARGB and BufferedImage.TYPE_INT_ARGB_PRE is blank
psadhukhan [Thu, 06 Aug 2015 11:36:52 +0300] rev 32280
8080287: The image of BufferedImage.TYPE_INT_ARGB and BufferedImage.TYPE_INT_ARGB_PRE is blank Reviewed-by: prr, flar
Wed, 05 Aug 2015 19:11:27 +0300 8132566: [TESTBUG] add regression test for inherited classes with the new bean annotations
avstepan [Wed, 05 Aug 2015 19:11:27 +0300] rev 32279
8132566: [TESTBUG] add regression test for inherited classes with the new bean annotations Reviewed-by: alexsch
Wed, 05 Aug 2015 16:35:41 +0300 8028618: [TEST BUG] javax/swing/JScrollBar/bug4202954/bug4202954.java fails
kshefov [Wed, 05 Aug 2015 16:35:41 +0300] rev 32278
8028618: [TEST BUG] javax/swing/JScrollBar/bug4202954/bug4202954.java fails Reviewed-by: alexsch, azvegint Contributed-by: nadeesh.tv@oracle.com
Tue, 25 Aug 2015 13:40:07 -0400 8133939: javadoc clarification for java.sql.Date.toLocalDate
lancea [Tue, 25 Aug 2015 13:40:07 -0400] rev 32277
8133939: javadoc clarification for java.sql.Date.toLocalDate Reviewed-by: joehw
Tue, 25 Aug 2015 19:45:07 +0300 8134356: {@code} tag contains &lt; and &gt; sequences
igerasim [Tue, 25 Aug 2015 19:45:07 +0300] rev 32276
8134356: {@code} tag contains &lt; and &gt; sequences Reviewed-by: martin
Tue, 25 Aug 2015 18:45:09 +0300 8133802: replace some <tt> tags (obsolete in html5) in security-libs docs
avstepan [Tue, 25 Aug 2015 18:45:09 +0300] rev 32275
8133802: replace some <tt> tags (obsolete in html5) in security-libs docs Reviewed-by: mullan
Tue, 25 Aug 2015 18:40:32 +0300 8133830: [solaris] Fix for potential memory leak in TimeZone_md.c, function findJavaTZ_md()
aefimov [Tue, 25 Aug 2015 18:40:32 +0300] rev 32274
8133830: [solaris] Fix for potential memory leak in TimeZone_md.c, function findJavaTZ_md() Reviewed-by: andrew, goetz, okutsu Contributed-by: christoph.langer@sap.com
Tue, 25 Aug 2015 20:21:53 +0530 8134260: jjs in jre directory fails with "Could not find or load main class jdk.nashorn.tools.jjs.Main"
sundar [Tue, 25 Aug 2015 20:21:53 +0530] rev 32273
8134260: jjs in jre directory fails with "Could not find or load main class jdk.nashorn.tools.jjs.Main" Reviewed-by: alanb, erikj, lagergren
Tue, 25 Aug 2015 14:15:50 +0100 8046768: com/sun/jndi/ldap/LdapTimeoutTest.java fails intermittently
robm [Tue, 25 Aug 2015 14:15:50 +0100] rev 32272
8046768: com/sun/jndi/ldap/LdapTimeoutTest.java fails intermittently Reviewed-by: vinnie
Tue, 25 Aug 2015 14:07:08 +0100 8087190: Regression in sun.net.util.IPAddressUtil.isIPv4LiteralAddress(String)
robm [Tue, 25 Aug 2015 14:07:08 +0100] rev 32271
8087190: Regression in sun.net.util.IPAddressUtil.isIPv4LiteralAddress(String) Reviewed-by: chegar
Mon, 24 Aug 2015 19:10:51 -0700 8134250: Create unit tests for CLDR unique features
naoto [Mon, 24 Aug 2015 19:10:51 -0700] rev 32270
8134250: Create unit tests for CLDR unique features Reviewed-by: okutsu
Mon, 24 Aug 2015 16:22:37 +0100 8132786: java/security/cert/CertPathValidator/OCSP/AIACheck.java fails intermittently
vinnie [Mon, 24 Aug 2015 16:22:37 +0100] rev 32269
8132786: java/security/cert/CertPathValidator/OCSP/AIACheck.java fails intermittently Reviewed-by: mullan
Mon, 24 Aug 2015 11:00:12 +0200 8073056: Repeating annotations throws java.security.AccessControlException with a SecurityManager
jfranck [Mon, 24 Aug 2015 11:00:12 +0200] rev 32268
8073056: Repeating annotations throws java.security.AccessControlException with a SecurityManager Reviewed-by: ahgross, darcy
Wed, 08 Jul 2015 23:26:48 -0700 8027634: Support @argfiles for java command-line tool
henryjen [Wed, 08 Jul 2015 23:26:48 -0700] rev 32267
8027634: Support @argfiles for java command-line tool Reviewed-by: ksrini, mchung
Fri, 21 Aug 2015 20:41:21 +0100 8133015: InetAddress.isReachable(tmout) returning wrong value on Windows for IPv6
robm [Fri, 21 Aug 2015 20:41:21 +0100] rev 32266
8133015: InetAddress.isReachable(tmout) returning wrong value on Windows for IPv6 Reviewed-by: michaelm
Thu, 27 Aug 2015 12:59:52 -0700 Added tag jdk9-b79 for changeset 421773f441c6
katleman [Thu, 27 Aug 2015 12:59:52 -0700] rev 32265
Added tag jdk9-b79 for changeset 421773f441c6
Wed, 05 Jul 2017 20:46:50 +0200 Merge
duke [Wed, 05 Jul 2017 20:46:50 +0200] rev 32264
Merge
Thu, 27 Aug 2015 12:59:50 -0700 Added tag jdk9-b79 for changeset 7a289da71811
katleman [Thu, 27 Aug 2015 12:59:50 -0700] rev 32263
Added tag jdk9-b79 for changeset 7a289da71811
Thu, 27 Aug 2015 13:21:37 -0700 Merge
lana [Thu, 27 Aug 2015 13:21:37 -0700] rev 32262
Merge
Tue, 25 Aug 2015 20:18:42 +0530 8134260: jjs in jre directory fails with "Could not find or load main class jdk.nashorn.tools.jjs.Main"
sundar [Tue, 25 Aug 2015 20:18:42 +0530] rev 32261
8134260: jjs in jre directory fails with "Could not find or load main class jdk.nashorn.tools.jjs.Main" Reviewed-by: alanb, erikj, lagergren
Sun, 23 Aug 2015 10:01:19 +0530 8134255: Implement tab-completion for java package prefixes and package names
sundar [Sun, 23 Aug 2015 10:01:19 +0530] rev 32260
8134255: Implement tab-completion for java package prefixes and package names Reviewed-by: attila, mhaupt
Fri, 21 Aug 2015 18:00:53 +0530 8133948: Add 'edit' function to allow external editing of scripts
sundar [Fri, 21 Aug 2015 18:00:53 +0530] rev 32259
8133948: Add 'edit' function to allow external editing of scripts Reviewed-by: attila, hannesw, jlahoda
Thu, 27 Aug 2015 12:59:49 -0700 Added tag jdk9-b79 for changeset 3a2debd4d023
katleman [Thu, 27 Aug 2015 12:59:49 -0700] rev 32258
Added tag jdk9-b79 for changeset 3a2debd4d023
Wed, 05 Jul 2017 20:46:39 +0200 Added tag jdk9-b79 for changeset 3966bd3b8167
duke [Wed, 05 Jul 2017 20:46:39 +0200] rev 32257
Added tag jdk9-b79 for changeset 3966bd3b8167
Wed, 05 Jul 2017 20:46:39 +0200 Merge jdk9-b79
duke [Wed, 05 Jul 2017 20:46:39 +0200] rev 32256
Merge
Wed, 05 Jul 2017 20:46:35 +0200 Merge
duke [Wed, 05 Jul 2017 20:46:35 +0200] rev 32255
Merge
Thu, 20 Aug 2015 11:38:24 -0700 Added tag jdk9-b78 for changeset 5841c9337554
katleman [Thu, 20 Aug 2015 11:38:24 -0700] rev 32254
Added tag jdk9-b78 for changeset 5841c9337554
Wed, 05 Jul 2017 20:46:31 +0200 Merge
duke [Wed, 05 Jul 2017 20:46:31 +0200] rev 32253
Merge
Thu, 20 Aug 2015 12:30:11 -0700 Merge
lana [Thu, 20 Aug 2015 12:30:11 -0700] rev 32252
Merge
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip