Mon, 19 May 2014 15:29:42 +0200 8034206: Make parts of code pipeline reusable in order to facilitate faster warmup and faster lazy compilation.
lagergren [Mon, 19 May 2014 15:29:42 +0200] rev 24759
8034206: Make parts of code pipeline reusable in order to facilitate faster warmup and faster lazy compilation. Reviewed-by: hannesw, attila
Thu, 15 May 2014 15:28:51 +0200 8043235: Type-based optimizations interfere with continuation methods
attila [Thu, 15 May 2014 15:28:51 +0200] rev 24758
8043235: Type-based optimizations interfere with continuation methods Reviewed-by: jlaskey, lagergren
Wed, 14 May 2014 17:05:08 +0200 8043133: Fix corner cases of JDK-8041995
attila [Wed, 14 May 2014 17:05:08 +0200] rev 24757
8043133: Fix corner cases of JDK-8041995 Reviewed-by: hannesw, lagergren
Wed, 14 May 2014 15:50:04 +0200 8044154: Nashorn : all tests failed with java.security.AccessControlException
mnunez [Wed, 14 May 2014 15:50:04 +0200] rev 24756
8044154: Nashorn : all tests failed with java.security.AccessControlException Reviewed-by: attila, sundar
Wed, 14 May 2014 16:29:14 +0200 8043137: Collapse long sequences of NOP in Nashorn bytecode output
attila [Wed, 14 May 2014 16:29:14 +0200] rev 24755
8043137: Collapse long sequences of NOP in Nashorn bytecode output Reviewed-by: jlaskey, lagergren
Wed, 14 May 2014 15:55:27 +0200 8043004: Reduce variability at JavaAdapter call sites
attila [Wed, 14 May 2014 15:55:27 +0200] rev 24754
8043004: Reduce variability at JavaAdapter call sites Reviewed-by: lagergren, sundar
Wed, 14 May 2014 10:51:39 +0200 8043003: Use strongly referenced generic invokers
attila [Wed, 14 May 2014 10:51:39 +0200] rev 24753
8043003: Use strongly referenced generic invokers Reviewed-by: lagergren, sundar
Tue, 13 May 2014 14:54:21 +0200 8043002: Improve performance of Nashorn equality operators
attila [Tue, 13 May 2014 14:54:21 +0200] rev 24752
8043002: Improve performance of Nashorn equality operators Reviewed-by: lagergren, sundar
Tue, 13 May 2014 11:30:40 +0200 8042118: Separate types from symbols
attila [Tue, 13 May 2014 11:30:40 +0200] rev 24751
8042118: Separate types from symbols Reviewed-by: hannesw, lagergren
Mon, 05 May 2014 14:17:20 +0200 8037572: Add more test cases to check static types
mnunez [Mon, 05 May 2014 14:17:20 +0200] rev 24750
8037572: Add more test cases to check static types Reviewed-by: attila, lagergren
Fri, 02 May 2014 18:22:29 +0200 8041625: AccessorProperty currentType must only by Object.class when non-primitive, and scoping followup problem for lazily generated with bodies
lagergren [Fri, 02 May 2014 18:22:29 +0200] rev 24749
8041625: AccessorProperty currentType must only by Object.class when non-primitive, and scoping followup problem for lazily generated with bodies Reviewed-by: jlaskey, attila
Tue, 29 Apr 2014 16:00:53 +0200 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
mnunez [Tue, 29 Apr 2014 16:00:53 +0200] rev 24748
8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework Reviewed-by: attila, lagergren
Mon, 28 Apr 2014 16:37:36 +0200 8041995: Problems when loading tree expressions with several optimistic program points when optimistically initializing ObjectNodes
lagergren [Mon, 28 Apr 2014 16:37:36 +0200] rev 24747
8041995: Problems when loading tree expressions with several optimistic program points when optimistically initializing ObjectNodes Reviewed-by: jlaskey, attila
Fri, 25 Apr 2014 14:26:07 +0200 8041905: Fix apply2call bug that prevented avatar.js unit tests from running correctly
lagergren [Fri, 25 Apr 2014 14:26:07 +0200] rev 24746
8041905: Fix apply2call bug that prevented avatar.js unit tests from running correctly Reviewed-by: attila, hannesw
Wed, 23 Apr 2014 17:37:41 +0200 8041434: Add synchronization to the common global constants structure
lagergren [Wed, 23 Apr 2014 17:37:41 +0200] rev 24745
8041434: Add synchronization to the common global constants structure Reviewed-by: attila, hannesw
Wed, 23 Apr 2014 16:13:47 +0200 8038426: Move all loggers from process wide scope into Global scope
lagergren [Wed, 23 Apr 2014 16:13:47 +0200] rev 24744
8038426: Move all loggers from process wide scope into Global scope Reviewed-by: attila, hannesw
Tue, 22 Apr 2014 14:09:46 +0200 8033105: Make sure Nashorn test harness can run zlib benchmark
lagergren [Tue, 22 Apr 2014 14:09:46 +0200] rev 24743
8033105: Make sure Nashorn test harness can run zlib benchmark Reviewed-by: attila, hannesw
Fri, 18 Apr 2014 21:24:34 +0200 8040655: When processing a RewriteException debug object, the return value has already been reset to null. We need to catch this value before that.
lagergren [Fri, 18 Apr 2014 21:24:34 +0200] rev 24742
8040655: When processing a RewriteException debug object, the return value has already been reset to null. We need to catch this value before that. Reviewed-by: attila, lagergren Contributed-by: matherey.nunez@oracle.com
Fri, 18 Apr 2014 20:12:21 +0200 8040102: Remove all references to Unsafe and definition of anonymous clases from the code
lagergren [Fri, 18 Apr 2014 20:12:21 +0200] rev 24741
8040102: Remove all references to Unsafe and definition of anonymous clases from the code Summary: As the catch combinator optimization is now part of java.lang.invoke we don't need to put our own in the boot class path in any configuration anymore. Furthermore, with the completion of the array performance subtask of optimistic typing, we can remove the experimental (commented out) Unsafe accessors in the ArrayData classes Reviewed-by: attila, jlaskey
Thu, 17 Apr 2014 20:01:19 +0200 8040089: Apply to call transform was incomplete. Now passes all tests and performance is back
lagergren [Thu, 17 Apr 2014 20:01:19 +0200] rev 24740
8040089: Apply to call transform was incomplete. Now passes all tests and performance is back Reviewed-by: hannesw, attila, sundar, jlaskey
Fri, 11 Apr 2014 16:52:56 +0200 Merge
lagergren [Fri, 11 Apr 2014 16:52:56 +0200] rev 24739
Merge
Fri, 11 Apr 2014 16:52:14 +0200 8039746: Transform applies to calls wherever possible, for ScriptFunctions and JSObjects.
lagergren [Fri, 11 Apr 2014 16:52:14 +0200] rev 24738
8039746: Transform applies to calls wherever possible, for ScriptFunctions and JSObjects. Reviewed-by: hannesw, attila, sundar, jlaskey
Fri, 11 Apr 2014 16:40:06 +0200 8040024: BranchOptimizer produces bad code for NaN FP comparison
attila [Fri, 11 Apr 2014 16:40:06 +0200] rev 24737
8040024: BranchOptimizer produces bad code for NaN FP comparison Reviewed-by: jlaskey, lagergren
Wed, 02 Apr 2014 10:52:39 +0200 8039044: Expand undefined intrinsics for all commutative combinators of scrict undefined checks
lagergren [Wed, 02 Apr 2014 10:52:39 +0200] rev 24736
8039044: Expand undefined intrinsics for all commutative combinators of scrict undefined checks Reviewed-by: jlaskey, hannesw
Tue, 01 Apr 2014 16:12:38 +0200 8038945: Simplify strict undefined checks
lagergren [Tue, 01 Apr 2014 16:12:38 +0200] rev 24735
8038945: Simplify strict undefined checks Reviewed-by: jlaskey, hannesw
Tue, 01 Apr 2014 11:19:32 +0200 8038799: Guard and unbox boxed primitives types on setting them in Properties to avoid megamorphisism
lagergren [Tue, 01 Apr 2014 11:19:32 +0200] rev 24734
8038799: Guard and unbox boxed primitives types on setting them in Properties to avoid megamorphisism Reviewed-by: attila, jlaskey
Mon, 31 Mar 2014 14:13:34 +0200 8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not.
lagergren [Mon, 31 Mar 2014 14:13:34 +0200] rev 24733
8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not. Reviewed-by: attila, sundar, jlaskey
Thu, 27 Mar 2014 14:09:40 +0100 8038416: Access to undefined scoped variables deoptimized too much
attila [Thu, 27 Mar 2014 14:09:40 +0100] rev 24732
8038416: Access to undefined scoped variables deoptimized too much Reviewed-by: jlaskey, lagergren
Thu, 27 Mar 2014 11:45:54 +0100 8038406: Testability: as a first step of moving loggers away from the process global space, the Debug object now supports logging POJOs from log entries as an event queue, which can be introspected from test scripts. This is way better than screen scraping brittle and subject-to-change log output.
lagergren [Thu, 27 Mar 2014 11:45:54 +0100] rev 24731
8038406: Testability: as a first step of moving loggers away from the process global space, the Debug object now supports logging POJOs from log entries as an event queue, which can be introspected from test scripts. This is way better than screen scraping brittle and subject-to-change log output. Reviewed-by: attila, hannesw, sundar
Wed, 26 Mar 2014 15:00:32 +0100 8038396: fix for the compiler expression evaluator to be more inquisitive about types
attila [Wed, 26 Mar 2014 15:00:32 +0100] rev 24730
8038396: fix for the compiler expression evaluator to be more inquisitive about types Reviewed-by: hannesw, lagergren
Mon, 24 Mar 2014 18:41:06 +0100 8037534: Use scope types to determine optimistic types
attila [Mon, 24 Mar 2014 18:41:06 +0100] rev 24729
8037534: Use scope types to determine optimistic types Reviewed-by: hannesw, lagergren
Mon, 24 Mar 2014 18:40:11 +0100 8038223: Symbol trace debug output takes time
attila [Mon, 24 Mar 2014 18:40:11 +0100] rev 24728
8038223: Symbol trace debug output takes time Reviewed-by: hannesw, lagergren
Fri, 21 Mar 2014 17:52:03 +0100 Merge
attila [Fri, 21 Mar 2014 17:52:03 +0100] rev 24727
Merge
Thu, 20 Mar 2014 16:26:54 +0100 8037967: Broke the build, by commiting without saving the last review comment
lagergren [Thu, 20 Mar 2014 16:26:54 +0100] rev 24726
8037967: Broke the build, by commiting without saving the last review comment Reviewed-by: jlaskey, hannesw
Thu, 20 Mar 2014 16:16:42 +0100 8033334: Make sure that scope depth information is maintained in the RecompilableScriptFunctionDatas, to avoid unnecessary slow proto linkage when doing on demand compilation
lagergren [Thu, 20 Mar 2014 16:16:42 +0100] rev 24725
8033334: Make sure that scope depth information is maintained in the RecompilableScriptFunctionDatas, to avoid unnecessary slow proto linkage when doing on demand compilation Summary: Compute RecompiledScriptFunctionDatas eagerly, annotate them with scope depth information and use them in recompilations. Reviewed-by: attila, hannesw, jlaskey
Mon, 17 Mar 2014 15:05:18 +0100 8037086: Check that deoptimizing recompilations are correct
mnunez [Mon, 17 Mar 2014 15:05:18 +0100] rev 24724
8037086: Check that deoptimizing recompilations are correct Reviewed-by: attila, lagergren
Fri, 14 Mar 2014 14:27:32 +0100 8036986: Test should check that correctly type is returned running with optimistic. If optimistic assumption was wrong we should get the right one.
lagergren [Fri, 14 Mar 2014 14:27:32 +0100] rev 24723
8036986: Test should check that correctly type is returned running with optimistic. If optimistic assumption was wrong we should get the right one. Summary: This uses the inspection framework for generated code to ensure optimisim. Reviewed-by: attila, lagergren Contributed-by: matherey.nunez@oracle.com
Wed, 12 Mar 2014 10:31:22 +0100 8037177: -Dnashorn.optimistic should be enabled by default, meaning that it has to be explicitly set to false to run with the jdk 8 style conservative types
lagergren [Wed, 12 Mar 2014 10:31:22 +0100] rev 24722
8037177: -Dnashorn.optimistic should be enabled by default, meaning that it has to be explicitly set to false to run with the jdk 8 style conservative types Summary: This will be the new default setting, so the explicit flag should be removed, and instead reverse checked for explicitly DISABLED optimistic types. In the future, we might remove the flag altogether. Reviewed-by: attila, hannesw
Wed, 05 Mar 2014 09:51:00 +0100 8036127: Prototype filter needs to be applied to getter guard as well, not just getter
lagergren [Wed, 05 Mar 2014 09:51:00 +0100] rev 24721
8036127: Prototype filter needs to be applied to getter guard as well, not just getter Summary: This manifests itself as a bug in optimistic types, as inner functions may access properties of the wrong type, but it is also a bug in tip. Without optimistic types, we have been unable to find a reproducer due to more similar PropertyMaps Reviewed-by: attila, jlaskey, sundar
Mon, 03 Mar 2014 11:24:44 +0100 8035836: Array performance improvements
lagergren [Mon, 03 Mar 2014 11:24:44 +0100] rev 24720
8035836: Array performance improvements Summary: Implement typed arrays with native byte buffers and do fast linking for all continuous arrays Reviewed-by: attila, jlaskey, sundar, hannesw
Wed, 26 Feb 2014 13:17:57 +0100 8035820: Optimistic recompilation
attila [Wed, 26 Feb 2014 13:17:57 +0100] rev 24719
8035820: Optimistic recompilation Reviewed-by: hannesw, jlaskey, sundar Contributed-by: attila.szegedi@oracle.com, marcus.lagergren@oracle.com
Wed, 04 Jun 2014 20:20:44 -0700 Added tag jdk9-b16 for changeset e3b9d834796d
katleman [Wed, 04 Jun 2014 20:20:44 -0700] rev 24718
Added tag jdk9-b16 for changeset e3b9d834796d
Wed, 05 Jul 2017 19:43:34 +0200 Merge
duke [Wed, 05 Jul 2017 19:43:34 +0200] rev 24717
Merge
Wed, 04 Jun 2014 20:20:02 -0700 Added tag jdk9-b16 for changeset 87bc69dea937
katleman [Wed, 04 Jun 2014 20:20:02 -0700] rev 24716
Added tag jdk9-b16 for changeset 87bc69dea937
Wed, 05 Jul 2017 19:43:31 +0200 Merge
duke [Wed, 05 Jul 2017 19:43:31 +0200] rev 24715
Merge
Thu, 05 Jun 2014 19:37:32 -0700 Merge
lana [Thu, 05 Jun 2014 19:37:32 -0700] rev 24714
Merge
Thu, 05 Jun 2014 12:13:50 +0100 8044766: New jdk.net classes have @since 1.9 tags in 8u20
michaelm [Thu, 05 Jun 2014 12:13:50 +0100] rev 24713
8044766: New jdk.net classes have @since 1.9 tags in 8u20 Reviewed-by: chegar
Thu, 05 Jun 2014 15:27:51 +0800 8044755: Add a test for algorithm constraints check in jarsigner
weijun [Thu, 05 Jun 2014 15:27:51 +0800] rev 24712
8044755: Add a test for algorithm constraints check in jarsigner Reviewed-by: xuelei
Wed, 04 Jun 2014 14:00:19 -0700 8044727: Problem reading the contents of some zip files
sherman [Wed, 04 Jun 2014 14:00:19 -0700] rev 24711
8044727: Problem reading the contents of some zip files Summary: zis.readLOC() should not interpret ZIP64 data in extra field, if not necessary Reviewed-by: alanb
Wed, 04 Jun 2014 11:25:13 -0700 8044725: Bug in zlib 1.2.5 prevents inflation of some gzipped files
sherman [Wed, 04 Jun 2014 11:25:13 -0700] rev 24710
8044725: Bug in zlib 1.2.5 prevents inflation of some gzipped files Summary: to upgrade zlib version from 1.2.5 to 1.2.8 Reviewed-by: alanb, iris
Wed, 04 Jun 2014 14:42:48 +0200 8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
jfranck [Wed, 04 Jun 2014 14:42:48 +0200] rev 24709
8039916: AnnotatedType.getType() of a Executable parameters may return wrong type Reviewed-by: psandoz
Wed, 04 Jun 2014 13:37:16 +0100 8044590: Broken links in jre.api.net.socketoptions
chegar [Wed, 04 Jun 2014 13:37:16 +0100] rev 24708
8044590: Broken links in jre.api.net.socketoptions Reviewed-by: michaelm
Wed, 04 Jun 2014 13:12:16 +0200 8036006: [TESTBUG] sun/tools/native2ascii/NativeErrors.java fails: Process exit code was 0, but error was expected.
mtobiass [Wed, 04 Jun 2014 13:12:16 +0200] rev 24707
8036006: [TESTBUG] sun/tools/native2ascii/NativeErrors.java fails: Process exit code was 0, but error was expected. Summary: Ignore read-only test if file is not read-only. This will happen when test is run as root. Reviewed-by: sla, dholmes
Wed, 04 Jun 2014 16:26:11 +0400 8032901: WaitForMultipleObjects() return value not handled appropriately
aefimov [Wed, 04 Jun 2014 16:26:11 +0400] rev 24706
8032901: WaitForMultipleObjects() return value not handled appropriately Reviewed-by: dholmes, sla
Mon, 02 Jun 2014 17:59:08 +0200 8044495: Remove test demo/jvmti/mtrace/TraceJFrame.java
miauno [Mon, 02 Jun 2014 17:59:08 +0200] rev 24705
8044495: Remove test demo/jvmti/mtrace/TraceJFrame.java Reviewed-by: sla, sspitsyn
Wed, 04 Jun 2014 09:48:02 +0000 8044771: PKIXValidator indent cleanup
xuelei [Wed, 04 Jun 2014 09:48:02 +0000] rev 24704
8044771: PKIXValidator indent cleanup Reviewed-by: weijun
Tue, 03 Jun 2014 21:21:32 +0530 8044647: sun/tools/jrunscript/jrunscriptTest.sh start failing: Output of jrunscript -l nashorn differ from expected output
sundar [Tue, 03 Jun 2014 21:21:32 +0530] rev 24703
8044647: sun/tools/jrunscript/jrunscriptTest.sh start failing: Output of jrunscript -l nashorn differ from expected output Reviewed-by: jlaskey, lagergren, ksrini
Tue, 03 Jun 2014 18:31:13 +0400 8044206: LambdaMetafactory.altMetafactory javadoc refers to wrong method
kizune [Tue, 03 Jun 2014 18:31:13 +0400] rev 24702
8044206: LambdaMetafactory.altMetafactory javadoc refers to wrong method Reviewed-by: briangoetz, jjg
Tue, 03 Jun 2014 17:55:58 +0400 8040081: Tidy warnings cleanup for java.applet
yan [Tue, 03 Jun 2014 17:55:58 +0400] rev 24701
8040081: Tidy warnings cleanup for java.applet Reviewed-by: pchelko Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
Tue, 03 Jun 2014 10:55:27 +0200 8044480: JDK image target overwrites lib/server/libjsig.dylib symlink with a copy of lib/libjsig.dylib
erikj [Tue, 03 Jun 2014 10:55:27 +0200] rev 24700
8044480: JDK image target overwrites lib/server/libjsig.dylib symlink with a copy of lib/libjsig.dylib Reviewed-by: dcubed, tbell, dholmes
Tue, 03 Jun 2014 10:52:53 +0200 8043160: JDK 9 Build failure in accessbridge
erikj [Tue, 03 Jun 2014 10:52:53 +0200] rev 24699
8043160: JDK 9 Build failure in accessbridge Reviewed-by: prr, tbell
Tue, 03 Jun 2014 07:35:35 -0400 Merge
mullan [Tue, 03 Jun 2014 07:35:35 -0400] rev 24698
Merge
Tue, 03 Jun 2014 07:34:35 -0400 8036841: Reuse no-perms AccessControlContext object when performing isAuthorized check
mullan [Tue, 03 Jun 2014 07:34:35 -0400] rev 24697
8036841: Reuse no-perms AccessControlContext object when performing isAuthorized check Reviewed-by: wetmore
Tue, 03 Jun 2014 14:58:47 +0400 8005873: JRuby test_respond_to.rb asserts with: MT-unsafe modification of inline cache
thartmann [Tue, 03 Jun 2014 14:58:47 +0400] rev 24696
8005873: JRuby test_respond_to.rb asserts with: MT-unsafe modification of inline cache Reviewed-by: vlivanov, jrose, psandoz
Tue, 03 Jun 2014 12:52:59 +0400 8032527: fix a couple doclint errors in java/awt/geom/Path2D
yan [Tue, 03 Jun 2014 12:52:59 +0400] rev 24695
8032527: fix a couple doclint errors in java/awt/geom/Path2D Reviewed-by: prr Contributed-by: Steven Sides <steve.sides@oracle.com>
Mon, 02 Jun 2014 17:14:35 -0700 8037742: Re-enabling PKCS11 HMAC mechanisms in Solaris
ascarpino [Mon, 02 Jun 2014 17:14:35 -0700] rev 24694
8037742: Re-enabling PKCS11 HMAC mechanisms in Solaris Reviewed-by: valeriep
Mon, 02 Jun 2014 17:08:40 -0700 8041142: Re-enabling CBC_PAD PKCS11 mechanisms for Solaris
ascarpino [Mon, 02 Jun 2014 17:08:40 -0700] rev 24693
8041142: Re-enabling CBC_PAD PKCS11 mechanisms for Solaris Reviewed-by: valeriep
Mon, 02 Jun 2014 19:49:57 +0400 8037866: Replace the Fun class in tests with lambdas
igerasim [Mon, 02 Jun 2014 19:49:57 +0400] rev 24692
8037866: Replace the Fun class in tests with lambdas Reviewed-by: martin
Mon, 02 Jun 2014 09:19:59 +0100 8043753: Drop javax.transaction from compact2 and compact3
alanb [Mon, 02 Jun 2014 09:19:59 +0100] rev 24691
8043753: Drop javax.transaction from compact2 and compact3 Reviewed-by: dholmes
Sun, 01 Jun 2014 11:54:04 -0400 8044235: src.zip should include all sources
omajid [Sun, 01 Jun 2014 11:54:04 -0400] rev 24690
8044235: src.zip should include all sources Reviewed-by: andrew, dholmes
Fri, 30 May 2014 16:45:30 -0700 8039865: Add fallthrough lint warning to build of jdk repository
darcy [Fri, 30 May 2014 16:45:30 -0700] rev 24689
8039865: Add fallthrough lint warning to build of jdk repository Reviewed-by: erikj
Fri, 30 May 2014 16:41:18 -0700 8044477: Fix fallthrough lint warning in ASM
darcy [Fri, 30 May 2014 16:41:18 -0700] rev 24688
8044477: Fix fallthrough lint warning in ASM Reviewed-by: lancea
Fri, 30 May 2014 13:37:35 -0700 8044046: [asm] refresh internal ASM version to v5.0.3
ksrini [Fri, 30 May 2014 13:37:35 -0700] rev 24687
8044046: [asm] refresh internal ASM version to v5.0.3 Reviewed-by: psandoz, sundar
Fri, 30 May 2014 09:25:18 -0700 8044363: Remove special build options for unpack200 executable
mikael [Fri, 30 May 2014 09:25:18 -0700] rev 24686
8044363: Remove special build options for unpack200 executable Reviewed-by: ksrini
Fri, 30 May 2014 15:46:12 -0400 8044461: Cleanup new Boolean and single character strings
rriggs [Fri, 30 May 2014 15:46:12 -0400] rev 24685
8044461: Cleanup new Boolean and single character strings Reviewed-by: rriggs, alanb, lancea Contributed-by: otaviopolianasantana@gmail.com
Wed, 04 Jun 2014 20:20:28 -0700 Added tag jdk9-b16 for changeset 68a979478ffb
katleman [Wed, 04 Jun 2014 20:20:28 -0700] rev 24684
Added tag jdk9-b16 for changeset 68a979478ffb
Wed, 05 Jul 2017 19:43:24 +0200 Merge
duke [Wed, 05 Jul 2017 19:43:24 +0200] rev 24683
Merge
Thu, 05 Jun 2014 19:39:08 -0700 Merge
lana [Thu, 05 Jun 2014 19:39:08 -0700] rev 24682
Merge
Fri, 30 May 2014 13:46:02 -0700 Merge
amurillo [Fri, 30 May 2014 13:46:02 -0700] rev 24681
Merge
Fri, 30 May 2014 10:07:19 -0700 Merge
twisti [Fri, 30 May 2014 10:07:19 -0700] rev 24680
Merge
Fri, 30 May 2014 09:49:53 -0700 Merge
twisti [Fri, 30 May 2014 09:49:53 -0700] rev 24679
Merge
Thu, 29 May 2014 09:41:07 +0000 8034935: JSR 292 support for PopFrame has a fragile coupling with DirectMethodHandle
vlivanov [Thu, 29 May 2014 09:41:07 +0000] rev 24678
8034935: JSR 292 support for PopFrame has a fragile coupling with DirectMethodHandle Reviewed-by: twisti, jrose, sspitsyn
Wed, 28 May 2014 07:59:23 -1000 8044090: C1: Old value instead of new one is passed to post-barrier in UnsafeGetAndSetObject
iveresov [Wed, 28 May 2014 07:59:23 -1000] rev 24677
8044090: C1: Old value instead of new one is passed to post-barrier in UnsafeGetAndSetObject Summary: Pass correct value to post-barrier in UnsafeGetAndSetObject Reviewed-by: roland, vlivanov
Wed, 28 May 2014 14:42:00 +0400 8043899: compiler/5091921/Test7005594.java fails if specified -Xmx is less than 1600m
iignatyev [Wed, 28 May 2014 14:42:00 +0400] rev 24676
8043899: compiler/5091921/Test7005594.java fails if specified -Xmx is less than 1600m Reviewed-by: kvn, twisti, vlivanov
Tue, 27 May 2014 16:05:29 -0700 8043206: Fix signed vs. unsigned comparison warning in copy_sparc.hpp
mikael [Tue, 27 May 2014 16:05:29 -0700] rev 24675
8043206: Fix signed vs. unsigned comparison warning in copy_sparc.hpp Reviewed-by: coleenp, lfoltan, kvn
Mon, 26 May 2014 19:05:01 +0400 8038924: Test bit-instructions fails with unexpected exit value on sparc
iignatyev [Mon, 26 May 2014 19:05:01 +0400] rev 24674
8038924: Test bit-instructions fails with unexpected exit value on sparc Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
Mon, 26 May 2014 14:27:01 +0200 8043638: Multiple compilation attempts break LogCompulation, lead to confusing PrintInlining output
roland [Mon, 26 May 2014 14:27:01 +0200] rev 24673
8043638: Multiple compilation attempts break LogCompulation, lead to confusing PrintInlining output Summary: dumps inlining only for last compilation attempt. Fix LogCompilation tool so it handles multiple compilation attempts. Reviewed-by: vlivanov, kvn
Mon, 26 May 2014 10:48:58 +0200 8042557: compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: GC triggered before VM initialization completed
roland [Mon, 26 May 2014 10:48:58 +0200] rev 24672
8042557: compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: GC triggered before VM initialization completed Summary: larger heap size, bug fix when trying to exhaust memory Reviewed-by: vlivanov, twisti, kvn
Sat, 24 May 2014 00:04:21 +0400 8032970: Add stack size check methods to WhiteBox API
iignatyev [Sat, 24 May 2014 00:04:21 +0400] rev 24671
8032970: Add stack size check methods to WhiteBox API Reviewed-by: twisti, kvn, iignatyev Contributed-by: kirill.shirokov@oracle.com
Fri, 23 May 2014 09:22:01 -0700 Merge
twisti [Fri, 23 May 2014 09:22:01 -0700] rev 24670
Merge
Wed, 21 May 2014 11:25:25 +0200 8031475: Missing oopmap in patching stubs
neliasso [Wed, 21 May 2014 11:25:25 +0200] rev 24669
8031475: Missing oopmap in patching stubs Summary: Add patch test for lir_checkcast in compute_oop_map Reviewed-by: roland, twisti
Thu, 29 May 2014 13:01:54 -0700 Merge
jmasa [Thu, 29 May 2014 13:01:54 -0700] rev 24668
Merge
Mon, 26 May 2014 19:21:01 +0400 8040250: The test test/gc/parallelScavenge/TestDynShrinkHeap.java fails with OOME
iignatyev [Mon, 26 May 2014 19:21:01 +0400] rev 24667
8040250: The test test/gc/parallelScavenge/TestDynShrinkHeap.java fails with OOME Reviewed-by: jmasa, iignatyev Contributed-by: dmitry.fazunenko@oracle.com
Mon, 26 May 2014 09:31:43 +0200 8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx
tschatzl [Mon, 26 May 2014 09:31:43 +0200] rev 24666
8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx Summary: The mismatch in declaration and definition has been encountered when compiling on a platform where the sizes are different. Change the method definition to match the declaration. Reviewed-by: tschatzl, sjohanss Contributed-by: Dan Horak <dhorak@redhat.com>
Tue, 27 May 2014 08:44:23 -0700 8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize
minqi [Tue, 27 May 2014 08:44:23 -0700] rev 24665
8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize Summary: In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same. In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same. Reviewed-by: dholmes, iklam, jiangli, coleenp Contributed-by: yumin.qi@oracle.com
Fri, 23 May 2014 21:34:49 +0000 Merge
coleenp [Fri, 23 May 2014 21:34:49 +0000] rev 24664
Merge
Fri, 23 May 2014 16:54:01 -0400 8043925: Fix typo in verifier.cpp
coleenp [Fri, 23 May 2014 16:54:01 -0400] rev 24663
8043925: Fix typo in verifier.cpp Summary: Fix lookupswitch Reviewed-by: sla, coleenp Contributed-by: ygaevsky@azulsystems.com
Fri, 23 May 2014 16:43:47 -0400 Merge
coleenp [Fri, 23 May 2014 16:43:47 -0400] rev 24662
Merge
Thu, 22 May 2014 13:22:09 -0700 8042155: [TESTBUG] Tests for stack guard pages have to be cleaned up
dsamersoff [Thu, 22 May 2014 13:22:09 -0700] rev 24661
8042155: [TESTBUG] Tests for stack guard pages have to be cleaned up Summary: Tests for 6929067 and 8009062 should be composed to single test that provide better testing for stack guard pages behaviour Reviewed-by: coleenp, dcubed, dsimms
Thu, 22 May 2014 11:36:23 -0400 8043301: Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013
lfoltan [Thu, 22 May 2014 11:36:23 -0400] rev 24660
8043301: Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013 Summary: Factor out definitions of copysignA and scalbnA into new file sharedRuntimeMath.hpp Reviewed-by: dholmes, coleenp, kvn
Thu, 22 May 2014 09:12:29 +0200 8027230: Overflow in java.lang.instrument.Instrumentation.getObjectSize() method
allwin [Thu, 22 May 2014 09:12:29 +0200] rev 24659
8027230: Overflow in java.lang.instrument.Instrumentation.getObjectSize() method Reviewed-by: dholmes, sspitsyn
Wed, 21 May 2014 14:36:18 -0400 8042727: nsk/jdb/unwatch/unwatch001 crash in InstanceKlass::methods_do(void (*)(Method*))
coleenp [Wed, 21 May 2014 14:36:18 -0400] rev 24658
8042727: nsk/jdb/unwatch/unwatch001 crash in InstanceKlass::methods_do(void (*)(Method*)) Summary: Only walk methods in instanceklass if the class is loaded Reviewed-by: dholmes, fparain
Wed, 04 Jun 2014 20:20:09 -0700 Added tag jdk9-b16 for changeset f1f02d5f465a
katleman [Wed, 04 Jun 2014 20:20:09 -0700] rev 24657
Added tag jdk9-b16 for changeset f1f02d5f465a
Thu, 05 Jun 2014 19:37:09 -0700 Merge
lana [Thu, 05 Jun 2014 19:37:09 -0700] rev 24656
Merge
Wed, 04 Jun 2014 10:03:17 -0700 8044733: common/autoconf/configure script doesn't properly detect missing tools
mduigou [Wed, 04 Jun 2014 10:03:17 -0700] rev 24655
8044733: common/autoconf/configure script doesn't properly detect missing tools Reviewed-by: erikj, mikael
Wed, 04 Jun 2014 20:20:00 -0700 Added tag jdk9-b16 for changeset 46c176c94864
katleman [Wed, 04 Jun 2014 20:20:00 -0700] rev 24654
Added tag jdk9-b16 for changeset 46c176c94864
Wed, 05 Jul 2017 19:43:07 +0200 Added tag jdk9-b16 for changeset 4a09f5d30be8
duke [Wed, 05 Jul 2017 19:43:07 +0200] rev 24653
Added tag jdk9-b16 for changeset 4a09f5d30be8
Wed, 05 Jul 2017 19:43:07 +0200 Merge jdk9-b16
duke [Wed, 05 Jul 2017 19:43:07 +0200] rev 24652
Merge
Wed, 05 Jul 2017 19:43:03 +0200 Merge
duke [Wed, 05 Jul 2017 19:43:03 +0200] rev 24651
Merge
Fri, 30 May 2014 09:25:52 -0700 Merge
lana [Fri, 30 May 2014 09:25:52 -0700] rev 24650
Merge
Fri, 30 May 2014 12:54:16 +0200 8031967: For some sources compiler compiles for ever
jlahoda [Fri, 30 May 2014 12:54:16 +0200] rev 24649
8031967: For some sources compiler compiles for ever Summary: Avoid creating DeferredTypes for method calls with method calls as receivers if the site can be determined reliably Reviewed-by: mcimadamore, vromero Contributed-by: maurizio.cimadamore@oracle.com, jan.lahoda@oracle.com
Thu, 29 May 2014 15:28:01 +0100 8037937: javac: AssertionError during LVT generation, wrong variable ranges
vromero [Thu, 29 May 2014 15:28:01 +0100] rev 24648
8037937: javac: AssertionError during LVT generation, wrong variable ranges Reviewed-by: mcimadamore
Wed, 28 May 2014 21:47:30 +0100 8037934: Javac generates invalid signatures for local types
pgovereau [Wed, 28 May 2014 21:47:30 +0100] rev 24647
8037934: Javac generates invalid signatures for local types Reviewed-by: vromero, rfield Contributed-by: separdaud@redhat.com
Thu, 29 May 2014 22:32:18 -0700 Added tag jdk9-b15 for changeset dbec02c24c7a
katleman [Thu, 29 May 2014 22:32:18 -0700] rev 24646
Added tag jdk9-b15 for changeset dbec02c24c7a
Wed, 05 Jul 2017 19:42:59 +0200 Merge
duke [Wed, 05 Jul 2017 19:42:59 +0200] rev 24645
Merge
Thu, 29 May 2014 22:32:10 -0700 Added tag jdk9-b15 for changeset 039c0ea8c5c6
katleman [Thu, 29 May 2014 22:32:10 -0700] rev 24644
Added tag jdk9-b15 for changeset 039c0ea8c5c6
Wed, 05 Jul 2017 19:42:56 +0200 Merge
duke [Wed, 05 Jul 2017 19:42:56 +0200] rev 24643
Merge
Thu, 29 May 2014 22:32:09 -0700 Added tag jdk9-b15 for changeset e96eee24c138
katleman [Thu, 29 May 2014 22:32:09 -0700] rev 24642
Added tag jdk9-b15 for changeset e96eee24c138
Wed, 05 Jul 2017 19:42:53 +0200 Merge
duke [Wed, 05 Jul 2017 19:42:53 +0200] rev 24641
Merge
Fri, 30 May 2014 09:24:59 -0700 Merge
lana [Fri, 30 May 2014 09:24:59 -0700] rev 24640
Merge
Fri, 30 May 2014 17:22:38 +0530 8044415: ant makefile should have a target to generate javadoc only for jdk.nashorn.api and sub-packages
sundar [Fri, 30 May 2014 17:22:38 +0530] rev 24639
8044415: ant makefile should have a target to generate javadoc only for jdk.nashorn.api and sub-packages Reviewed-by: jlaskey
Thu, 29 May 2014 22:32:20 -0700 Added tag jdk9-b15 for changeset 67e22e0e8473
katleman [Thu, 29 May 2014 22:32:20 -0700] rev 24638
Added tag jdk9-b15 for changeset 67e22e0e8473
Wed, 05 Jul 2017 19:42:50 +0200 Merge
duke [Wed, 05 Jul 2017 19:42:50 +0200] rev 24637
Merge
Thu, 29 May 2014 22:32:02 -0700 Added tag jdk9-b15 for changeset 20d187781c7f
katleman [Thu, 29 May 2014 22:32:02 -0700] rev 24636
Added tag jdk9-b15 for changeset 20d187781c7f
Wed, 05 Jul 2017 19:42:47 +0200 Merge
duke [Wed, 05 Jul 2017 19:42:47 +0200] rev 24635
Merge
Fri, 30 May 2014 19:09:46 +0200 8044418: Add com/sun/jdi/JdbReadTwiceTest.sh to ProblemList.txt
sla [Fri, 30 May 2014 19:09:46 +0200] rev 24634
8044418: Add com/sun/jdi/JdbReadTwiceTest.sh to ProblemList.txt Reviewed-by: alanb, allwin
Fri, 30 May 2014 09:25:14 -0700 Merge
lana [Fri, 30 May 2014 09:25:14 -0700] rev 24633
Merge
Fri, 30 May 2014 14:32:01 +0100 8044027: Remove unused XML Signature schema and dtd files from source
alanb [Fri, 30 May 2014 14:32:01 +0100] rev 24632
8044027: Remove unused XML Signature schema and dtd files from source Reviewed-by: mullan
Fri, 30 May 2014 14:37:43 +0800 8036779: sun.security.krb5.KdcComm interprets kdc_timeout as msec instead of sec
weijun [Fri, 30 May 2014 14:37:43 +0800] rev 24631
8036779: sun.security.krb5.KdcComm interprets kdc_timeout as msec instead of sec Reviewed-by: xuelei
Fri, 30 May 2014 02:33:20 +0400 8044342: build failure on Windows noticed with recent smartcardio fix
igerasim [Fri, 30 May 2014 02:33:20 +0400] rev 24630
8044342: build failure on Windows noticed with recent smartcardio fix Reviewed-by: valeriep
Thu, 29 May 2014 15:50:36 +0100 8044038: Security tests fail on 32 bit linux platform
vinnie [Thu, 29 May 2014 15:50:36 +0100] rev 24629
8044038: Security tests fail on 32 bit linux platform Reviewed-by: xuelei, weijun
Thu, 29 May 2014 13:27:36 +0400 8035186: j2se_jdk/jdk/test/java/lang/invoke/lambda/LogGeneratedClassesTest.java - assertion error
vlivanov [Thu, 29 May 2014 13:27:36 +0400] rev 24628
8035186: j2se_jdk/jdk/test/java/lang/invoke/lambda/LogGeneratedClassesTest.java - assertion error Reviewed-by: psandoz
Thu, 29 May 2014 10:17:08 +0400 8043720: (smartcardio) Native memory should be handled more accurately
igerasim [Thu, 29 May 2014 10:17:08 +0400] rev 24627
8043720: (smartcardio) Native memory should be handled more accurately Reviewed-by: valeriep
Wed, 28 May 2014 23:08:49 -0700 8043916: Fix fallthrough lint warnings in java/lang/UNIXProcess.java
darcy [Wed, 28 May 2014 23:08:49 -0700] rev 24626
8043916: Fix fallthrough lint warnings in java/lang/UNIXProcess.java Reviewed-by: lancea, alanb
Thu, 29 May 2014 10:36:06 +0800 8036709: Java 7 jarsigner displays warning about cert policy tree
weijun [Thu, 29 May 2014 10:36:06 +0800] rev 24625
8036709: Java 7 jarsigner displays warning about cert policy tree Reviewed-by: mullan
Thu, 29 May 2014 01:50:50 +0400 7047033: (smartcardio) Card.disconnect(boolean reset) does not reset when reset is true
igerasim [Thu, 29 May 2014 01:50:50 +0400] rev 24624
7047033: (smartcardio) Card.disconnect(boolean reset) does not reset when reset is true Reviewed-by: valeriep
Tue, 27 May 2014 10:27:51 +0100 8024832: ServerSocketChannel.socket().accept() throws IllegalBlockingModeException if not bound
prappo [Tue, 27 May 2014 10:27:51 +0100] rev 24623
8024832: ServerSocketChannel.socket().accept() throws IllegalBlockingModeException if not bound Reviewed-by: chegar, michaelm, alanb, mr
Wed, 28 May 2014 11:41:26 +0400 8039319: (smartcardio) Card.transmitControlCommand() does not work on Mac OS X
igerasim [Wed, 28 May 2014 11:41:26 +0400] rev 24622
8039319: (smartcardio) Card.transmitControlCommand() does not work on Mac OS X Reviewed-by: valeriep
Tue, 27 May 2014 17:26:52 -0700 8043592: The basic XML parser based on UKit fails to read XML files encoded in UTF-16BE or LE
joehw [Tue, 27 May 2014 17:26:52 -0700] rev 24621
8043592: The basic XML parser based on UKit fails to read XML files encoded in UTF-16BE or LE Reviewed-by: sherman, lancea
Thu, 29 May 2014 22:32:11 -0700 Added tag jdk9-b15 for changeset 0e30add0f485
katleman [Thu, 29 May 2014 22:32:11 -0700] rev 24620
Added tag jdk9-b15 for changeset 0e30add0f485
Wed, 05 Jul 2017 19:42:43 +0200 Merge
duke [Wed, 05 Jul 2017 19:42:43 +0200] rev 24619
Merge
Thu, 29 May 2014 22:32:04 -0700 Added tag jdk9-b15 for changeset 8e732d204328
katleman [Thu, 29 May 2014 22:32:04 -0700] rev 24618
Added tag jdk9-b15 for changeset 8e732d204328
Thu, 29 May 2014 22:31:59 -0700 Added tag jdk9-b15 for changeset e4801f790a3c
katleman [Thu, 29 May 2014 22:31:59 -0700] rev 24617
Added tag jdk9-b15 for changeset e4801f790a3c
Wed, 05 Jul 2017 19:42:33 +0200 Added tag jdk9-b15 for changeset 74eb0778e4f2
duke [Wed, 05 Jul 2017 19:42:33 +0200] rev 24616
Added tag jdk9-b15 for changeset 74eb0778e4f2
Wed, 05 Jul 2017 19:42:32 +0200 Merge jdk9-b15
duke [Wed, 05 Jul 2017 19:42:32 +0200] rev 24615
Merge
Wed, 05 Jul 2017 19:42:29 +0200 Merge
duke [Wed, 05 Jul 2017 19:42:29 +0200] rev 24614
Merge
Tue, 27 May 2014 16:39:05 -0600 8044050: Move misplaced inference tests to test/tools/javac/generics/inference
dlsmith [Tue, 27 May 2014 16:39:05 -0600] rev 24613
8044050: Move misplaced inference tests to test/tools/javac/generics/inference Reviewed-by: vromero
Tue, 27 May 2014 16:32:56 -0600 8042338: Refactor Types.upperBound to treat wildcards and variables separately
dlsmith [Tue, 27 May 2014 16:32:56 -0600] rev 24612
8042338: Refactor Types.upperBound to treat wildcards and variables separately Reviewed-by: vromero
Tue, 27 May 2014 14:23:55 -0400 7177211: SharedNameTable.create and .dispose are not used
pgovereau [Tue, 27 May 2014 14:23:55 -0400] rev 24611
7177211: SharedNameTable.create and .dispose are not used Reviewed-by: jjg
Tue, 27 May 2014 22:26:53 +0100 8042741: Java 8 compiler throws NullPointerException depending location in source file
pgovereau [Tue, 27 May 2014 22:26:53 +0100] rev 24610
8042741: Java 8 compiler throws NullPointerException depending location in source file Reviewed-by: vromero, jlahoda
Tue, 27 May 2014 18:57:44 +0100 8041704: wrong error message when mixing lambda expression and inner class
pgovereau [Tue, 27 May 2014 18:57:44 +0100] rev 24609
8041704: wrong error message when mixing lambda expression and inner class Reviewed-by: vromero
Thu, 22 May 2014 15:42:10 -0700 8043336: Missing bug id in test/tools/javac/lambda/TargetType23.java
sogoel [Thu, 22 May 2014 15:42:10 -0700] rev 24608
8043336: Missing bug id in test/tools/javac/lambda/TargetType23.java Reviewed-by: jjg, vromero, dlsmith
Thu, 22 May 2014 14:39:05 -0700 Merge
lana [Thu, 22 May 2014 14:39:05 -0700] rev 24607
Merge
Tue, 20 May 2014 15:50:17 -0700 8042406: javac.jvm.ClassReader.readClassFile() is using Target to verify valid major versions
ntoda [Tue, 20 May 2014 15:50:17 -0700] rev 24606
8042406: javac.jvm.ClassReader.readClassFile() is using Target to verify valid major versions Reviewed-by: jjg
Fri, 16 May 2014 17:08:42 -0400 8015927: Class reference duplicates in constant pool
pgovereau [Fri, 16 May 2014 17:08:42 -0400] rev 24605
8015927: Class reference duplicates in constant pool Reviewed-by: jjg
Sun, 18 May 2014 19:59:10 -0700 8041422: Split javac ClassReader into ClassReader+ClassFinder
jjg [Sun, 18 May 2014 19:59:10 -0700] rev 24604
8041422: Split javac ClassReader into ClassReader+ClassFinder Reviewed-by: jfranck
Fri, 16 May 2014 10:52:07 +0200 8043186: javac test langtools/tools/javac/util/StringUtilsTest.java fails
jlahoda [Fri, 16 May 2014 10:52:07 +0200] rev 24603
8043186: javac test langtools/tools/javac/util/StringUtilsTest.java fails Summary: The result of String.toLowerCase.indexOf does not always point at the start of the given string in the non-lowercased text. Reviewed-by: jjg, bpatel
Mon, 12 May 2014 17:09:26 +0100 8042771: Missing bug id in test/tools/javac/classfiles/attributes/SourceFile/NoSourceFileAttribute.java
anazarov [Mon, 12 May 2014 17:09:26 +0100] rev 24602
8042771: Missing bug id in test/tools/javac/classfiles/attributes/SourceFile/NoSourceFileAttribute.java Reviewed-by: jjg
Thu, 22 May 2014 12:54:10 -0700 Added tag jdk9-b14 for changeset 076ae2d12410
katleman [Thu, 22 May 2014 12:54:10 -0700] rev 24601
Added tag jdk9-b14 for changeset 076ae2d12410
Wed, 05 Jul 2017 19:42:23 +0200 Merge
duke [Wed, 05 Jul 2017 19:42:23 +0200] rev 24600
Merge
Mon, 26 May 2014 14:59:14 +0200 8043762: Remove unused files from jaxws repository
mkos [Mon, 26 May 2014 14:59:14 +0200] rev 24599
8043762: Remove unused files from jaxws repository Reviewed-by: alanb
Fri, 23 May 2014 16:25:43 +0200 8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
mkos [Fri, 23 May 2014 16:25:43 +0200] rev 24598
8043129: JAF initialisation in SAAJ clashing with the one in javax.mail Reviewed-by: chegar
Fri, 23 May 2014 16:24:18 +0200 8039210: Fix type error in DefaultResourceInjector
mkos [Fri, 23 May 2014 16:24:18 +0200] rev 24597
8039210: Fix type error in DefaultResourceInjector Summary: adding generic types to method call; blocker for fixing javac issue Reviewed-by: chegar
Thu, 22 May 2014 12:54:01 -0700 Added tag jdk9-b14 for changeset 334fc8abb249
katleman [Thu, 22 May 2014 12:54:01 -0700] rev 24596
Added tag jdk9-b14 for changeset 334fc8abb249
Wed, 05 Jul 2017 19:42:19 +0200 Merge
duke [Wed, 05 Jul 2017 19:42:19 +0200] rev 24595
Merge
Fri, 23 May 2014 09:06:34 -0700 8043666: Remove unused files from jaxp repository
joehw [Fri, 23 May 2014 09:06:34 -0700] rev 24594
8043666: Remove unused files from jaxp repository Reviewed-by: alanb
Thu, 22 May 2014 12:53:57 -0700 Added tag jdk9-b14 for changeset d122674e5ed7
katleman [Thu, 22 May 2014 12:53:57 -0700] rev 24593
Added tag jdk9-b14 for changeset d122674e5ed7
Wed, 05 Jul 2017 19:42:15 +0200 Merge
duke [Wed, 05 Jul 2017 19:42:15 +0200] rev 24592
Merge
Tue, 27 May 2014 17:40:19 +0530 8044000: Access to undefined property yields "null" instead of "undefined"
sundar [Tue, 27 May 2014 17:40:19 +0530] rev 24591
8044000: Access to undefined property yields "null" instead of "undefined" Reviewed-by: lagergren, jlaskey
Mon, 26 May 2014 15:48:25 +0530 8043930: TypeError when attemping to create an instance of non-public class could be better
sundar [Mon, 26 May 2014 15:48:25 +0530] rev 24590
8043930: TypeError when attemping to create an instance of non-public class could be better Reviewed-by: attila, lagergren
Thu, 22 May 2014 14:40:06 -0700 Merge
lana [Thu, 22 May 2014 14:40:06 -0700] rev 24589
Merge
Thu, 22 May 2014 17:51:56 +0200 8030202: Nashorn: Multiple RegExp#ignoreCase issues
hannesw [Thu, 22 May 2014 17:51:56 +0200] rev 24588
8030202: Nashorn: Multiple RegExp#ignoreCase issues Reviewed-by: sundar, jlaskey
Thu, 22 May 2014 11:12:29 +0200 8028615: jdk.nashorn.x3::some.serious.failure needs more memory to run
mnunez [Thu, 22 May 2014 11:12:29 +0200] rev 24587
8028615: jdk.nashorn.x3::some.serious.failure needs more memory to run Reviewed-by: attila, sundar Contributed-by: sergey.lugovoy@oracle.com
Tue, 20 May 2014 08:32:09 +0530 8043443: Test framework changes to run script tests without security manager
sundar [Tue, 20 May 2014 08:32:09 +0530] rev 24586
8043443: Test framework changes to run script tests without security manager Reviewed-by: attila
Thu, 22 May 2014 12:54:12 -0700 Added tag jdk9-b14 for changeset 2187cb29a50c
katleman [Thu, 22 May 2014 12:54:12 -0700] rev 24585
Added tag jdk9-b14 for changeset 2187cb29a50c
Wed, 05 Jul 2017 19:42:10 +0200 Merge
duke [Wed, 05 Jul 2017 19:42:10 +0200] rev 24584
Merge
Thu, 22 May 2014 12:53:41 -0700 Added tag jdk9-b14 for changeset 4009a00151e2
katleman [Thu, 22 May 2014 12:53:41 -0700] rev 24583
Added tag jdk9-b14 for changeset 4009a00151e2
Wed, 05 Jul 2017 19:42:06 +0200 Merge
duke [Wed, 05 Jul 2017 19:42:06 +0200] rev 24582
Merge
Tue, 27 May 2014 21:29:13 +0000 Merge
wetmore [Tue, 27 May 2014 21:29:13 +0000] rev 24581
Merge
Tue, 27 May 2014 17:06:18 +0000 Merge
wetmore [Tue, 27 May 2014 17:06:18 +0000] rev 24580
Merge
Fri, 23 May 2014 23:55:14 +0000 Merge
wetmore [Fri, 23 May 2014 23:55:14 +0000] rev 24579
Merge
Thu, 22 May 2014 20:24:42 +0000 8043342: Replace uses of StringBuffer with StringBuilder within crypto code
wetmore [Thu, 22 May 2014 20:24:42 +0000] rev 24578
8043342: Replace uses of StringBuffer with StringBuilder within crypto code Summary: JCE components of 8041679 here due to code signing process. Reviewed-by: xuelei, wetmore Contributed-by: otaviopolianasantana@gmail.com
Tue, 27 May 2014 16:05:04 -0400 8003488: (process) Provide Process.getPid()
rriggs [Tue, 27 May 2014 16:05:04 -0400] rev 24577
8003488: (process) Provide Process.getPid() Summary: Add Process.getPid Reviewed-by: alanb, martin, igerasim
Tue, 27 May 2014 12:15:08 -0700 8044034: Remove unused com/sun/tools/hat files
mchung [Tue, 27 May 2014 12:15:08 -0700] rev 24576
8044034: Remove unused com/sun/tools/hat files Reviewed-by: sla
Tue, 27 May 2014 17:56:35 +0800 8043495: Add native FileChannelImpl.transferTo0() implementation for AIX
luchsh [Tue, 27 May 2014 17:56:35 +0800] rev 24575
8043495: Add native FileChannelImpl.transferTo0() implementation for AIX Reviewed-by: alanb
Tue, 27 May 2014 16:20:09 +0900 8033627: UTC+02:00 time zones are not detected correctly on Windows
okutsu [Tue, 27 May 2014 16:20:09 +0900] rev 24574
8033627: UTC+02:00 time zones are not detected correctly on Windows Reviewed-by: peytoia
Mon, 26 May 2014 18:34:26 -0700 8035974: Refactor DigestBase.engineUpdate() method for better code generation by JIT compiler
kvn [Mon, 26 May 2014 18:34:26 -0700] rev 24573
8035974: Refactor DigestBase.engineUpdate() method for better code generation by JIT compiler Summary: Move the lopp from DigestBase.engineUpdate() to new private method implCompressMultiBlock() which can be intrinsified. Reviewed-by: psandoz, ascarpino, forax Contributed-by: james.cheng@oracle.com
Mon, 24 Feb 2014 18:11:55 +0400 8037210: Get rid of char-based descriptions 'J' of basic types
vlivanov [Mon, 24 Feb 2014 18:11:55 +0400] rev 24572
8037210: Get rid of char-based descriptions 'J' of basic types Reviewed-by: jrose, psandoz, twisti
Mon, 26 May 2014 19:59:28 +0400 8043476: java/util/BitSet/BSMethods.java failed with: java.lang.OutOfMemoryError: Java heap space
igerasim [Mon, 26 May 2014 19:59:28 +0400] rev 24571
8043476: java/util/BitSet/BSMethods.java failed with: java.lang.OutOfMemoryError: Java heap space Reviewed-by: alanb
Mon, 26 May 2014 15:52:40 +0100 8043958: Remove unused com.sun.pept classes from jdk repository
alanb [Mon, 26 May 2014 15:52:40 +0100] rev 24570
8043958: Remove unused com.sun.pept classes from jdk repository Reviewed-by: lancea
Sun, 25 May 2014 09:37:20 +0200 8041923: Command line output is missing from jinfo
sla [Sun, 25 May 2014 09:37:20 +0200] rev 24569
8041923: Command line output is missing from jinfo Reviewed-by: dcubed, allwin, jbachorik
Fri, 23 May 2014 19:42:16 +0100 8041451: com.sun.jndi.ldap.Connection:ReadTimeout should abandon ldap request
robm [Fri, 23 May 2014 19:42:16 +0100] rev 24568
8041451: com.sun.jndi.ldap.Connection:ReadTimeout should abandon ldap request Reviewed-by: vinnie
Fri, 23 May 2014 09:05:24 -0700 Merge
prr [Fri, 23 May 2014 09:05:24 -0700] rev 24567
Merge
Tue, 13 May 2014 10:29:12 -0700 8003900: X11 dependencies should be removed from Mac OS X build.
ddehaven [Tue, 13 May 2014 10:29:12 -0700] rev 24566
8003900: X11 dependencies should be removed from Mac OS X build. Reviewed-by: anthony, art, pchelko Contributed-by: David DeHaven <david.dehaven@oracle.com>
Thu, 15 May 2014 20:24:13 +0400 8041896: Test closed/java/awt/Choice/RemoveAllShrinkTest/RemoveAllShrinkTest fails with java.awt.IllegalComponentStateException
azvegint [Thu, 15 May 2014 20:24:13 +0400] rev 24565
8041896: Test closed/java/awt/Choice/RemoveAllShrinkTest/RemoveAllShrinkTest fails with java.awt.IllegalComponentStateException Reviewed-by: pchelko, serb
Thu, 15 May 2014 20:21:17 +0400 8041725: Nimbus JList selection colors persist across L&F changes
alitvinov [Thu, 15 May 2014 20:21:17 +0400] rev 24564
8041725: Nimbus JList selection colors persist across L&F changes Reviewed-by: alexsch, alexp
Thu, 15 May 2014 20:09:38 +0400 8014755: [TEST_BUG] frames didn't closed after execution some awt/dnd/ tests
bagiras [Thu, 15 May 2014 20:09:38 +0400] rev 24563
8014755: [TEST_BUG] frames didn't closed after execution some awt/dnd/ tests Reviewed-by: serb, pchelko
Wed, 14 May 2014 18:19:14 +0400 6945174: IndexOutOfBoundsException calling ImageIO.read() on malformed PNG
bae [Wed, 14 May 2014 18:19:14 +0400] rev 24562
6945174: IndexOutOfBoundsException calling ImageIO.read() on malformed PNG Reviewed-by: prr, serb
Tue, 13 May 2014 16:06:12 +0400 8042007: Javadoc cleanup of javax.sound.sampled.spi package
serb [Tue, 13 May 2014 16:06:12 +0400] rev 24561
8042007: Javadoc cleanup of javax.sound.sampled.spi package Reviewed-by: pchelko, bagiras
Mon, 12 May 2014 09:38:27 -0700 Merge
prr [Mon, 12 May 2014 09:38:27 -0700] rev 24560
Merge
Mon, 12 May 2014 09:32:23 -0700 8038876: Remove use of ServiceLoader in finding class implementing sun.java2d.cmm.CMMServiceProvider
prr [Mon, 12 May 2014 09:32:23 -0700] rev 24559
8038876: Remove use of ServiceLoader in finding class implementing sun.java2d.cmm.CMMServiceProvider Reviewed-by: bae, mchung
Mon, 12 May 2014 18:21:15 +0400 8024932: [TEST_BUG] [macosx] javax/swing/text/StyledEditorKit/8016833/bug8016833.java failed
anashaty [Mon, 12 May 2014 18:21:15 +0400] rev 24558
8024932: [TEST_BUG] [macosx] javax/swing/text/StyledEditorKit/8016833/bug8016833.java failed Reviewed-by: serb, alexsch
Thu, 08 May 2014 19:27:24 -0400 8042806: Splashscreen uses libjpeg-internal macros
omajid [Thu, 08 May 2014 19:27:24 -0400] rev 24557
8042806: Splashscreen uses libjpeg-internal macros Reviewed-by: anthony, prr
Thu, 08 May 2014 15:17:02 -0700 8038875: Remove use of ServiceLoader in finding class implementing sun.java2d.pipe. RenderingEngine
prr [Thu, 08 May 2014 15:17:02 -0700] rev 24556
8038875: Remove use of ServiceLoader in finding class implementing sun.java2d.pipe. RenderingEngine Reviewed-by: flar, mchung
Thu, 08 May 2014 18:37:34 +0400 8042752: [macosx] NSEvent instances leak throw JNI local references
pchelko [Thu, 08 May 2014 18:37:34 +0400] rev 24555
8042752: [macosx] NSEvent instances leak throw JNI local references Reviewed-by: serb, azvegint
Thu, 08 May 2014 16:50:42 +0400 8036917: [macosx] Native memory leaks.
pchelko [Thu, 08 May 2014 16:50:42 +0400] rev 24554
8036917: [macosx] Native memory leaks. Reviewed-by: serb, azvegint
Thu, 08 May 2014 11:46:03 +0200 8042416: X11GraphicsEnvironment.isDisplayLocal() throws NoSuchElementException if DISPLAY host has more IP addresses than a local interface
simonis [Thu, 08 May 2014 11:46:03 +0200] rev 24553
8042416: X11GraphicsEnvironment.isDisplayLocal() throws NoSuchElementException if DISPLAY host has more IP addresses than a local interface Reviewed-by: anthony, azvegint Contributed-by: matthia.braun@sap.com
Mon, 05 May 2014 23:21:27 -0700 8042440: awt_Plugin no longer needed
ddehaven [Mon, 05 May 2014 23:21:27 -0700] rev 24552
8042440: awt_Plugin no longer needed Reviewed-by: serb, pchelko Contributed-by: David DeHaven <david.dehaven@oracle.com>
Wed, 07 May 2014 19:47:26 +0400 8042219: [macosx] LWComponentPeer should not reference classes from sun.lwawt.macosx
pchelko [Wed, 07 May 2014 19:47:26 +0400] rev 24551
8042219: [macosx] LWComponentPeer should not reference classes from sun.lwawt.macosx Reviewed-by: serb, azvegint
Wed, 07 May 2014 19:40:30 +0400 8042585: [macosx] Unused code in LWCToolkit.m
pchelko [Wed, 07 May 2014 19:40:30 +0400] rev 24550
8042585: [macosx] Unused code in LWCToolkit.m Reviewed-by: serb, azvegint
Mon, 05 May 2014 23:38:30 -0700 8039109: Fix unchecked and raw lint warnings in java.awt
darcy [Mon, 05 May 2014 23:38:30 -0700] rev 24549
8039109: Fix unchecked and raw lint warnings in java.awt Reviewed-by: pchelko, forax, flar, prr
Mon, 05 May 2014 23:19:00 -0700 8042256: Fix raw and unchecked lint warnings in com.sun.media.sound
darcy [Mon, 05 May 2014 23:19:00 -0700] rev 24548
8042256: Fix raw and unchecked lint warnings in com.sun.media.sound Reviewed-by: prr
Mon, 05 May 2014 12:49:13 -0700 Merge
prr [Mon, 05 May 2014 12:49:13 -0700] rev 24547
Merge
Mon, 05 May 2014 09:41:41 -0700 8038838: Totally remove all vestiges of com.sun.image.codec.jpeg from JDK 9
prr [Mon, 05 May 2014 09:41:41 -0700] rev 24546
8038838: Totally remove all vestiges of com.sun.image.codec.jpeg from JDK 9 Reviewed-by: bae, vadim
Mon, 05 May 2014 19:42:11 +0400 8042212: [macosx] Toolkit.getScreenResolution() can return incorrect resolution
serb [Mon, 05 May 2014 19:42:11 +0400] rev 24545
8042212: [macosx] Toolkit.getScreenResolution() can return incorrect resolution Reviewed-by: anthony, pchelko
Wed, 30 Apr 2014 19:28:05 +0400 8041917: unexcepted behavior of LineBorder while using Boolean variable true
malenkov [Wed, 30 Apr 2014 19:28:05 +0400] rev 24544
8041917: unexcepted behavior of LineBorder while using Boolean variable true Reviewed-by: alexsch, serb
Wed, 30 Apr 2014 11:29:29 +0200 8042090: Fix invalid variable names sun/java2d/loops/ProcessPath.c
simonis [Wed, 30 Apr 2014 11:29:29 +0200] rev 24543
8042090: Fix invalid variable names sun/java2d/loops/ProcessPath.c Reviewed-by: prr
Wed, 30 Apr 2014 12:41:38 +0400 8042087: [macosx] LWCToolkit.inokeAndWait is calling EventQueue.invokeLater
pchelko [Wed, 30 Apr 2014 12:41:38 +0400] rev 24542
8042087: [macosx] LWCToolkit.inokeAndWait is calling EventQueue.invokeLater Reviewed-by: anthony, serb
Tue, 29 Apr 2014 14:40:26 -0700 Merge
ngthomas [Tue, 29 Apr 2014 14:40:26 -0700] rev 24541
Merge
Tue, 29 Apr 2014 15:46:16 -0400 8042159: Allow using a system-installed lcms2
omajid [Tue, 29 Apr 2014 15:46:16 -0400] rev 24540
8042159: Allow using a system-installed lcms2 Reviewed-by: andrew, ihse, prr
Tue, 29 Apr 2014 14:32:38 +0400 8041592: [TEST_BUG] Move 42 AWT hw/lw mixing tests to jdk
yan [Tue, 29 Apr 2014 14:32:38 +0400] rev 24539
8041592: [TEST_BUG] Move 42 AWT hw/lw mixing tests to jdk Reviewed-by: anthony, pchelko
Mon, 28 Apr 2014 19:05:49 -0700 8039642: Fix raw and unchecked warnings in sun.awt.*
henryjen [Mon, 28 Apr 2014 19:05:49 -0700] rev 24538
8039642: Fix raw and unchecked warnings in sun.awt.* Reviewed-by: darcy, prr, flar
Mon, 28 Apr 2014 11:03:52 -0700 8036819: JAB: mneumonics not read for textboxes
asaha [Mon, 28 Apr 2014 11:03:52 -0700] rev 24537
8036819: JAB: mneumonics not read for textboxes Reviewed-by: alexsch Contributed-by: vivi.an@oracle.com
Mon, 28 Apr 2014 16:45:43 +0400 8041987: [macosx] setDisplayMode crashes
pchelko [Mon, 28 Apr 2014 16:45:43 +0400] rev 24536
8041987: [macosx] setDisplayMode crashes Reviewed-by: anthony, serb
Fri, 25 Apr 2014 16:39:13 +0400 8041490: PIT: [macosx] Crash in system tray functionality check test
pchelko [Fri, 25 Apr 2014 16:39:13 +0400] rev 24535
8041490: PIT: [macosx] Crash in system tray functionality check test Reviewed-by: anthony, serb
Fri, 25 Apr 2014 16:27:30 +0400 8041572: [macosx] huge native memory leak in AWTWindow.m
pchelko [Fri, 25 Apr 2014 16:27:30 +0400] rev 24534
8041572: [macosx] huge native memory leak in AWTWindow.m Reviewed-by: serb, anthony
Thu, 24 Apr 2014 20:22:58 +0400 7124250: [macosx] JOptionPane dialogs show wrong icons
pchelko [Thu, 24 Apr 2014 20:22:58 +0400] rev 24533
7124250: [macosx] JOptionPane dialogs show wrong icons Reviewed-by: serb, leonidr
Thu, 24 Apr 2014 16:15:08 +0400 8040279: [macosx] Do not use the base image in the MultiResolutionBufferedImage
alexsch [Thu, 24 Apr 2014 16:15:08 +0400] rev 24532
8040279: [macosx] Do not use the base image in the MultiResolutionBufferedImage Reviewed-by: serb, pchelko
Wed, 23 Apr 2014 21:11:25 +0400 8039464: The scrollbar in JScrollPane has no right border if used WindowsLookAndFeel
malenkov [Wed, 23 Apr 2014 21:11:25 +0400] rev 24531
8039464: The scrollbar in JScrollPane has no right border if used WindowsLookAndFeel Reviewed-by: alexsch, serb
Wed, 23 Apr 2014 18:07:12 +0400 8039567: Duplicated code in DataTransferer
pchelko [Wed, 23 Apr 2014 18:07:12 +0400] rev 24530
8039567: Duplicated code in DataTransferer Reviewed-by: serb, azvegint
Wed, 23 Apr 2014 17:56:05 +0400 8027148: SystemFlavorMap.getNativesForFlavor returns list of native formats in incorrect order
pchelko [Wed, 23 Apr 2014 17:56:05 +0400] rev 24529
8027148: SystemFlavorMap.getNativesForFlavor returns list of native formats in incorrect order Reviewed-by: anthony, serb
Tue, 22 Apr 2014 17:55:25 -0700 8039860: Fix fallthrough lint warnings in swing
darcy [Tue, 22 Apr 2014 17:55:25 -0700] rev 24528
8039860: Fix fallthrough lint warnings in swing Reviewed-by: malenkov
Mon, 21 Apr 2014 23:39:30 -0700 8039862: Fix fallthrough lint warnings in 2d
darcy [Mon, 21 Apr 2014 23:39:30 -0700] rev 24527
8039862: Fix fallthrough lint warnings in 2d Reviewed-by: flar
Mon, 21 Apr 2014 20:59:59 +0400 8040656: Classes with overriden methods with covariant returns return random read methods
malenkov [Mon, 21 Apr 2014 20:59:59 +0400] rev 24526
8040656: Classes with overriden methods with covariant returns return random read methods Reviewed-by: alexsch, serb
Mon, 21 Apr 2014 16:32:41 +0400 8024061: Exception thrown when drag and drop between two components is executed quickly
alitvinov [Mon, 21 Apr 2014 16:32:41 +0400] rev 24525
8024061: Exception thrown when drag and drop between two components is executed quickly Reviewed-by: pchelko, serb Contributed-by: alexey.ivanov@oracle.com
Mon, 21 Apr 2014 14:35:14 +0400 8039279: Move awt tests to openjdk repository
yan [Mon, 21 Apr 2014 14:35:14 +0400] rev 24524
8039279: Move awt tests to openjdk repository Reviewed-by: pchelko, alexsch Contributed-by: Dmitriy Ermashov <dmitriy.ermashov@oracle.com>
Mon, 21 Apr 2014 11:00:46 +0400 8037477: Reproducible hang of JAWS and webstart application with JAB 2.0.4
pchelko [Mon, 21 Apr 2014 11:00:46 +0400] rev 24523
8037477: Reproducible hang of JAWS and webstart application with JAB 2.0.4 Reviewed-by: anthony, serb
Fri, 18 Apr 2014 09:56:34 -0700 8038644: Fix raw and unchecked warnings in sun.java2d.*
henryjen [Fri, 18 Apr 2014 09:56:34 -0700] rev 24522
8038644: Fix raw and unchecked warnings in sun.java2d.* Reviewed-by: darcy, prr
Fri, 18 Apr 2014 20:10:39 +0400 8026252: [macosx] Change AWT_DEBUG_BUG_REPORT_MESSAGE for macosx platform
serb [Fri, 18 Apr 2014 20:10:39 +0400] rev 24521
8026252: [macosx] Change AWT_DEBUG_BUG_REPORT_MESSAGE for macosx platform Reviewed-by: azvegint, pchelko
Fri, 18 Apr 2014 10:47:23 +0400 8035169: Move ThreadGroupUtils from the sun.misc package
pchelko [Fri, 18 Apr 2014 10:47:23 +0400] rev 24520
8035169: Move ThreadGroupUtils from the sun.misc package Reviewed-by: anthony, serb, azvegint
(0) -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 +30000 tip