Wed, 04 Jun 2014 20:20:26 -0700 Added tag jdk9-b16 for changeset 1fe6db2229a0
katleman [Wed, 04 Jun 2014 20:20:26 -0700] rev 24789
Added tag jdk9-b16 for changeset 1fe6db2229a0
Wed, 05 Jul 2017 19:43:55 +0200 Merge
duke [Wed, 05 Jul 2017 19:43:55 +0200] rev 24788
Merge
Wed, 04 Jun 2014 20:20:16 -0700 Added tag jdk9-b16 for changeset 799f78314361
katleman [Wed, 04 Jun 2014 20:20:16 -0700] rev 24787
Added tag jdk9-b16 for changeset 799f78314361
Wed, 05 Jul 2017 19:43:51 +0200 Merge
duke [Wed, 05 Jul 2017 19:43:51 +0200] rev 24786
Merge
Thu, 05 Jun 2014 19:38:45 -0700 Merge
lana [Thu, 05 Jun 2014 19:38:45 -0700] rev 24785
Merge
Thu, 05 Jun 2014 12:16:09 +0200 8044816: On-demand compiled top-level program doesn't need :createProgramFunction
attila [Thu, 05 Jun 2014 12:16:09 +0200] rev 24784
8044816: On-demand compiled top-level program doesn't need :createProgramFunction Reviewed-by: jlaskey, lagergren, sundar
Thu, 05 Jun 2014 12:15:45 +0200 8046014: MultiGlobalCompiledScript should cache :createProgramFunction handle
attila [Thu, 05 Jun 2014 12:15:45 +0200] rev 24783
8046014: MultiGlobalCompiledScript should cache :createProgramFunction handle Reviewed-by: lagergren, sundar
Wed, 04 Jun 2014 20:43:37 +0200 8038413: NPE in unboxInteger
attila [Wed, 04 Jun 2014 20:43:37 +0200] rev 24782
8038413: NPE in unboxInteger Reviewed-by: jlaskey, sundar
Wed, 04 Jun 2014 16:52:50 +0200 8044803: Unnecessary restOf check
attila [Wed, 04 Jun 2014 16:52:50 +0200] rev 24781
8044803: Unnecessary restOf check Reviewed-by: hannesw, jlaskey
Wed, 04 Jun 2014 19:01:24 +0530 8044695: __stack__ becomes visible in Error properties
sundar [Wed, 04 Jun 2014 19:01:24 +0530] rev 24780
8044695: __stack__ becomes visible in Error properties Reviewed-by: lagergren, jlaskey, attila
Wed, 04 Jun 2014 14:32:23 +0200 8044502: Get rid of global optimistic flag
attila [Wed, 04 Jun 2014 14:32:23 +0200] rev 24779
8044502: Get rid of global optimistic flag Reviewed-by: lagergren, sundar
Wed, 04 Jun 2014 13:08:57 +0200 8044638: Tidy up Nashorn codebase for code standards
attila [Wed, 04 Jun 2014 13:08:57 +0200] rev 24778
8044638: Tidy up Nashorn codebase for code standards Reviewed-by: lagergren, sundar
Wed, 04 Jun 2014 13:55:21 +0530 8044750: megamorphic getter for scope objects does not call __noSuchProperty__ hook
sundar [Wed, 04 Jun 2014 13:55:21 +0530] rev 24777
8044750: megamorphic getter for scope objects does not call __noSuchProperty__ hook Reviewed-by: attila, lagergren, hannesw
Tue, 03 Jun 2014 12:05:59 +0200 8044518: Ensure exceptions related to optimistic recompilation are not serializable
attila [Tue, 03 Jun 2014 12:05:59 +0200] rev 24776
8044518: Ensure exceptions related to optimistic recompilation are not serializable Reviewed-by: lagergren, sundar
Tue, 03 Jun 2014 12:05:42 +0200 8044534: Constant folding for unary + should produce int for boolean literals
attila [Tue, 03 Jun 2014 12:05:42 +0200] rev 24775
8044534: Constant folding for unary + should produce int for boolean literals Reviewed-by: lagergren, sundar
Tue, 03 Jun 2014 12:04:36 +0200 8044533: Deoptimizing negation produces wrong result for zero
attila [Tue, 03 Jun 2014 12:04:36 +0200] rev 24774
8044533: Deoptimizing negation produces wrong result for zero Reviewed-by: lagergren, sundar
Tue, 03 Jun 2014 11:31:06 +0200 8044171: Make optimistic exception handlers smaller
attila [Tue, 03 Jun 2014 11:31:06 +0200] rev 24773
8044171: Make optimistic exception handlers smaller Reviewed-by: hannesw, lagergren
Tue, 03 Jun 2014 14:13:03 +0530 8044520: Nashorn cannot execute node.js's express module
sundar [Tue, 03 Jun 2014 14:13:03 +0530] rev 24772
8044520: Nashorn cannot execute node.js's express module Reviewed-by: hannesw, lagergren
Tue, 03 Jun 2014 13:57:52 +0530 8044612: StringIndexOutOfBoundException in NativeRegExp.appendReplacement
sundar [Tue, 03 Jun 2014 13:57:52 +0530] rev 24771
8044612: StringIndexOutOfBoundException in NativeRegExp.appendReplacement Reviewed-by: hannesw, lagergren
Mon, 02 Jun 2014 17:36:43 +0200 Merge
attila [Mon, 02 Jun 2014 17:36:43 +0200] rev 24770
Merge
Wed, 28 May 2014 16:53:43 +0200 Merge
attila [Wed, 28 May 2014 16:53:43 +0200] rev 24769
Merge
Wed, 28 May 2014 13:58:46 +0200 8044102: Ensure bechmark exclude list for Octane benchmarks is in only one place, project.properties, and fix benchmark harness
lagergren [Wed, 28 May 2014 13:58:46 +0200] rev 24768
8044102: Ensure bechmark exclude list for Octane benchmarks is in only one place, project.properties, and fix benchmark harness Reviewed-by: attila, sundar
Tue, 27 May 2014 21:25:07 +0200 8044012: Integrate the latest best known performance flags int ant octane jobs, and make sure that it's easy to compare 'ant octane-nashorn' and 'ant octane-v8' at the push of a button. (or rather; the entry of a command line)
lagergren [Tue, 27 May 2014 21:25:07 +0200] rev 24767
8044012: Integrate the latest best known performance flags int ant octane jobs, and make sure that it's easy to compare 'ant octane-nashorn' and 'ant octane-v8' at the push of a button. (or rather; the entry of a command line) Reviewed-by: jlaskey, sundar
Wed, 21 May 2014 16:12:40 +0200 8043632: Parallelize class installation and various script fixes.
lagergren [Wed, 21 May 2014 16:12:40 +0200] rev 24766
8043632: Parallelize class installation and various script fixes. Reviewed-by: sundar, attila
Wed, 21 May 2014 16:12:40 +0200 8043611: Move timing dependent benchmark for apply2call specialization to currently_failing. It is dependent that nothing takes machine time when doing the two runs, causing spurious assertions. Suggest running octane.raytrace manually instead to verify that this works, or incorporating it in the nightly test suite
lagergren [Wed, 21 May 2014 16:12:40 +0200] rev 24765
8043611: Move timing dependent benchmark for apply2call specialization to currently_failing. It is dependent that nothing takes machine time when doing the two runs, causing spurious assertions. Suggest running octane.raytrace manually instead to verify that this works, or incorporating it in the nightly test suite Reviewed-by: sundar, attila
Wed, 21 May 2014 16:12:40 +0200 8043633: In order to remove global state outside of contexts, make sure Timing class is an instance and not a static global collection of data. Move into Context. Move -Dnashorn.timing to an official logging option.
lagergren [Wed, 21 May 2014 16:12:40 +0200] rev 24764
8043633: In order to remove global state outside of contexts, make sure Timing class is an instance and not a static global collection of data. Move into Context. Move -Dnashorn.timing to an official logging option. Reviewed-by: sundar, attila
Wed, 21 May 2014 15:38:11 +0200 8043605: Enable history for empty property maps
attila [Wed, 21 May 2014 15:38:11 +0200] rev 24763
8043605: Enable history for empty property maps Reviewed-by: jlaskey, sundar
Wed, 21 May 2014 12:52:58 +0200 8043608: Make equality tests inline better
attila [Wed, 21 May 2014 12:52:58 +0200] rev 24762
8043608: Make equality tests inline better Reviewed-by: lagergren, sundar
Tue, 20 May 2014 10:40:28 +0200 8043504: Octane test harness was missing argument to print_always at one callsite, causing erroneous logging
lagergren [Tue, 20 May 2014 10:40:28 +0200] rev 24761
8043504: Octane test harness was missing argument to print_always at one callsite, causing erroneous logging Reviewed-by: sundar, attila
Mon, 19 May 2014 18:24:12 +0200 8043431: Fix yet another corner case of JDK-8041995
attila [Mon, 19 May 2014 18:24:12 +0200] rev 24760
8043431: Fix yet another corner case of JDK-8041995 Reviewed-by: hannesw, lagergren
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
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip