Mercurial
Mercurial
>
jdk-sandbox
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
8034206: Make parts of code pipeline reusable in order to facilitate faster warmup and faster lazy compilation.
2014-05-19, by lagergren
8043235: Type-based optimizations interfere with continuation methods
2014-05-15, by attila
8043133: Fix corner cases of JDK-8041995
2014-05-14, by attila
8044154: Nashorn : all tests failed with java.security.AccessControlException
2014-05-14, by mnunez
8043137: Collapse long sequences of NOP in Nashorn bytecode output
2014-05-14, by attila
8043004: Reduce variability at JavaAdapter call sites
2014-05-14, by attila
8043003: Use strongly referenced generic invokers
2014-05-14, by attila
8043002: Improve performance of Nashorn equality operators
2014-05-13, by attila
8042118: Separate types from symbols
2014-05-13, by attila
8037572: Add more test cases to check static types
2014-05-05, by mnunez
8041625: AccessorProperty currentType must only by Object.class when non-primitive, and scoping followup problem for lazily generated with bodies
2014-05-02, by lagergren
8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
2014-04-29, by mnunez
8041995: Problems when loading tree expressions with several optimistic program points when optimistically initializing ObjectNodes
2014-04-28, by lagergren
8041905: Fix apply2call bug that prevented avatar.js unit tests from running correctly
2014-04-25, by lagergren
8041434: Add synchronization to the common global constants structure
2014-04-23, by lagergren
8038426: Move all loggers from process wide scope into Global scope
2014-04-23, by lagergren
8033105: Make sure Nashorn test harness can run zlib benchmark
2014-04-22, by 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.
2014-04-18, by lagergren
8040102: Remove all references to Unsafe and definition of anonymous clases from the code
2014-04-18, by lagergren
8040089: Apply to call transform was incomplete. Now passes all tests and performance is back
2014-04-17, by lagergren
Merge
2014-04-11, by lagergren
8039746: Transform applies to calls wherever possible, for ScriptFunctions and JSObjects.
2014-04-11, by lagergren
8040024: BranchOptimizer produces bad code for NaN FP comparison
2014-04-11, by attila
8039044: Expand undefined intrinsics for all commutative combinators of scrict undefined checks
2014-04-02, by lagergren
8038945: Simplify strict undefined checks
2014-04-01, by lagergren
8038799: Guard and unbox boxed primitives types on setting them in Properties to avoid megamorphisism
2014-04-01, by 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.
2014-03-31, by lagergren
8038416: Access to undefined scoped variables deoptimized too much
2014-03-27, by attila
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.
2014-03-27, by lagergren
8038396: fix for the compiler expression evaluator to be more inquisitive about types
2014-03-26, by attila
8037534: Use scope types to determine optimistic types
2014-03-24, by attila
8038223: Symbol trace debug output takes time
2014-03-24, by attila
Merge
2014-03-21, by attila
8037967: Broke the build, by commiting without saving the last review comment
2014-03-20, by lagergren
8033334: Make sure that scope depth information is maintained in the RecompilableScriptFunctionDatas, to avoid unnecessary slow proto linkage when doing on demand compilation
2014-03-20, by lagergren
8037086: Check that deoptimizing recompilations are correct
2014-03-17, by mnunez
8036986: Test should check that correctly type is returned running with optimistic. If optimistic assumption was wrong we should get the right one.
2014-03-14, by 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
2014-03-12, by lagergren
8036127: Prototype filter needs to be applied to getter guard as well, not just getter
2014-03-05, by lagergren
8035836: Array performance improvements
2014-03-03, by lagergren
8035820: Optimistic recompilation
2014-02-26, by attila
Added tag jdk9-b16 for changeset e3b9d834796d
2014-06-04, by katleman
Merge
2017-07-05, by duke
Added tag jdk9-b16 for changeset 87bc69dea937
2014-06-04, by katleman
Merge
2017-07-05, by duke
Merge
2014-06-05, by lana
8044766: New jdk.net classes have @since 1.9 tags in 8u20
2014-06-05, by michaelm
8044755: Add a test for algorithm constraints check in jarsigner
2014-06-05, by weijun
8044727: Problem reading the contents of some zip files
2014-06-04, by sherman
8044725: Bug in zlib 1.2.5 prevents inflation of some gzipped files
2014-06-04, by sherman
8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
2014-06-04, by jfranck
8044590: Broken links in jre.api.net.socketoptions
2014-06-04, by chegar
8036006: [TESTBUG] sun/tools/native2ascii/NativeErrors.java fails: Process exit code was 0, but error was expected.
2014-06-04, by mtobiass
8032901: WaitForMultipleObjects() return value not handled appropriately
2014-06-04, by aefimov
8044495: Remove test demo/jvmti/mtrace/TraceJFrame.java
2014-06-02, by miauno
8044771: PKIXValidator indent cleanup
2014-06-04, by xuelei
8044647: sun/tools/jrunscript/jrunscriptTest.sh start failing: Output of jrunscript -l nashorn differ from expected output
2014-06-03, by sundar
8044206: LambdaMetafactory.altMetafactory javadoc refers to wrong method
2014-06-03, by kizune
8040081: Tidy warnings cleanup for java.applet
2014-06-03, by yan
8044480: JDK image target overwrites lib/server/libjsig.dylib symlink with a copy of lib/libjsig.dylib
2014-06-03, by erikj
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
+30000
tip