Tue, 03 Jun 2014 12:05:42 +0200 attila 8044534: Constant folding for unary + should produce int for boolean literals
Tue, 03 Jun 2014 12:04:36 +0200 attila 8044533: Deoptimizing negation produces wrong result for zero
Tue, 03 Jun 2014 11:31:06 +0200 attila 8044171: Make optimistic exception handlers smaller
Tue, 03 Jun 2014 14:13:03 +0530 sundar 8044520: Nashorn cannot execute node.js's express module
Tue, 03 Jun 2014 13:57:52 +0530 sundar 8044612: StringIndexOutOfBoundException in NativeRegExp.appendReplacement
Mon, 02 Jun 2014 17:36:43 +0200 attila Merge
Wed, 28 May 2014 16:53:43 +0200 attila Merge
Wed, 28 May 2014 13:58:46 +0200 lagergren 8044102: Ensure bechmark exclude list for Octane benchmarks is in only one place, project.properties, and fix benchmark harness
Tue, 27 May 2014 21:25:07 +0200 lagergren 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)
Wed, 21 May 2014 16:12:40 +0200 lagergren 8043632: Parallelize class installation and various script fixes.
Wed, 21 May 2014 16:12:40 +0200 lagergren 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
Wed, 21 May 2014 16:12:40 +0200 lagergren 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.
Wed, 21 May 2014 15:38:11 +0200 attila 8043605: Enable history for empty property maps
Wed, 21 May 2014 12:52:58 +0200 attila 8043608: Make equality tests inline better
Tue, 20 May 2014 10:40:28 +0200 lagergren 8043504: Octane test harness was missing argument to print_always at one callsite, causing erroneous logging
Mon, 19 May 2014 18:24:12 +0200 attila 8043431: Fix yet another corner case of JDK-8041995
Mon, 19 May 2014 15:29:42 +0200 lagergren 8034206: Make parts of code pipeline reusable in order to facilitate faster warmup and faster lazy compilation.
Thu, 15 May 2014 15:28:51 +0200 attila 8043235: Type-based optimizations interfere with continuation methods
Wed, 14 May 2014 17:05:08 +0200 attila 8043133: Fix corner cases of JDK-8041995
Wed, 14 May 2014 15:50:04 +0200 mnunez 8044154: Nashorn : all tests failed with java.security.AccessControlException
Wed, 14 May 2014 16:29:14 +0200 attila 8043137: Collapse long sequences of NOP in Nashorn bytecode output
Wed, 14 May 2014 15:55:27 +0200 attila 8043004: Reduce variability at JavaAdapter call sites
Wed, 14 May 2014 10:51:39 +0200 attila 8043003: Use strongly referenced generic invokers
Tue, 13 May 2014 14:54:21 +0200 attila 8043002: Improve performance of Nashorn equality operators
Tue, 13 May 2014 11:30:40 +0200 attila 8042118: Separate types from symbols
Mon, 05 May 2014 14:17:20 +0200 mnunez 8037572: Add more test cases to check static types
Fri, 02 May 2014 18:22:29 +0200 lagergren 8041625: AccessorProperty currentType must only by Object.class when non-primitive, and scoping followup problem for lazily generated with bodies
Tue, 29 Apr 2014 16:00:53 +0200 mnunez 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
Mon, 28 Apr 2014 16:37:36 +0200 lagergren 8041995: Problems when loading tree expressions with several optimistic program points when optimistically initializing ObjectNodes
Fri, 25 Apr 2014 14:26:07 +0200 lagergren 8041905: Fix apply2call bug that prevented avatar.js unit tests from running correctly
Wed, 23 Apr 2014 17:37:41 +0200 lagergren 8041434: Add synchronization to the common global constants structure
Wed, 23 Apr 2014 16:13:47 +0200 lagergren 8038426: Move all loggers from process wide scope into Global scope
Tue, 22 Apr 2014 14:09:46 +0200 lagergren 8033105: Make sure Nashorn test harness can run zlib benchmark
Fri, 18 Apr 2014 21:24:34 +0200 lagergren 8040655: When processing a RewriteException debug object, the return value has already been reset to null. We need to catch this value before that.
Fri, 18 Apr 2014 20:12:21 +0200 lagergren 8040102: Remove all references to Unsafe and definition of anonymous clases from the code
Thu, 17 Apr 2014 20:01:19 +0200 lagergren 8040089: Apply to call transform was incomplete. Now passes all tests and performance is back
Fri, 11 Apr 2014 16:52:56 +0200 lagergren Merge
Fri, 11 Apr 2014 16:52:14 +0200 lagergren 8039746: Transform applies to calls wherever possible, for ScriptFunctions and JSObjects.
Fri, 11 Apr 2014 16:40:06 +0200 attila 8040024: BranchOptimizer produces bad code for NaN FP comparison
Wed, 02 Apr 2014 10:52:39 +0200 lagergren 8039044: Expand undefined intrinsics for all commutative combinators of scrict undefined checks
Tue, 01 Apr 2014 16:12:38 +0200 lagergren 8038945: Simplify strict undefined checks
Tue, 01 Apr 2014 11:19:32 +0200 lagergren 8038799: Guard and unbox boxed primitives types on setting them in Properties to avoid megamorphisism
Mon, 31 Mar 2014 14:13:34 +0200 lagergren 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.
Thu, 27 Mar 2014 14:09:40 +0100 attila 8038416: Access to undefined scoped variables deoptimized too much
Thu, 27 Mar 2014 11:45:54 +0100 lagergren 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.
Wed, 26 Mar 2014 15:00:32 +0100 attila 8038396: fix for the compiler expression evaluator to be more inquisitive about types
Mon, 24 Mar 2014 18:41:06 +0100 attila 8037534: Use scope types to determine optimistic types
Mon, 24 Mar 2014 18:40:11 +0100 attila 8038223: Symbol trace debug output takes time
Fri, 21 Mar 2014 17:52:03 +0100 attila Merge
Thu, 20 Mar 2014 16:26:54 +0100 lagergren 8037967: Broke the build, by commiting without saving the last review comment
Thu, 20 Mar 2014 16:16:42 +0100 lagergren 8033334: Make sure that scope depth information is maintained in the RecompilableScriptFunctionDatas, to avoid unnecessary slow proto linkage when doing on demand compilation
Mon, 17 Mar 2014 15:05:18 +0100 mnunez 8037086: Check that deoptimizing recompilations are correct
Fri, 14 Mar 2014 14:27:32 +0100 lagergren 8036986: Test should check that correctly type is returned running with optimistic. If optimistic assumption was wrong we should get the right one.
Wed, 12 Mar 2014 10:31:22 +0100 lagergren 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
Wed, 05 Mar 2014 09:51:00 +0100 lagergren 8036127: Prototype filter needs to be applied to getter guard as well, not just getter
Mon, 03 Mar 2014 11:24:44 +0100 lagergren 8035836: Array performance improvements
Wed, 26 Feb 2014 13:17:57 +0100 attila 8035820: Optimistic recompilation
Wed, 04 Jun 2014 20:20:44 -0700 katleman Added tag jdk9-b16 for changeset e3b9d834796d
Wed, 05 Jul 2017 19:43:34 +0200 duke Merge
Wed, 04 Jun 2014 20:20:02 -0700 katleman Added tag jdk9-b16 for changeset 87bc69dea937
Wed, 05 Jul 2017 19:43:31 +0200 duke Merge
Thu, 05 Jun 2014 19:37:32 -0700 lana Merge
Thu, 05 Jun 2014 12:13:50 +0100 michaelm 8044766: New jdk.net classes have @since 1.9 tags in 8u20
Thu, 05 Jun 2014 15:27:51 +0800 weijun 8044755: Add a test for algorithm constraints check in jarsigner
Wed, 04 Jun 2014 14:00:19 -0700 sherman 8044727: Problem reading the contents of some zip files
Wed, 04 Jun 2014 11:25:13 -0700 sherman 8044725: Bug in zlib 1.2.5 prevents inflation of some gzipped files
Wed, 04 Jun 2014 14:42:48 +0200 jfranck 8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
Wed, 04 Jun 2014 13:37:16 +0100 chegar 8044590: Broken links in jre.api.net.socketoptions
Wed, 04 Jun 2014 13:12:16 +0200 mtobiass 8036006: [TESTBUG] sun/tools/native2ascii/NativeErrors.java fails: Process exit code was 0, but error was expected.
Wed, 04 Jun 2014 16:26:11 +0400 aefimov 8032901: WaitForMultipleObjects() return value not handled appropriately
Mon, 02 Jun 2014 17:59:08 +0200 miauno 8044495: Remove test demo/jvmti/mtrace/TraceJFrame.java
Wed, 04 Jun 2014 09:48:02 +0000 xuelei 8044771: PKIXValidator indent cleanup
Tue, 03 Jun 2014 21:21:32 +0530 sundar 8044647: sun/tools/jrunscript/jrunscriptTest.sh start failing: Output of jrunscript -l nashorn differ from expected output
Tue, 03 Jun 2014 18:31:13 +0400 kizune 8044206: LambdaMetafactory.altMetafactory javadoc refers to wrong method
Tue, 03 Jun 2014 17:55:58 +0400 yan 8040081: Tidy warnings cleanup for java.applet
Tue, 03 Jun 2014 10:55:27 +0200 erikj 8044480: JDK image target overwrites lib/server/libjsig.dylib symlink with a copy of lib/libjsig.dylib
Tue, 03 Jun 2014 10:52:53 +0200 erikj 8043160: JDK 9 Build failure in accessbridge
Tue, 03 Jun 2014 07:35:35 -0400 mullan Merge
Tue, 03 Jun 2014 07:34:35 -0400 mullan 8036841: Reuse no-perms AccessControlContext object when performing isAuthorized check
Tue, 03 Jun 2014 14:58:47 +0400 thartmann 8005873: JRuby test_respond_to.rb asserts with: MT-unsafe modification of inline cache
Tue, 03 Jun 2014 12:52:59 +0400 yan 8032527: fix a couple doclint errors in java/awt/geom/Path2D
Mon, 02 Jun 2014 17:14:35 -0700 ascarpino 8037742: Re-enabling PKCS11 HMAC mechanisms in Solaris
Mon, 02 Jun 2014 17:08:40 -0700 ascarpino 8041142: Re-enabling CBC_PAD PKCS11 mechanisms for Solaris
Mon, 02 Jun 2014 19:49:57 +0400 igerasim 8037866: Replace the Fun class in tests with lambdas
Mon, 02 Jun 2014 09:19:59 +0100 alanb 8043753: Drop javax.transaction from compact2 and compact3
Sun, 01 Jun 2014 11:54:04 -0400 omajid 8044235: src.zip should include all sources
Fri, 30 May 2014 16:45:30 -0700 darcy 8039865: Add fallthrough lint warning to build of jdk repository
Fri, 30 May 2014 16:41:18 -0700 darcy 8044477: Fix fallthrough lint warning in ASM
Fri, 30 May 2014 13:37:35 -0700 ksrini 8044046: [asm] refresh internal ASM version to v5.0.3
Fri, 30 May 2014 09:25:18 -0700 mikael 8044363: Remove special build options for unpack200 executable
Fri, 30 May 2014 15:46:12 -0400 rriggs 8044461: Cleanup new Boolean and single character strings
Wed, 04 Jun 2014 20:20:28 -0700 katleman Added tag jdk9-b16 for changeset 68a979478ffb
Wed, 05 Jul 2017 19:43:24 +0200 duke Merge
Thu, 05 Jun 2014 19:39:08 -0700 lana Merge
Fri, 30 May 2014 13:46:02 -0700 amurillo Merge
Fri, 30 May 2014 10:07:19 -0700 twisti Merge
Fri, 30 May 2014 09:49:53 -0700 twisti Merge
Thu, 29 May 2014 09:41:07 +0000 vlivanov 8034935: JSR 292 support for PopFrame has a fragile coupling with DirectMethodHandle
Wed, 28 May 2014 07:59:23 -1000 iveresov 8044090: C1: Old value instead of new one is passed to post-barrier in UnsafeGetAndSetObject
Wed, 28 May 2014 14:42:00 +0400 iignatyev 8043899: compiler/5091921/Test7005594.java fails if specified -Xmx is less than 1600m
Tue, 27 May 2014 16:05:29 -0700 mikael 8043206: Fix signed vs. unsigned comparison warning in copy_sparc.hpp
Mon, 26 May 2014 19:05:01 +0400 iignatyev 8038924: Test bit-instructions fails with unexpected exit value on sparc
Mon, 26 May 2014 14:27:01 +0200 roland 8043638: Multiple compilation attempts break LogCompulation, lead to confusing PrintInlining output
Mon, 26 May 2014 10:48:58 +0200 roland 8042557: compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: GC triggered before VM initialization completed
Sat, 24 May 2014 00:04:21 +0400 iignatyev 8032970: Add stack size check methods to WhiteBox API
Fri, 23 May 2014 09:22:01 -0700 twisti Merge
Wed, 21 May 2014 11:25:25 +0200 neliasso 8031475: Missing oopmap in patching stubs
Thu, 29 May 2014 13:01:54 -0700 jmasa Merge
Mon, 26 May 2014 19:21:01 +0400 iignatyev 8040250: The test test/gc/parallelScavenge/TestDynShrinkHeap.java fails with OOME
Mon, 26 May 2014 09:31:43 +0200 tschatzl 8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx
Tue, 27 May 2014 08:44:23 -0700 minqi 8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize
Fri, 23 May 2014 21:34:49 +0000 coleenp Merge
Fri, 23 May 2014 16:54:01 -0400 coleenp 8043925: Fix typo in verifier.cpp
Fri, 23 May 2014 16:43:47 -0400 coleenp Merge
Thu, 22 May 2014 13:22:09 -0700 dsamersoff 8042155: [TESTBUG] Tests for stack guard pages have to be cleaned up
Thu, 22 May 2014 11:36:23 -0400 lfoltan 8043301: Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013
Thu, 22 May 2014 09:12:29 +0200 allwin 8027230: Overflow in java.lang.instrument.Instrumentation.getObjectSize() method
Wed, 21 May 2014 14:36:18 -0400 coleenp 8042727: nsk/jdb/unwatch/unwatch001 crash in InstanceKlass::methods_do(void (*)(Method*))
Wed, 04 Jun 2014 20:20:09 -0700 katleman Added tag jdk9-b16 for changeset f1f02d5f465a
Thu, 05 Jun 2014 19:37:09 -0700 lana Merge
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip