Mercurial > people > rkennke > jdk9-shenandoah-final > nashorn
graph
-
8007523: VerifyError on script that uses regular expression literals with ternary operatorTue, 05 Feb 2013 22:07:04 +0530, by sundar
-
8007522: IllegalStateException thrown from String.prototype.search functionTue, 05 Feb 2013 21:00:04 +0530, by sundar
-
8007521: $ENV should be undefined when security manager is presentTue, 05 Feb 2013 18:44:54 +0530, by sundar
-
8007452: add scripting programmers doc changes for nashornTue, 05 Feb 2013 09:11:03 +0530, by sundar
-
8006191: `cmd` -> exec("cmd") in script modeMon, 04 Feb 2013 14:48:35 -0400, by jlaskey
-
8007215: Varargs broken for the case of passing more than the arg limit arguments.Mon, 04 Feb 2013 16:20:05 +0100, by lagergren
-
8007460: var assignment to a parameter in a varargs method causes compilation errorMon, 04 Feb 2013 15:59:44 +0100, by attila
-
8007455: Extraneous $(ECHO) in make/MakefileMon, 04 Feb 2013 08:13:05 -0400, by jlaskey
-
8007060: Primitive wrap filter throws ClassCastException in test262parallelFri, 01 Feb 2013 02:24:15 +0100, by hannesw
-
8006529: Methods always get callee - it should be conditionalThu, 31 Jan 2013 18:34:42 +0100, by attila
-
8007286: Add JavaAdapter and importPackage to compatibility scriptThu, 31 Jan 2013 20:07:40 +0530, by sundar
-
8007140: Java.extend crashes when attempting to extend java.lang.ObjectWed, 30 Jan 2013 21:15:14 +0530, by sundar
-
8007109: Regression: String(ConsString) does not flatten argument to StringWed, 30 Jan 2013 14:57:19 +0100, by hannesw
-
8007132: Java objects returned from constructor functions are lostWed, 30 Jan 2013 17:52:54 +0530, by sundar
-
8007062: Split Lower up into Lower/Attr/FinalizeTypes. Integrate AccessSpecalizer into FinalizeTypes.Wed, 30 Jan 2013 12:26:45 +0100, by lagergren
-
8007094: Apply version to nashorn.jar manifestTue, 29 Jan 2013 14:25:39 -0400, by jlaskey
-
8007091: Provide private API to pass application class loader for nashorn script engineTue, 29 Jan 2013 19:57:25 +0530, by sundar
-
8006676: Integrate Nashorn into new build systemMon, 28 Jan 2013 16:22:03 -0400, by jlaskey
-
8007004: nashorn script engine should not use thread context class loader as script 'application loader'Mon, 28 Jan 2013 21:29:05 +0530, by sundar
-
8006983: Introduce a command line option to switch off syntactic extensions of nashornMon, 28 Jan 2013 18:10:16 +0530, by sundar
-
8006766: Array-like access to characters of a string is slowFri, 25 Jan 2013 17:35:31 +0100, by hannesw
-
8006857: ClassCastException when interface implementing function uses arguments objectThu, 24 Jan 2013 22:38:58 +0530, by sundar
-
8006852: Move tests from JIRA for prepopulated map failuresThu, 24 Jan 2013 12:15:29 -0400, by jlaskey
-
8006408: Clean up and specialize NativeStringThu, 24 Jan 2013 14:55:57 +0100, by hannesw
-
8006755: Functions inside with statements dont get correct scopeThu, 24 Jan 2013 17:49:03 +0530, by sundar
-
8006575: Error in codegen for element access on primitive valueThu, 24 Jan 2013 16:21:32 +0530, by sundar
-
8006736: nashorn script engine should support the usage multiple global objects with same engine instanceWed, 23 Jan 2013 17:04:02 +0530, by sundar
-
8006678: Avoid too many Context.getGlobal() callsTue, 22 Jan 2013 22:07:12 +0530, by sundar
-
8006677: Remove unused FunctionNode flagsTue, 22 Jan 2013 14:36:28 +0100, by attila
-
8006570: This-value for non-strict functions should be converted to objectTue, 22 Jan 2013 14:14:37 +0100, by hannesw
-
8006635: Reduce access levels as much as possibleMon, 21 Jan 2013 21:17:38 +0530, by sundar
-
8006525: Give StaticClass objects their own linkerMon, 21 Jan 2013 11:03:56 +0100, by attila
-
8006557: JDK8/Lambda build clashes on Map.replace()Sat, 19 Jan 2013 22:35:43 +0530, by sundar
-
8006584: improve variable handling in NashornScriptEngineSat, 19 Jan 2013 09:14:43 +0530, by sundar
-
8006562: findOwnMH in nashorn "objects" package should be cleaned upFri, 18 Jan 2013 17:55:04 +0530, by sundar
-
8006527: nashorn jsr223 engine does not work in sandboxFri, 18 Jan 2013 08:45:06 +0530, by sundar
-
8006517: PropertyHashMap.Element.equals() compares to PropertyThu, 17 Jan 2013 10:33:39 -0400, by jlaskey
-
8006424: Passing null or undefined to adapter class constructors results in NPE or ClassCastExceptionWed, 16 Jan 2013 21:26:55 +0530, by sundar
-
8006412: Improve toString method of ScriptObjectMirror classWed, 16 Jan 2013 17:58:51 +0530, by sundar
-
8006304: Remove pre-population of maps for constructor produced mapsWed, 16 Jan 2013 07:06:40 -0400, by jlaskey
-
8006337: Discarded arguments for INVOKESTATIC must still be evaluated for side effectsTue, 15 Jan 2013 18:08:50 +0100, by attila
-
8005958: invoking a function through INVOKESTATIC with more arguments than it declares resulted in malformed bytecode being generatedTue, 15 Jan 2013 17:09:44 +0100, by attila
-
8006293: Reduce ScriptObject.findCallMethodMethodTue, 15 Jan 2013 13:10:20 +0100, by attila
-
8006181: nashorn script engine does not run jrunscript's initialization scriptMon, 14 Jan 2013 21:30:13 +0530, by sundar
-
8006168: ability to generate multi-type Java adaptersMon, 14 Jan 2013 16:00:55 +0100, by attila
-
8006093: Add a makefile target to run all tests (test, test262, perf tests)Fri, 11 Jan 2013 20:34:22 +0530, by sundar
-
8006082: Provide option to run octane benchmarks in separate processesFri, 11 Jan 2013 18:26:18 +0530, by sundar
-
8005976: Break out AccessSpecializer into one pass before CodeGenerator instead of iterative applications from CodeGeneratorFri, 11 Jan 2013 10:40:51 +0100, by lagergren
-
8005983: JavaAdapterFactory generated proxy classes should take extra constructor arguments at the endThu, 10 Jan 2013 15:28:05 +0100, by attila
-
8005982: NASHORN-71.js failing in nightlysThu, 10 Jan 2013 19:55:38 +0530, by sundar
-
8005987: ant octane tries to run non-benchmark scriptsThu, 10 Jan 2013 19:03:25 +0530, by sundar
-
8005971: runsunspider.js should check results of benchmarksThu, 10 Jan 2013 10:28:57 +0100, by lagergren
-
8005940: provide ant targets to get and update external test scriptsWed, 09 Jan 2013 22:32:40 +0530, by sundar
-
8005777: Bug in the FacetIntrospector of Dynalink - non-public class should search superWed, 09 Jan 2013 15:02:48 +0100, by attila
-
8005848: assigning to global toString variable affects Object.prototype.toStringTue, 08 Jan 2013 21:16:07 +0530, by sundar
-
8005842: Loops in ASTWriter. Corrected @Reference and @Ignore node annotation for IR nodesTue, 08 Jan 2013 15:20:40 +0100, by lagergren
-
8005801: Refactor findSetMethodTue, 08 Jan 2013 14:14:17 +0100, by attila
-
8005846: Remove Mangler in favor of Dynalink's NameCodecTue, 08 Jan 2013 13:50:11 +0100, by attila
-
8005843: refSymbols lookup of unbound variable could cause NullPointerException in LowerTue, 08 Jan 2013 10:52:11 +0100, by lagergren
-
8005835: NASHORN-668 output fails to compare with the corresponding .EXPECTED fileTue, 08 Jan 2013 15:02:36 +0530, by sundar