Wed, 27 Jan 2016 05:59:31 +0100 Merge
dholmes [Wed, 27 Jan 2016 05:59:31 +0100] rev 35850
Merge
Tue, 26 Jan 2016 21:18:08 -0500 8145740: Visual Studio pragmas should be guarded by ifdef _MSC_VER
dholmes [Tue, 26 Jan 2016 21:18:08 -0500] rev 35849
8145740: Visual Studio pragmas should be guarded by ifdef _MSC_VER Reviewed-by: simonis, dholmes Contributed-by: Matthias Baesken <matthias.baesken@sap.com>
Wed, 27 Jan 2016 03:28:22 +0000 Merge
coleenp [Wed, 27 Jan 2016 03:28:22 +0000] rev 35848
Merge
Wed, 20 Jan 2016 11:58:09 -0800 8143608: Don't 64-bit align start of InstanceKlass vtable, itable, and nonstatic_oopmap on 32-bit systems
cjplummer [Wed, 20 Jan 2016 11:58:09 -0800] rev 35847
8143608: Don't 64-bit align start of InstanceKlass vtable, itable, and nonstatic_oopmap on 32-bit systems Summary: Removed alignment of these fields. Reviewed-by: coleenp, dholmes, mgerdin
Wed, 10 Feb 2016 07:54:26 +0100 8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException
thartmann [Wed, 10 Feb 2016 07:54:26 +0100] rev 35846
8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException Summary: Fixed handling of long/double MH arguments in GraphBuilder::try_method_handle_inline(). Reviewed-by: roland, shade, vlivanov, kvn, twisti
Mon, 08 Feb 2016 18:52:03 +0100 8148507: [JVMCI] mitigate deadlocks related to JVMCI compiler under -Xbatch
dnsimon [Mon, 08 Feb 2016 18:52:03 +0100] rev 35845
8148507: [JVMCI] mitigate deadlocks related to JVMCI compiler under -Xbatch Reviewed-by: twisti, dholmes
Mon, 08 Feb 2016 18:52:03 +0100 8148741: compiler/jvmci/code/SimpleDebugInfoTest.java fails in 'frame::sender_for_compiled_frame'
rschatz [Mon, 08 Feb 2016 18:52:03 +0100] rev 35844
8148741: compiler/jvmci/code/SimpleDebugInfoTest.java fails in 'frame::sender_for_compiled_frame' Reviewed-by: twisti
Fri, 05 Feb 2016 03:55:51 -0800 8149080: AArch64: Recognise disjoint array copy in stub code
hshi [Fri, 05 Feb 2016 03:55:51 -0800] rev 35843
8149080: AArch64: Recognise disjoint array copy in stub code Summary: Detect array copy can use fwd copy by checking (dest-src) above_same (copy_size) Reviewed-by: aph
Sat, 06 Feb 2016 04:09:47 -0800 8149100: AArch64: "bad AD file" for LL enconding AryEq Node matching
hshi [Sat, 06 Feb 2016 04:09:47 -0800] rev 35842
8149100: AArch64: "bad AD file" for LL enconding AryEq Node matching Summary: add byte array equal support for aarch64 Reviewed-by: aph
Mon, 08 Feb 2016 14:14:35 +0000 8149365: aarch64: memory copy does not prefetch on backwards copy
enevill [Mon, 08 Feb 2016 14:14:35 +0000] rev 35841
8149365: aarch64: memory copy does not prefetch on backwards copy Summary: Implement prefetch on backwards copies Reviewed-by: aph
Thu, 04 Feb 2016 16:24:28 +0000 8148783: aarch64: SEGV running SpecJBB2013
enevill [Thu, 04 Feb 2016 16:24:28 +0000] rev 35840
8148783: aarch64: SEGV running SpecJBB2013 Summary: Fix calculation of offset for adrp Reviewed-by: aph
Wed, 03 Feb 2016 11:34:12 +0000 8148948: aarch64: generate_copy_longs calls align() incorrectly
enevill [Wed, 03 Feb 2016 11:34:12 +0000] rev 35839
8148948: aarch64: generate_copy_longs calls align() incorrectly Summary: Fix alignments Reviewed-by: aph
Fri, 29 Jan 2016 17:18:35 +0100 8137049: Code quality: reducing an trivial integer loop does not produce an optimal code
roland [Fri, 29 Jan 2016 17:18:35 +0100] rev 35838
8137049: Code quality: reducing an trivial integer loop does not produce an optimal code Summary: canonicalized if shape not recognized by empty loop detection code Reviewed-by: kvn, shade
Mon, 08 Feb 2016 18:52:03 +0100 8149019: remove redundant modifiers
dnsimon [Mon, 08 Feb 2016 18:52:03 +0100] rev 35837
8149019: remove redundant modifiers Reviewed-by: twisti
Mon, 08 Feb 2016 12:13:56 -0800 Merge
never [Mon, 08 Feb 2016 12:13:56 -0800] rev 35836
Merge
Fri, 05 Feb 2016 12:27:02 -0800 8149076: [JVMCI] missing ResourceMark in JVMCIRuntime::initialize_HotSpotJVMCIRuntime
never [Fri, 05 Feb 2016 12:27:02 -0800] rev 35835
8149076: [JVMCI] missing ResourceMark in JVMCIRuntime::initialize_HotSpotJVMCIRuntime Reviewed-by: twisti, iignatyev
Mon, 08 Feb 2016 18:52:03 +0100 Merge
ppunegov [Mon, 08 Feb 2016 18:52:03 +0100] rev 35834
Merge
Fri, 05 Feb 2016 18:05:33 +0300 8148864: Quarantine CompilerControl tests
ppunegov [Fri, 05 Feb 2016 18:05:33 +0300] rev 35833
8148864: Quarantine CompilerControl tests Summary: exclude tests affected by JDK-8148563 and JDK-8140354 from execution Reviewed-by: kvn
Mon, 08 Feb 2016 16:44:09 +0000 Merge
tpivovarova [Mon, 08 Feb 2016 16:44:09 +0000] rev 35832
Merge
Fri, 05 Feb 2016 21:16:14 +0300 8149135: [jittester] Makefile copies JitTesterDriver in incorrect directory and always uses default value for number-of-tests and seed
tpivovarova [Fri, 05 Feb 2016 21:16:14 +0300] rev 35831
8149135: [jittester] Makefile copies JitTesterDriver in incorrect directory and always uses default value for number-of-tests and seed Reviewed-by: iignatyev
Mon, 08 Feb 2016 14:05:45 +0100 8148696: Race loading hsdis may cause SIGSEGV
neliasso [Mon, 08 Feb 2016 14:05:45 +0100] rev 35830
8148696: Race loading hsdis may cause SIGSEGV Summary: Guard library loading with a lock Reviewed-by: vlivanov
Mon, 08 Feb 2016 08:57:39 +0100 8148758: Compilation fails with "this call site should not be polymorphic"
zmajo [Mon, 08 Feb 2016 08:57:39 +0100] rev 35829
8148758: Compilation fails with "this call site should not be polymorphic" Summary: Change test to run in interpreter-only mode. Reviewed-by: kvn
Fri, 05 Feb 2016 18:24:41 +0000 Merge
twisti [Fri, 05 Feb 2016 18:24:41 +0000] rev 35828
Merge
Fri, 05 Feb 2016 11:33:27 +0100 8149105: typo in jvmciCodeInstaller.cpp
rschatz [Fri, 05 Feb 2016 11:33:27 +0100] rev 35827
8149105: typo in jvmciCodeInstaller.cpp Reviewed-by: twisti
Fri, 05 Feb 2016 15:38:21 +0100 Merge
thartmann [Fri, 05 Feb 2016 15:38:21 +0100] rev 35826
Merge
Fri, 22 Jan 2016 15:25:40 +0100 8063112: Compiler diagnostic commands should have locking instead of safepoint
neliasso [Fri, 22 Jan 2016 15:25:40 +0100] rev 35825
8063112: Compiler diagnostic commands should have locking instead of safepoint Summary: Remove unnecessary vm-ops and add locking instead, improve output Reviewed-by: kvn
Wed, 03 Feb 2016 12:16:44 +0100 8148981: remove ResolvedJavaType.getClassFilePath()
dnsimon [Wed, 03 Feb 2016 12:16:44 +0100] rev 35824
8148981: remove ResolvedJavaType.getClassFilePath() Reviewed-by: twisti
Wed, 03 Feb 2016 12:16:44 +0100 8146608: [JVMCI] DebugInfo Tests on DeoptimizeALot runs fails in assert(_pc == *pc_addr || pc == *pc_addr) frame::patch_pc() /frame_x86.cpp:285
rschatz [Wed, 03 Feb 2016 12:16:44 +0100] rev 35823
8146608: [JVMCI] DebugInfo Tests on DeoptimizeALot runs fails in assert(_pc == *pc_addr || pc == *pc_addr) frame::patch_pc() /frame_x86.cpp:285 Reviewed-by: twisti
Thu, 04 Feb 2016 12:33:31 +0100 8143897: Weblogic12medrec assert(handler_address == SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true)) failed: Must be the same
thartmann [Thu, 04 Feb 2016 12:33:31 +0100] rev 35822
8143897: Weblogic12medrec assert(handler_address == SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true)) failed: Must be the same Summary: ExceptionCache read is lock-free and assume strong memory ordering in write code. Added storestore memory barrier in write path to handle this. Reviewed-by: kvn, thartmann, dlong Contributed-by: Jamsheed Mohammed <jamsheed.c.m@oracle.com>
Fri, 05 Feb 2016 12:43:57 +0100 8149109: [TESTBUG] TestRegisterRestoring.java fails with "VM option 'SafepointALot' is develop"
thartmann [Fri, 05 Feb 2016 12:43:57 +0100] rev 35821
8149109: [TESTBUG] TestRegisterRestoring.java fails with "VM option 'SafepointALot' is develop" Summary: Added missing -XX:+IgnoreUnrecognizedVMOptions. Reviewed-by: vlivanov
Thu, 18 Feb 2016 11:30:10 -0800 Added tag jdk-9+106 for changeset e15ec0a78e45
lana [Thu, 18 Feb 2016 11:30:10 -0800] rev 35820
Added tag jdk-9+106 for changeset e15ec0a78e45
Thu, 18 Feb 2016 13:40:42 -0800 Merge
lana [Thu, 18 Feb 2016 13:40:42 -0800] rev 35819
Merge
Wed, 17 Feb 2016 17:45:36 -0800 8074069: Move com.oracle.net and com.oracle.nio APIs to jdk.net module
mchung [Wed, 17 Feb 2016 17:45:36 -0800] rev 35818
8074069: Move com.oracle.net and com.oracle.nio APIs to jdk.net module Reviewed-by: alanb
Wed, 17 Feb 2016 17:03:08 +0100 8149963: build errors during API docs build
erikj [Wed, 17 Feb 2016 17:03:08 +0100] rev 35817
8149963: build errors during API docs build Reviewed-by: ihse, tbell
Thu, 18 Feb 2016 11:30:08 -0800 Added tag jdk-9+106 for changeset c4b6c7386de8
lana [Thu, 18 Feb 2016 11:30:08 -0800] rev 35816
Added tag jdk-9+106 for changeset c4b6c7386de8
Wed, 05 Jul 2017 21:20:46 +0200 Added tag jdk-9+106 for changeset 6c644cca3f3f
duke [Wed, 05 Jul 2017 21:20:46 +0200] rev 35815
Added tag jdk-9+106 for changeset 6c644cca3f3f
Wed, 05 Jul 2017 21:20:45 +0200 Merge jdk-9+106
duke [Wed, 05 Jul 2017 21:20:45 +0200] rev 35814
Merge
Wed, 05 Jul 2017 21:20:39 +0200 Merge
duke [Wed, 05 Jul 2017 21:20:39 +0200] rev 35813
Merge
Fri, 12 Feb 2016 10:51:36 -0800 8146138: jshell tool: add /help <command>
rfield [Fri, 12 Feb 2016 10:51:36 -0800] rev 35812
8146138: jshell tool: add /help <command> 8147495: jshell tool: correctly handle arguments on /seteditor command 8147886: jshell tool: commands don't allow reference to start-up or explicit id of dropped/failed snippets 8147887: jshell tool: /list start -- fails 8147898: jshell tool: /reload quiet -- should quiet echo Reviewed-by: jlahoda
Thu, 11 Feb 2016 16:06:11 -0800 Merge
lana [Thu, 11 Feb 2016 16:06:11 -0800] rev 35811
Merge
Wed, 10 Feb 2016 15:11:40 -0800 8148808: javac, remove unused options, step 1
vromero [Wed, 10 Feb 2016 15:11:40 -0800] rev 35810
8148808: javac, remove unused options, step 1 Reviewed-by: mcimadamore, jjg
Wed, 10 Feb 2016 07:21:32 -0800 8148400: Decrease the regression test heap.
ksrini [Wed, 10 Feb 2016 07:21:32 -0800] rev 35809
8148400: Decrease the regression test heap. Reviewed-by: jjg
Wed, 10 Feb 2016 14:22:50 +0100 8149160: use StringJoiner in sjavac option handling
alundblad [Wed, 10 Feb 2016 14:22:50 +0100] rev 35808
8149160: use StringJoiner in sjavac option handling Summary: Concatenation of strings now uses StringJoiner. Reviewed-by: alundblad, jjg Contributed-by: cushon@google.com
Tue, 09 Feb 2016 14:07:23 -0800 8147801: java.nio.file.ClosedFileSystemException when using Javadoc API's in JDK9
jjg [Tue, 09 Feb 2016 14:07:23 -0800] rev 35807
8147801: java.nio.file.ClosedFileSystemException when using Javadoc API's in JDK9 Reviewed-by: jlahoda
Thu, 11 Feb 2016 14:40:05 -0800 Added tag jdk-9+105 for changeset 3977b3940b92
lana [Thu, 11 Feb 2016 14:40:05 -0800] rev 35806
Added tag jdk-9+105 for changeset 3977b3940b92
Wed, 05 Jul 2017 21:20:31 +0200 Merge
duke [Wed, 05 Jul 2017 21:20:31 +0200] rev 35805
Merge
Thu, 11 Feb 2016 16:06:02 -0800 Merge
lana [Thu, 11 Feb 2016 16:06:02 -0800] rev 35804
Merge
Wed, 10 Feb 2016 22:58:06 +0000 8148861: Update jaxws to use the new non-inheriting thread-local Thread constructor
chegar [Wed, 10 Feb 2016 22:58:06 +0000] rev 35803
8148861: Update jaxws to use the new non-inheriting thread-local Thread constructor Reviewed-by: mkos, mchung
Thu, 11 Feb 2016 14:39:58 -0800 Added tag jdk-9+105 for changeset ae5b74fcfb21
lana [Thu, 11 Feb 2016 14:39:58 -0800] rev 35802
Added tag jdk-9+105 for changeset ae5b74fcfb21
Wed, 05 Jul 2017 21:20:23 +0200 Merge
duke [Wed, 05 Jul 2017 21:20:23 +0200] rev 35801
Merge
Fri, 12 Feb 2016 09:50:02 -0800 8149601: Update references from "1.9" to "9"
iris [Fri, 12 Feb 2016 09:50:02 -0800] rev 35800
8149601: Update references from "1.9" to "9" Reviewed-by: chegar, joehw
Thu, 11 Feb 2016 14:39:57 -0800 Added tag jdk-9+105 for changeset 0713559973fc
lana [Thu, 11 Feb 2016 14:39:57 -0800] rev 35799
Added tag jdk-9+105 for changeset 0713559973fc
Wed, 05 Jul 2017 21:20:16 +0200 Merge
duke [Wed, 05 Jul 2017 21:20:16 +0200] rev 35798
Merge
Fri, 12 Feb 2016 17:00:54 +0100 8149744: fix testng.jar delivery in Nashorn build.xml
mhaupt [Fri, 12 Feb 2016 17:00:54 +0100] rev 35797
8149744: fix testng.jar delivery in Nashorn build.xml Reviewed-by: hannesw, sundar
Thu, 11 Feb 2016 16:05:22 -0800 Merge
lana [Thu, 11 Feb 2016 16:05:22 -0800] rev 35796
Merge
Thu, 11 Feb 2016 12:58:57 -0400 8149665: $EXEC changes clean up
jlaskey [Thu, 11 Feb 2016 12:58:57 -0400] rev 35795
8149665: $EXEC changes clean up Reviewed-by: attila
Wed, 10 Feb 2016 11:18:02 -0400 8141209: $EXEC should allow streaming
jlaskey [Wed, 10 Feb 2016 11:18:02 -0400] rev 35794
8141209: $EXEC should allow streaming Reviewed-by: sundar
Tue, 09 Feb 2016 14:14:06 +0100 8149462: revert changes for 8149186
mhaupt [Tue, 09 Feb 2016 14:14:06 +0100] rev 35793
8149462: revert changes for 8149186 Reviewed-by: jlaskey, sundar
Thu, 11 Feb 2016 14:40:06 -0800 Added tag jdk-9+105 for changeset 621225a25d50
lana [Thu, 11 Feb 2016 14:40:06 -0800] rev 35792
Added tag jdk-9+105 for changeset 621225a25d50
Wed, 05 Jul 2017 21:20:10 +0200 Merge
duke [Wed, 05 Jul 2017 21:20:10 +0200] rev 35791
Merge
Thu, 11 Feb 2016 14:39:53 -0800 Added tag jdk-9+105 for changeset e66a02d55e71
lana [Thu, 11 Feb 2016 14:39:53 -0800] rev 35790
Added tag jdk-9+105 for changeset e66a02d55e71
Wed, 05 Jul 2017 21:20:03 +0200 Merge
duke [Wed, 05 Jul 2017 21:20:03 +0200] rev 35789
Merge
Mon, 15 Feb 2016 14:25:21 +0000 8134424: BlockDataInputStream.readUTFBody: size local StringBuffer with the given length
chegar [Mon, 15 Feb 2016 14:25:21 +0000] rev 35788
8134424: BlockDataInputStream.readUTFBody: size local StringBuffer with the given length Reviewed-by: rriggs, shade
Mon, 15 Feb 2016 10:14:39 +0000 8149656: Examine usages of sun.misc.LRUCache
chegar [Mon, 15 Feb 2016 10:14:39 +0000] rev 35787
8149656: Examine usages of sun.misc.LRUCache Reviewed-by: redestad, rriggs
Mon, 15 Feb 2016 10:13:21 +0000 8149653: Move sun.misc.InnocuousThread to jdk.internal.misc
chegar [Mon, 15 Feb 2016 10:13:21 +0000] rev 35786
8149653: Move sun.misc.InnocuousThread to jdk.internal.misc Reviewed-by: mchung, rriggs
Sun, 14 Feb 2016 14:30:48 -0800 8149787: test/java/util/regex/GraphemeTest.java source file has non-ascii character u+00f7
sherman [Sun, 14 Feb 2016 14:30:48 -0800] rev 35785
8149787: test/java/util/regex/GraphemeTest.java source file has non-ascii character u+00f7 Reviewed-by: igerasim
Sun, 14 Feb 2016 17:42:16 -0400 8149776: BSD license for jimage code
jlaskey [Sun, 14 Feb 2016 17:42:16 -0400] rev 35784
8149776: BSD license for jimage code Reviewed-by: alanb
Fri, 12 Feb 2016 19:24:31 -0800 7071819: To support Extended Grapheme Clusters in Regex
sherman [Fri, 12 Feb 2016 19:24:31 -0800] rev 35783
7071819: To support Extended Grapheme Clusters in Regex 8147531: To add named character construct \N{...} to support Unicode name property Reviewed-by: naoto, okutsu, plevart
Fri, 12 Feb 2016 09:49:49 -0800 8149601: Update references from "1.9" to "9"
iris [Fri, 12 Feb 2016 09:49:49 -0800] rev 35782
8149601: Update references from "1.9" to "9" Reviewed-by: chegar, joehw
Fri, 12 Feb 2016 11:07:54 +0100 8149647: Incremental enhancements from build-infra
ihse [Fri, 12 Feb 2016 11:07:54 +0100] rev 35781
8149647: Incremental enhancements from build-infra Reviewed-by: erikj
Thu, 11 Feb 2016 16:24:55 -0800 8149616: Problem list RmiSslBootstrapTest.sh
darcy [Thu, 11 Feb 2016 16:24:55 -0800] rev 35780
8149616: Problem list RmiSslBootstrapTest.sh Reviewed-by: rriggs
Thu, 11 Feb 2016 16:06:51 -0800 Merge
lana [Thu, 11 Feb 2016 16:06:51 -0800] rev 35779
Merge
Fri, 12 Feb 2016 00:20:16 +0300 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found
igerasim [Fri, 12 Feb 2016 00:20:16 +0300] rev 35778
8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found Reviewed-by: mullan
Thu, 11 Feb 2016 11:19:03 -0500 8142539: Incorrect definition of ZoneOffset.MIN
rriggs [Thu, 11 Feb 2016 11:19:03 -0500] rev 35777
8142539: Incorrect definition of ZoneOffset.MIN 8140211: Example in the Documentation is wrong for java.time.ZonedDateTime.minusHours 8139529: java.time.temporal.ChronoUnit.FOREVER typo Reviewed-by: lancea, scolebourne
Wed, 10 Feb 2016 16:36:25 +0300 8149459: StringConcatFactory should be synced up with LambdaMetafactory
shade [Wed, 10 Feb 2016 16:36:25 +0300] rev 35776
8149459: StringConcatFactory should be synced up with LambdaMetafactory Reviewed-by: psandoz, vlivanov, forax
Wed, 27 Jan 2016 10:35:49 +0100 8149529: Adapt SAP copyrights to new company name in jdk repository
goetz [Wed, 27 Jan 2016 10:35:49 +0100] rev 35775
8149529: Adapt SAP copyrights to new company name in jdk repository Reviewed-by: simonis, chegar
Wed, 10 Feb 2016 16:16:48 +0300 8046339: sun.rmi.transport.DGCAckHandler leaks memory
igerasim [Wed, 10 Feb 2016 16:16:48 +0300] rev 35774
8046339: sun.rmi.transport.DGCAckHandler leaks memory Reviewed-by: smarks
Wed, 10 Feb 2016 11:04:13 +0100 8071368: Use more concrete types for NamedFunction constants in the code
srastogi [Wed, 10 Feb 2016 11:04:13 +0100] rev 35773
8071368: Use more concrete types for NamedFunction constants in the code Reviewed-by: psandoz, vlivanov, mhaupt
Wed, 10 Feb 2016 10:44:58 +0100 8138884: MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods
srastogi [Wed, 10 Feb 2016 10:44:58 +0100] rev 35772
8138884: MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods Reviewed-by: psandoz, mhaupt
Tue, 09 Feb 2016 11:58:36 -0800 8149492: Problem list CheckEncodings.sh
darcy [Tue, 09 Feb 2016 11:58:36 -0800] rev 35771
8149492: Problem list CheckEncodings.sh Reviewed-by: rriggs
Tue, 09 Feb 2016 11:57:57 +0530 8148446: (tz) Support tzdata2016a
rpatil [Tue, 09 Feb 2016 11:57:57 +0530] rev 35770
8148446: (tz) Support tzdata2016a Reviewed-by: okutsu, aefimov
Tue, 09 Feb 2016 11:17:28 +0530 8148570: TzdbZoneRulesCompiler.java throws Null Pointer Exception While Compiling and building TZDB data file
rpatil [Tue, 09 Feb 2016 11:17:28 +0530] rev 35769
8148570: TzdbZoneRulesCompiler.java throws Null Pointer Exception While Compiling and building TZDB data file Summary: While getting value from DayOfWeek, -1 is returned if the DayOfWeek is null. The reason to return “-1” being, the same value is checked later while getting day-of-week byte (dowbyte) at line no. 251, ZoneRules.java. Reviewed-by: rriggs, aefimov
Mon, 08 Feb 2016 18:14:48 -0800 8149391: Fix module dependences in java/util tests
shurailine [Mon, 08 Feb 2016 18:14:48 -0800] rev 35768
8149391: Fix module dependences in java/util tests Reviewed-by: mchung
Thu, 11 Feb 2016 14:40:00 -0800 Added tag jdk-9+105 for changeset e6b4f7af3fca
lana [Thu, 11 Feb 2016 14:40:00 -0800] rev 35767
Added tag jdk-9+105 for changeset e6b4f7af3fca
Wed, 05 Jul 2017 21:19:53 +0200 Merge
duke [Wed, 05 Jul 2017 21:19:53 +0200] rev 35766
Merge
Fri, 12 Feb 2016 11:07:46 +0100 8149647: Incremental enhancements from build-infra
ihse [Fri, 12 Feb 2016 11:07:46 +0100] rev 35765
8149647: Incremental enhancements from build-infra Reviewed-by: erikj
Thu, 11 Feb 2016 16:05:39 -0800 Merge
lana [Thu, 11 Feb 2016 16:05:39 -0800] rev 35764
Merge
Wed, 10 Feb 2016 10:26:41 -0800 Merge
amurillo [Wed, 10 Feb 2016 10:26:41 -0800] rev 35763
Merge
Thu, 04 Feb 2016 15:27:15 +0100 Merge
thartmann [Thu, 04 Feb 2016 15:27:15 +0100] rev 35762
Merge
Wed, 03 Feb 2016 17:51:47 +0100 8148751: [TESTBUG] compiler/whitebox/AllocationCodeBlobTest.java fails due to unexpected code cache allocation
thartmann [Wed, 03 Feb 2016 17:51:47 +0100] rev 35761
8148751: [TESTBUG] compiler/whitebox/AllocationCodeBlobTest.java fails due to unexpected code cache allocation Summary: Do all the measurements and then check the results to avoid unexpected code cache allocations. Reviewed-by: vlivanov
Wed, 03 Feb 2016 13:32:52 +0100 Merge
roland [Wed, 03 Feb 2016 13:32:52 +0100] rev 35760
Merge
Wed, 03 Feb 2016 10:58:50 +0100 8147645: get_ctrl_no_update() code is wrong
roland [Wed, 03 Feb 2016 10:58:50 +0100] rev 35759
8147645: get_ctrl_no_update() code is wrong Summary: Array.fill intrinsification code doesn't mark replaced control as dead Reviewed-by: kvn
Wed, 03 Feb 2016 10:39:49 +0100 8148753: Compilation fails due to field accesses on array types
zmajo [Wed, 03 Feb 2016 10:39:49 +0100] rev 35758
8148753: Compilation fails due to field accesses on array types Summary: Treat accesses to fields of array types as accesses to fields of java.lang.Object. Reviewed-by: kvn
Wed, 03 Feb 2016 09:09:56 +0100 8148490: RegisterSaver::restore_live_registers() fails to restore xmm registers on 32 bit
thartmann [Wed, 03 Feb 2016 09:09:56 +0100] rev 35757
8148490: RegisterSaver::restore_live_registers() fails to restore xmm registers on 32 bit Summary: Fixed stack offsets for xmm register saving/restoring code on 32 bit. Reviewed-by: kvn, mcberg
Tue, 19 Jan 2016 14:52:33 +0100 8003585: strength reduce or eliminate range checks for power-of-two sized arrays
kmo [Tue, 19 Jan 2016 14:52:33 +0100] rev 35756
8003585: strength reduce or eliminate range checks for power-of-two sized arrays Summary: change ((x & m) u<= m) to always true and ((x & (m - 1)) u< m) into (m > 0) Reviewed-by: kvn, roland
Mon, 01 Feb 2016 19:45:26 +0300 8144239: [TESTBUG] InlineCommandTest.java: unknown compiler level 0 for commpile ID: 651
ppunegov [Mon, 01 Feb 2016 19:45:26 +0300] rev 35755
8144239: [TESTBUG] InlineCommandTest.java: unknown compiler level 0 for commpile ID: 651 Summary: add Xbatch to make compilation block test thread. Reviewed-by: kvn
Fri, 29 Jan 2016 08:47:18 +0100 Merge
thartmann [Fri, 29 Jan 2016 08:47:18 +0100] rev 35754
Merge
Fri, 29 Jan 2016 03:11:16 +0300 8148012: get rid of slash-dot-dot in @library directives
iignatyev [Fri, 29 Jan 2016 03:11:16 +0300] rev 35753
8148012: get rid of slash-dot-dot in @library directives Reviewed-by: dholmes, dfazunen, cjplummer
Wed, 27 Jan 2016 12:20:53 +0800 8148328: aarch64: redundant lsr instructions in stub code.
fyang [Wed, 27 Jan 2016 12:20:53 +0800] rev 35752
8148328: aarch64: redundant lsr instructions in stub code. Summary: avoid redundant lsr instructions in jbyte_arraycopy and jbyte_disjoint_arraycopy. Reviewed-by: aph Contributed-by: felix.yang@linaro.org
Thu, 28 Jan 2016 08:33:45 +0100 8146478: Node limit exceeded with -XX:AllocateInstancePrefetchLines=1073741823
zmajo [Thu, 28 Jan 2016 08:33:45 +0100] rev 35751
8146478: Node limit exceeded with -XX:AllocateInstancePrefetchLines=1073741823 Summary: Constrain the set of accepted values for the Allocate{PrefetchLines, InstancePrefetchLines, PrefetchStepSize, PrefetchDistance} flags. Increase macro node expansion budget. Reviewed-by: kvn
Thu, 04 Feb 2016 08:53:57 +0100 8148970: Quarantine testlibrary_tests/whitebox/vm_flags/IntxTest.java
zmajo [Thu, 04 Feb 2016 08:53:57 +0100] rev 35750
8148970: Quarantine testlibrary_tests/whitebox/vm_flags/IntxTest.java Summary: Quarantine testlibrary_tests/whitebox/vm_flags/IntxTest.java Reviewed-by: vlivanov, dcubed
Thu, 11 Feb 2016 14:39:54 -0800 Added tag jdk-9+105 for changeset d549e724be36
lana [Thu, 11 Feb 2016 14:39:54 -0800] rev 35749
Added tag jdk-9+105 for changeset d549e724be36
Mon, 15 Feb 2016 10:55:36 +0100 8145789: Switch JDK 9 to use Jib in JPRT
erikj [Mon, 15 Feb 2016 10:55:36 +0100] rev 35748
8145789: Switch JDK 9 to use Jib in JPRT Reviewed-by: ihse, tbell
Fri, 12 Feb 2016 11:07:35 +0100 8149647: Incremental enhancements from build-infra
ihse [Fri, 12 Feb 2016 11:07:35 +0100] rev 35747
8149647: Incremental enhancements from build-infra Reviewed-by: erikj
Thu, 11 Feb 2016 16:05:16 -0800 Merge
lana [Thu, 11 Feb 2016 16:05:16 -0800] rev 35746
Merge
Mon, 08 Feb 2016 08:05:12 +0100 8149116: Make test/Makefile more silent
ehelin [Mon, 08 Feb 2016 08:05:12 +0100] rev 35745
8149116: Make test/Makefile more silent Reviewed-by: mikael, erikj
Thu, 11 Feb 2016 11:54:00 +0100 8149479: Fix compare.sh to have a clean baseline with COMPARE_BUILD
erikj [Thu, 11 Feb 2016 11:54:00 +0100] rev 35744
8149479: Fix compare.sh to have a clean baseline with COMPARE_BUILD Reviewed-by: ihse, tbell
Wed, 10 Feb 2016 22:58:27 +0000 8148861: Update jaxws to use the new non-inheriting thread-local Thread constructor
chegar [Wed, 10 Feb 2016 22:58:27 +0000] rev 35743
8148861: Update jaxws to use the new non-inheriting thread-local Thread constructor Reviewed-by: mkos, mchung
Mon, 08 Feb 2016 21:07:50 -0800 8147754: Configure fails to detect freetype installed by XQuartz on OSX 10.11
ddehaven [Mon, 08 Feb 2016 21:07:50 -0800] rev 35742
8147754: Configure fails to detect freetype installed by XQuartz on OSX 10.11 Reviewed-by: erikj, ihse
Thu, 11 Feb 2016 14:39:51 -0800 Added tag jdk-9+105 for changeset d0b71f2375d0
lana [Thu, 11 Feb 2016 14:39:51 -0800] rev 35741
Added tag jdk-9+105 for changeset d0b71f2375d0
Wed, 05 Jul 2017 21:19:33 +0200 Added tag jdk-9+105 for changeset db483b34fa71
duke [Wed, 05 Jul 2017 21:19:33 +0200] rev 35740
Added tag jdk-9+105 for changeset db483b34fa71
Wed, 05 Jul 2017 21:19:32 +0200 Merge jdk-9+105
duke [Wed, 05 Jul 2017 21:19:32 +0200] rev 35739
Merge
Wed, 05 Jul 2017 21:19:26 +0200 Merge
duke [Wed, 05 Jul 2017 21:19:26 +0200] rev 35738
Merge
Thu, 04 Feb 2016 16:50:04 -0800 Merge
lana [Thu, 04 Feb 2016 16:50:04 -0800] rev 35737
Merge
Tue, 02 Feb 2016 16:11:09 -0800 8080357: JShell: Only unqualified unresolved references should be corralled
rfield [Tue, 02 Feb 2016 16:11:09 -0800] rev 35736
8080357: JShell: Only unqualified unresolved references should be corralled 8081431: JShell: Dropping import should update dependencies Reviewed-by: jlahoda
Tue, 02 Feb 2016 12:56:35 +0000 8147949: NetBeans cannot open langtools repository because of the reserved word \"aux\"
jlahoda [Tue, 02 Feb 2016 12:56:35 +0000] rev 35735
8147949: NetBeans cannot open langtools repository because of the reserved word \"aux\" Summary: Dropping unnecessary references to artificial "aux" source roots. Reviewed-by: mcimadamore
Thu, 04 Feb 2016 11:28:30 -0800 Added tag jdk-9+104 for changeset 09c25109769a
lana [Thu, 04 Feb 2016 11:28:30 -0800] rev 35734
Added tag jdk-9+104 for changeset 09c25109769a
Wed, 05 Jul 2017 21:19:17 +0200 Merge
duke [Wed, 05 Jul 2017 21:19:17 +0200] rev 35733
Merge
Thu, 04 Feb 2016 11:28:24 -0800 Added tag jdk-9+104 for changeset 59fc48a1a885
lana [Thu, 04 Feb 2016 11:28:24 -0800] rev 35732
Added tag jdk-9+104 for changeset 59fc48a1a885
Wed, 05 Jul 2017 21:19:09 +0200 Merge
duke [Wed, 05 Jul 2017 21:19:09 +0200] rev 35731
Merge
Thu, 04 Feb 2016 16:48:05 -0800 Merge
lana [Thu, 04 Feb 2016 16:48:05 -0800] rev 35730
Merge
Thu, 04 Feb 2016 18:31:11 +0300 8144593: Suppress not recognized property/feature warning messages from SAXParser
aefimov [Thu, 04 Feb 2016 18:31:11 +0300] rev 35729
8144593: Suppress not recognized property/feature warning messages from SAXParser Reviewed-by: joehw
Thu, 04 Feb 2016 11:28:24 -0800 Added tag jdk-9+104 for changeset c6f848cc2750
lana [Thu, 04 Feb 2016 11:28:24 -0800] rev 35728
Added tag jdk-9+104 for changeset c6f848cc2750
Wed, 05 Jul 2017 21:19:04 +0200 Merge
duke [Wed, 05 Jul 2017 21:19:04 +0200] rev 35727
Merge
Mon, 08 Feb 2016 17:43:02 +0100 8149334: JSON.parse(JSON.stringify([])).push(10) creates an array containing two elements
mhaupt [Mon, 08 Feb 2016 17:43:02 +0100] rev 35726
8149334: JSON.parse(JSON.stringify([])).push(10) creates an array containing two elements Reviewed-by: jlaskey, sundar
Mon, 08 Feb 2016 12:59:08 +0100 8149186: Don't use indy for optimistic arithmetic
attila [Mon, 08 Feb 2016 12:59:08 +0100] rev 35725
8149186: Don't use indy for optimistic arithmetic Reviewed-by: mhaupt, sundar
Thu, 04 Feb 2016 16:50:15 -0800 Merge
lana [Thu, 04 Feb 2016 16:50:15 -0800] rev 35724
Merge
Thu, 04 Feb 2016 17:42:46 +0530 8148926: Call site profiling fails on braces-wrapped anonymous function
sundar [Thu, 04 Feb 2016 17:42:46 +0530] rev 35723
8148926: Call site profiling fails on braces-wrapped anonymous function Reviewed-by: jlaskey, hannesw
Thu, 04 Feb 2016 11:28:31 -0800 Added tag jdk-9+104 for changeset a077e87423b1
lana [Thu, 04 Feb 2016 11:28:31 -0800] rev 35722
Added tag jdk-9+104 for changeset a077e87423b1
Wed, 05 Jul 2017 21:18:55 +0200 Merge
duke [Wed, 05 Jul 2017 21:18:55 +0200] rev 35721
Merge
Thu, 04 Feb 2016 11:28:20 -0800 Added tag jdk-9+104 for changeset a8ace34fedbc
lana [Thu, 04 Feb 2016 11:28:20 -0800] rev 35720
Added tag jdk-9+104 for changeset a8ace34fedbc
Wed, 05 Jul 2017 21:18:48 +0200 Merge
duke [Wed, 05 Jul 2017 21:18:48 +0200] rev 35719
Merge
Mon, 08 Feb 2016 13:09:16 -0800 8098581: SecureRandom.nextBytes() hurts performance with small size requests
ascarpino [Mon, 08 Feb 2016 13:09:16 -0800] rev 35718
8098581: SecureRandom.nextBytes() hurts performance with small size requests Reviewed-by: valeriep
Mon, 08 Feb 2016 10:46:42 -0800 8064466: (fs spec) Files.readAttributes(Path, String, LinkOption...) not clear when called with zero attributes
bpb [Mon, 08 Feb 2016 10:46:42 -0800] rev 35717
8064466: (fs spec) Files.readAttributes(Path, String, LinkOption...) not clear when called with zero attributes Summary: Change specification to indicate "one or more" instead of "zero or more" attributes. Reviewed-by: alanb
Mon, 08 Feb 2016 17:37:46 +0100 8138578: MethodHandles.Lookup.findSpecial() Javadoc fails to consider static methods
mhaupt [Mon, 08 Feb 2016 17:37:46 +0100] rev 35716
8138578: MethodHandles.Lookup.findSpecial() Javadoc fails to consider static methods Reviewed-by: psandoz, vlivanov, mhaupt Contributed-by: Shilpi Rastogi <shilpi.rastogi@oracle.com>
Mon, 08 Feb 2016 09:56:26 -0500 8146747: java.time.Duration.toNanos() and toMillis() exception on negative durations
ntv [Mon, 08 Feb 2016 09:56:26 -0500] rev 35715
8146747: java.time.Duration.toNanos() and toMillis() exception on negative durations Reviewed-by: rriggs, scolebourne
Mon, 08 Feb 2016 15:33:53 +0100 8148838: Stream.flatMap(...).spliterator() cannot properly split after tryAdvance()
tvaleev [Mon, 08 Feb 2016 15:33:53 +0100] rev 35714
8148838: Stream.flatMap(...).spliterator() cannot properly split after tryAdvance() Reviewed-by: psandoz
Mon, 08 Feb 2016 10:40:00 +0100 8148115: Stream.findFirst for unordered source optimization
tvaleev [Mon, 08 Feb 2016 10:40:00 +0100] rev 35713
8148115: Stream.findFirst for unordered source optimization Reviewed-by: psandoz
Mon, 08 Feb 2016 10:37:37 +0100 8148250: Stream.limit() parallel tasks with ordered non-SUBSIZED source should short-circuit
tvaleev [Mon, 08 Feb 2016 10:37:37 +0100] rev 35712
8148250: Stream.limit() parallel tasks with ordered non-SUBSIZED source should short-circuit Reviewed-by: psandoz
Fri, 05 Feb 2016 15:23:15 +0100 8148629: Disable remaining warnings in awt/fontmanager
erikj [Fri, 05 Feb 2016 15:23:15 +0100] rev 35711
8148629: Disable remaining warnings in awt/fontmanager Reviewed-by: ihse
Fri, 05 Feb 2016 09:54:56 +0800 8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently
amlu [Fri, 05 Feb 2016 09:54:56 +0800] rev 35710
8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently Reviewed-by: psandoz Contributed-by: huaming.li@oracle.com
Thu, 04 Feb 2016 16:49:26 -0800 Merge
lana [Thu, 04 Feb 2016 16:49:26 -0800] rev 35709
Merge
Thu, 04 Feb 2016 21:44:23 +0300 8149044: jdk/internal/misc/JavaLangAccess/FormatUnsigned.java fails all platforms
shade [Thu, 04 Feb 2016 21:44:23 +0300] rev 35708
8149044: jdk/internal/misc/JavaLangAccess/FormatUnsigned.java fails all platforms Summary: Remove the obsolete FormatUnsigned test. Reviewed-by: darcy
Thu, 04 Feb 2016 16:00:48 +0300 8148936: Adapt UUID.toString() to Compact Strings
shade [Thu, 04 Feb 2016 16:00:48 +0300] rev 35707
8148936: Adapt UUID.toString() to Compact Strings Reviewed-by: igerasim, redestad
Thu, 04 Feb 2016 09:51:24 +0100 8148955: libjimage.so compiled with wrong flags
erikj [Thu, 04 Feb 2016 09:51:24 +0100] rev 35706
8148955: libjimage.so compiled with wrong flags Reviewed-by: alanb
Thu, 04 Feb 2016 14:38:17 +0800 8149003: Mark more jdk_core tests as intermittently failing
amlu [Thu, 04 Feb 2016 14:38:17 +0800] rev 35705
8149003: Mark more jdk_core tests as intermittently failing Reviewed-by: chegar, darcy
Wed, 03 Feb 2016 13:56:19 -0800 8148983: Fix extra comma in changes for JDK-8148916
darcy [Wed, 03 Feb 2016 13:56:19 -0800] rev 35704
8148983: Fix extra comma in changes for JDK-8148916 Reviewed-by: jjg
Wed, 03 Feb 2016 13:34:19 -0800 8148821: (fs) Path.getParent() javadoc error
bpb [Wed, 03 Feb 2016 13:34:19 -0800] rev 35703
8148821: (fs) Path.getParent() javadoc error Summary: Change "If this path has one or more elements" to "If this path has more than one element." Reviewed-by: rriggs, alanb
Wed, 03 Feb 2016 12:52:27 -0800 8148916: Mark bug6400879.java as intermittently failing
darcy [Wed, 03 Feb 2016 12:52:27 -0800] rev 35702
8148916: Mark bug6400879.java as intermittently failing Reviewed-by: serb
Tue, 02 Feb 2016 17:59:53 -0800 8072379: Implement jdk.Version
iris [Tue, 02 Feb 2016 17:59:53 -0800] rev 35701
8072379: Implement jdk.Version Reviewed-by: alanb, darcy, dfuchs, ihse, ksrini, mchung, rriggs
Wed, 03 Feb 2016 00:49:41 +0300 8148869: StringConcatFactory MH_INLINE_SIZED_EXACT strategy does not work with -XX:-CompactStrings
shade [Wed, 03 Feb 2016 00:49:41 +0300] rev 35700
8148869: StringConcatFactory MH_INLINE_SIZED_EXACT strategy does not work with -XX:-CompactStrings Reviewed-by: vlivanov, psandoz
Tue, 02 Feb 2016 13:42:48 -0800 8148891: Multiple failing javax/imageio/plugins after client integration
bpb [Tue, 02 Feb 2016 13:42:48 -0800] rev 35699
8148891: Multiple failing javax/imageio/plugins after client integration Summary: Add failing tests to problem list for all platforms until the underlying issue is fixed. Reviewed-by: prr
Tue, 02 Feb 2016 12:50:03 -0800 8146249: libjimage should use delete[] with new[]
asmotrak [Tue, 02 Feb 2016 12:50:03 -0800] rev 35698
8146249: libjimage should use delete[] with new[] Reviewed-by: jlaskey
Tue, 02 Feb 2016 11:50:55 -0800 Merge
ddehaven [Tue, 02 Feb 2016 11:50:55 -0800] rev 35697
Merge
Tue, 02 Feb 2016 10:03:14 -0800 Merge
ddehaven [Tue, 02 Feb 2016 10:03:14 -0800] rev 35696
Merge
Tue, 26 Jan 2016 13:05:21 +0300 8147966: [TEST] add a test for multiresolution image properties
avstepan [Tue, 26 Jan 2016 13:05:21 +0300] rev 35695
8147966: [TEST] add a test for multiresolution image properties Reviewed-by: alexsch
Fri, 22 Jan 2016 15:46:24 +0300 8074165: Deprecate support for AppletViewer
serb [Fri, 22 Jan 2016 15:46:24 +0300] rev 35694
8074165: Deprecate support for AppletViewer Reviewed-by: almatvee, ssadetsky
Fri, 22 Jan 2016 13:37:46 +0300 8146881: [TEST] update some imageio plugins tests to affect TIFF format
avstepan [Fri, 22 Jan 2016 13:37:46 +0300] rev 35693
8146881: [TEST] update some imageio plugins tests to affect TIFF format Reviewed-by: serb, ssadetsky
Thu, 21 Jan 2016 14:49:02 -0800 Merge
ddehaven [Thu, 21 Jan 2016 14:49:02 -0800] rev 35692
Merge
Thu, 21 Jan 2016 13:41:02 +0530 8146276: Right aligned ToolBar component does not appear
rchamyal [Thu, 21 Jan 2016 13:41:02 +0530] rev 35691
8146276: Right aligned ToolBar component does not appear Reviewed-by: alexsch, psadhukhan
Thu, 21 Jan 2016 13:27:56 +0530 8139213: [macosx] Mac OS X Aqua Look and Feel: JOptionPane can truncate the first button
rchamyal [Thu, 21 Jan 2016 13:27:56 +0530] rev 35690
8139213: [macosx] Mac OS X Aqua Look and Feel: JOptionPane can truncate the first button Reviewed-by: alexsch, psadhukhan
Thu, 21 Jan 2016 13:09:17 +0530 7104635: HTMLEditorKit fails to write down some html files
rchamyal [Thu, 21 Jan 2016 13:09:17 +0530] rev 35689
7104635: HTMLEditorKit fails to write down some html files Reviewed-by: serb, alexsch
Wed, 20 Jan 2016 22:53:26 +0100 8147443: Use the Common Cleaner in Marlin OffHeapArray
lbourges [Wed, 20 Jan 2016 22:53:26 +0100] rev 35688
8147443: Use the Common Cleaner in Marlin OffHeapArray Summary: OffHeapArray clean-up to use the jdk.internal.ref.Cleaner to free unsafe arrays (PhantomReference) Reviewed-by: prr, rriggs, mchung
Thu, 14 Jan 2016 23:14:01 +0300 8147407: Provide support of WaveExtensible sound format
serb [Thu, 14 Jan 2016 23:14:01 +0300] rev 35687
8147407: Provide support of WaveExtensible sound format Reviewed-by: prr, amenkov
Thu, 07 Jan 2016 23:50:00 +0300 8064800: AudioSystem/WaveFileWriter can't write PCM_FLOAT, but writes it anyway
serb [Thu, 07 Jan 2016 23:50:00 +0300] rev 35686
8064800: AudioSystem/WaveFileWriter can't write PCM_FLOAT, but writes it anyway Reviewed-by: prr, amenkov
Tue, 12 Jan 2016 23:33:45 +0300 6459818: Audio A-law and law decoder skip() method not implemented
serb [Tue, 12 Jan 2016 23:33:45 +0300] rev 35685
6459818: Audio A-law and law decoder skip() method not implemented Reviewed-by: amenkov
Tue, 12 Jan 2016 23:27:23 +0300 8146144: Incorrect behaviour of AudioSystem.getTargetFormats/getTargetEncodings/isConversionSupported
serb [Tue, 12 Jan 2016 23:27:23 +0300] rev 35684
8146144: Incorrect behaviour of AudioSystem.getTargetFormats/getTargetEncodings/isConversionSupported Reviewed-by: amenkov
Fri, 01 Jan 2016 18:33:53 +0300 8131974: AudioFileReader incorrectly handle EOFException
serb [Fri, 01 Jan 2016 18:33:53 +0300] rev 35683
8131974: AudioFileReader incorrectly handle EOFException Reviewed-by: amenkov
Wed, 20 Jan 2016 15:10:25 +0300 8080492: [Parfait] Uninitialised variable in jdk/src/java/desktop/windows/native/libawt/
serb [Wed, 20 Jan 2016 15:10:25 +0300] rev 35682
8080492: [Parfait] Uninitialised variable in jdk/src/java/desktop/windows/native/libawt/ Reviewed-by: prr, vadim
Wed, 20 Jan 2016 16:57:53 +0530 8015748: [macosx] JProgressbar with Aqua LaF ignores JProgressbar#applyComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT) call.
aniyogi [Wed, 20 Jan 2016 16:57:53 +0530] rev 35681
8015748: [macosx] JProgressbar with Aqua LaF ignores JProgressbar#applyComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT) call. Reviewed-by: rchamyal, alexsch
Tue, 19 Jan 2016 15:23:49 +0530 7035459: [TEST_BUG] java/awt/Focus/TranserFocusToWindow/TranserFocusToWindow.java failed
psadhukhan [Tue, 19 Jan 2016 15:23:49 +0530] rev 35680
7035459: [TEST_BUG] java/awt/Focus/TranserFocusToWindow/TranserFocusToWindow.java failed Reviewed-by: serb, arapte Contributed-by: prem.balakrishnan@oracle.com
Tue, 19 Jan 2016 11:14:41 +0530 8144744: ImageWriter.replacePixels() specification is incorrect regarding null ImageWriteParam
jdv [Tue, 19 Jan 2016 11:14:41 +0530] rev 35679
8144744: ImageWriter.replacePixels() specification is incorrect regarding null ImageWriteParam Reviewed-by: prr, psadhukhan
Tue, 19 Jan 2016 11:11:20 +0530 8143562: JPEG reader returns null for getRawImageType()
jdv [Tue, 19 Jan 2016 11:11:20 +0530] rev 35678
8143562: JPEG reader returns null for getRawImageType() Reviewed-by: prr, arapte
Mon, 18 Jan 2016 21:19:36 +0300 8146317: Memory leak in wcstombsdmp
serb [Mon, 18 Jan 2016 21:19:36 +0300] rev 35677
8146317: Memory leak in wcstombsdmp Reviewed-by: serb, psadhukhan, ssadetsky Contributed-by: Alex Henrie <alexhenrie24@gmail.com>
Mon, 18 Jan 2016 14:37:25 +0530 7087869: [TEST_BUG] [macosx] No mac os x support in test java/awt/Mouse/ExtraMouseClick/ExtraMouseClick
psadhukhan [Mon, 18 Jan 2016 14:37:25 +0530] rev 35676
7087869: [TEST_BUG] [macosx] No mac os x support in test java/awt/Mouse/ExtraMouseClick/ExtraMouseClick Reviewed-by: serb, arapte Contributed-by: manajit.halder@oracle.com
Mon, 18 Jan 2016 14:27:12 +0530 8016665: [macosx] JComponent behaviour doesn't comply API documentation (setComponentOrientation method), Aqua LAF
aniyogi [Mon, 18 Jan 2016 14:27:12 +0530] rev 35675
8016665: [macosx] JComponent behaviour doesn't comply API documentation (setComponentOrientation method), Aqua LAF Reviewed-by: serb, alexsch
Mon, 18 Jan 2016 14:20:39 +0530 8041894: [macosx] Test javax/swing/JSpinner/8008657/bug8008657.java failed on Mac
aniyogi [Mon, 18 Jan 2016 14:20:39 +0530] rev 35674
8041894: [macosx] Test javax/swing/JSpinner/8008657/bug8008657.java failed on Mac Reviewed-by: serb, alexsch
Thu, 14 Jan 2016 18:59:11 -0600 8145735: Tests api/javax_swing/JTabbedPane/AccessibleJTabbedPane/* are failing
ptbrunet [Thu, 14 Jan 2016 18:59:11 -0600] rev 35673
8145735: Tests api/javax_swing/JTabbedPane/AccessibleJTabbedPane/* are failing Summary: Try indexOfComponent before indexOfTabComponent Reviewed-by: van, alexsch Contributed-by: peter.brunet@oracle.com
Thu, 14 Jan 2016 16:22:31 +0300 8145776: [TEST] add a test checking multipage tiff creation
avstepan [Thu, 14 Jan 2016 16:22:31 +0300] rev 35672
8145776: [TEST] add a test checking multipage tiff creation Reviewed-by: bpb, serb, ssadetsky
Thu, 14 Jan 2016 13:24:22 +0530 8023213: [macosx] closed/java/awt/FontClass/NaNTransform.java fails on MacOS X 10.9
psadhukhan [Thu, 14 Jan 2016 13:24:22 +0530] rev 35671
8023213: [macosx] closed/java/awt/FontClass/NaNTransform.java fails on MacOS X 10.9 Reviewed-by: prr, serb
Wed, 13 Jan 2016 11:56:46 +0530 4769772: JInternalFrame.setIcon(true) before JDesktopPane.add(JIF) causes wrong state
rchamyal [Wed, 13 Jan 2016 11:56:46 +0530] rev 35670
4769772: JInternalFrame.setIcon(true) before JDesktopPane.add(JIF) causes wrong state Reviewed-by: alexsch, aivanov
Tue, 12 Jan 2016 13:13:16 -0800 Merge
ddehaven [Tue, 12 Jan 2016 13:13:16 -0800] rev 35669
Merge
Tue, 12 Jan 2016 18:02:07 +0300 8145784: [PIT] closed/java/awt/Robot/SpuriousMouseEvents/SpuriousMouseEvents.java fails
ssadetsky [Tue, 12 Jan 2016 18:02:07 +0300] rev 35668
8145784: [PIT] closed/java/awt/Robot/SpuriousMouseEvents/SpuriousMouseEvents.java fails Reviewed-by: alexsch, serb
Mon, 11 Jan 2016 17:51:54 +0300 8138838: docs cleanup for java.desktop
avstepan [Mon, 11 Jan 2016 17:51:54 +0300] rev 35667
8138838: docs cleanup for java.desktop Summary: docs cleanup for java.desktop Reviewed-by: serb
Mon, 11 Jan 2016 06:10:32 -0800 8143316: Crash Trend in 1.9.0-ea-b93 (sun.awt.DefaultMouseInfoPeer.fillPointWithCoords)
alexsch [Mon, 11 Jan 2016 06:10:32 -0800] rev 35666
8143316: Crash Trend in 1.9.0-ea-b93 (sun.awt.DefaultMouseInfoPeer.fillPointWithCoords) Reviewed-by: serb
Sat, 09 Jan 2016 14:04:32 +0100 8146076: Fail of sun/java2d/marlin/CeilAndFloorTests.java with Jigsaw
lbourges [Sat, 09 Jan 2016 14:04:32 +0100] rev 35665
8146076: Fail of sun/java2d/marlin/CeilAndFloorTests.java with Jigsaw Summary: Added jtreg tag @modules java.desktop/sun.java2d.marlin Reviewed-by: prr
Wed, 06 Jan 2016 12:38:42 -0800 8145584: java/awt/font/TextLayout/TestGetPixelBounds.java fails on Linux
prr [Wed, 06 Jan 2016 12:38:42 -0800] rev 35664
8145584: java/awt/font/TextLayout/TestGetPixelBounds.java fails on Linux Reviewed-by: serb, jgodinez
Wed, 06 Jan 2016 14:17:14 +0530 8145060: Minimizing a JInternal frame not shifting focus to frame below it
rchamyal [Wed, 06 Jan 2016 14:17:14 +0530] rev 35663
8145060: Minimizing a JInternal frame not shifting focus to frame below it Reviewed-by: serb, alexsch
Tue, 05 Jan 2016 10:38:10 -0800 Merge
prr [Tue, 05 Jan 2016 10:38:10 -0800] rev 35662
Merge
Mon, 04 Jan 2016 17:07:23 -0800 8144991: AIOOB Exception in AutoImageWriterTest with TIFF writer
bpb [Mon, 04 Jan 2016 17:07:23 -0800] rev 35661
8144991: AIOOB Exception in AutoImageWriterTest with TIFF writer Summary: In TIFFImageWriter call reset() in setOuput() when output != null. Reviewed-by: prr
Mon, 04 Jan 2016 17:05:04 -0800 8145113: OutOfMemoryError when reading a 17KB corrupted TIFF image
bpb [Mon, 04 Jan 2016 17:05:04 -0800] rev 35660
8145113: OutOfMemoryError when reading a 17KB corrupted TIFF image Summary: Add checks on size of field count and size of field data and consistency of data offsets and byte counts. Reviewed-by: prr
Wed, 30 Dec 2015 19:28:05 +0300 8146168: [TEST_BUG] instability of java/awt/Frame/MaximizedToMaximized/MaximizedToMaximized.java
arapte [Wed, 30 Dec 2015 19:28:05 +0300] rev 35659
8146168: [TEST_BUG] instability of java/awt/Frame/MaximizedToMaximized/MaximizedToMaximized.java Reviewed-by: serb, rchamyal
(0) -30000 -10000 -3000 -1000 -192 +192 +1000 +3000 +10000 tip