2013-02-21 lagergren 8008648: Lazy JIT scope and callee semantics bugfixes. Broke out wallclock timer.
2013-02-20 lagergren 8008166: URL handling was broken on windows, causing "load" to malfunction
2013-02-20 sundar 8008207: Make constants array and source fields private
2013-02-19 sundar 8008448: Add coverage test for jdk.nashorn.internal.ir.debug.JSONWriter
2013-02-19 jlaskey Merge
2013-02-19 jlaskey 8008420: Tweaks to make all NEWBUILD=false round 2
2013-02-18 sundar 8008387: Improve code coverage tests for JSObjectLinker and NashornBottomLinker
2013-02-18 attila 8008371: Fix Dynalink compiler warnings and whitespace
2013-02-18 hannesw 8008351: Avoid using String.replace(String, String) in codegen
2013-02-18 sundar 8008305: ScriptEngine.eval should offer the ability to provide a codebase
2013-02-15 sundar 8008298: Add tests to cover specialized versions of Math functions.
2013-02-15 sundar 8008291: Add more tests for better coverage of objects, scripting and parser packages
2013-02-15 lagergren 8008239: Unpublicized parts of the code generator package that were only package internal.
2013-02-15 hannesw 8008215: break in catch clause causes java.lang.VerifyError: Inconsistent stackmap
2013-02-14 jlaskey 8008231: Fix build system to accommodate integration of dynalink
2013-02-14 hannesw 8008198: java.lang.AssertionError: Invalid break target class jdk.nashorn.internal.ir.TryNode
2013-02-14 attila 8007990: No access to interface methods on a restricted class
2013-02-14 lagergren 8008206: The allInteger case for SwitchNode generation in CodeGenerator assumes integer LITERALS only.
2013-02-14 attila 8008085: Integrate Dynalink source code into Nashorn codebase
2013-02-14 lagergren 8008199: Lazy compilation and trampoline implementation
2013-02-14 sundar 8008197: Cross script engine function calls do not work as expected
2013-02-14 sundar 8008193: test262 tests should be run with security manager enabled
2013-02-13 sundar 8008103: Source object should maintain URL of the script source as a private field
2013-02-13 hannesw 8008096: TokenStream buffer should grow exponentially
2013-02-12 attila 8007900: Function binding is inefficient
2013-02-12 hannesw 8007956: Wrong or obsolete system properties in docs/DEVELOPER_README
2013-02-11 sundar 8007915: Nashorn IR, codegen, parser packages and Context instance should be inaccessible to user code
2013-02-09 attila 8006943: Fix order of function method arguments to be (callee, thisObject)
2013-02-08 jlaskey 8006222: Move slot from SpillProperty to Property
2013-02-07 hannesw 8007718: Make static RegExp properties fully compatible to other engines
2013-02-07 hannesw 8007627: Support @Getter annotation on constructor
2013-02-07 sundar 8007715: Make sure that not all tests run with AllPermission
2013-02-06 jlaskey 8007643: Add testing for quit and exit
2013-02-06 jlaskey 8007629: Remove extraneous quit from shell.js
2013-02-06 jlaskey 8007545: jjs input evalinput need to be NOT_ENUMERABLE
2013-02-06 sundar 8007619: Add support for deprecated properties of RegExp constructor
2013-02-06 hannesw 8007273: Creation of ScriptFunctions can be refactored
2013-02-05 sundar 8007523: VerifyError on script that uses regular expression literals with ternary operator
2013-02-05 sundar 8007522: IllegalStateException thrown from String.prototype.search function
2013-02-05 sundar 8007521: $ENV should be undefined when security manager is present
2013-02-05 sundar 8007452: add scripting programmers doc changes for nashorn
2013-02-04 jlaskey 8006191: `cmd` -> exec("cmd") in script mode
2013-02-04 lagergren 8007215: Varargs broken for the case of passing more than the arg limit arguments.
2013-02-04 attila 8007460: var assignment to a parameter in a varargs method causes compilation error
2013-02-04 jlaskey 8007455: Extraneous $(ECHO) in make/Makefile
2013-02-01 hannesw 8007060: Primitive wrap filter throws ClassCastException in test262parallel
2013-01-31 attila 8006529: Methods always get callee - it should be conditional
2013-01-31 sundar 8007286: Add JavaAdapter and importPackage to compatibility script
2013-01-30 sundar 8007140: Java.extend crashes when attempting to extend java.lang.Object
2013-01-30 hannesw 8007109: Regression: String(ConsString) does not flatten argument to String
2013-01-30 sundar 8007132: Java objects returned from constructor functions are lost
2013-01-30 lagergren 8007062: Split Lower up into Lower/Attr/FinalizeTypes. Integrate AccessSpecalizer into FinalizeTypes.
2013-01-29 jlaskey 8007094: Apply version to nashorn.jar manifest
2013-01-29 sundar 8007091: Provide private API to pass application class loader for nashorn script engine
2013-01-28 jlaskey 8006676: Integrate Nashorn into new build system
2013-01-28 sundar 8007004: nashorn script engine should not use thread context class loader as script 'application loader'
2013-01-28 sundar 8006983: Introduce a command line option to switch off syntactic extensions of nashorn
2013-01-25 hannesw 8006766: Array-like access to characters of a string is slow
2013-01-24 sundar 8006857: ClassCastException when interface implementing function uses arguments object
2013-01-24 jlaskey 8006852: Move tests from JIRA for prepopulated map failures
2013-01-24 hannesw 8006408: Clean up and specialize NativeString
2013-01-24 sundar 8006755: Functions inside with statements dont get correct scope
2013-01-24 sundar 8006575: Error in codegen for element access on primitive value
2013-01-23 sundar 8006736: nashorn script engine should support the usage multiple global objects with same engine instance
2013-01-22 sundar 8006678: Avoid too many Context.getGlobal() calls
2013-01-22 attila 8006677: Remove unused FunctionNode flags
2013-01-22 hannesw 8006570: This-value for non-strict functions should be converted to object
2013-01-21 sundar 8006635: Reduce access levels as much as possible
2013-01-21 attila 8006525: Give StaticClass objects their own linker
2013-01-19 sundar 8006557: JDK8/Lambda build clashes on Map.replace()
2013-01-19 sundar 8006584: improve variable handling in NashornScriptEngine
2013-01-18 sundar 8006562: findOwnMH in nashorn "objects" package should be cleaned up
2013-01-18 sundar 8006527: nashorn jsr223 engine does not work in sandbox
2013-01-17 jlaskey 8006517: PropertyHashMap.Element.equals() compares to Property
2013-01-16 sundar 8006424: Passing null or undefined to adapter class constructors results in NPE or ClassCastException
2013-01-16 sundar 8006412: Improve toString method of ScriptObjectMirror class
2013-01-16 jlaskey 8006304: Remove pre-population of maps for constructor produced maps
2013-01-15 attila 8006337: Discarded arguments for INVOKESTATIC must still be evaluated for side effects
2013-01-15 attila 8005958: invoking a function through INVOKESTATIC with more arguments than it declares resulted in malformed bytecode being generated
2013-01-15 attila 8006293: Reduce ScriptObject.findCallMethodMethod
2013-01-14 sundar 8006181: nashorn script engine does not run jrunscript's initialization script
2013-01-14 attila 8006168: ability to generate multi-type Java adapters
2013-01-11 sundar 8006093: Add a makefile target to run all tests (test, test262, perf tests)
2013-01-11 sundar 8006082: Provide option to run octane benchmarks in separate processes
2013-01-11 lagergren 8005976: Break out AccessSpecializer into one pass before CodeGenerator instead of iterative applications from CodeGenerator
2013-01-10 attila 8005983: JavaAdapterFactory generated proxy classes should take extra constructor arguments at the end
2013-01-10 sundar 8005982: NASHORN-71.js failing in nightlys
2013-01-10 sundar 8005987: ant octane tries to run non-benchmark scripts
2013-01-10 lagergren 8005971: runsunspider.js should check results of benchmarks
2013-01-09 sundar 8005940: provide ant targets to get and update external test scripts
2013-01-09 attila 8005777: Bug in the FacetIntrospector of Dynalink - non-public class should search super
2013-01-08 sundar 8005848: assigning to global toString variable affects Object.prototype.toString
2013-01-08 lagergren 8005842: Loops in ASTWriter. Corrected @Reference and @Ignore node annotation for IR nodes
2013-01-08 attila 8005801: Refactor findSetMethod
2013-01-08 attila 8005846: Remove Mangler in favor of Dynalink's NameCodec
2013-01-08 lagergren 8005843: refSymbols lookup of unbound variable could cause NullPointerException in Lower
2013-01-08 sundar 8005835: NASHORN-668 output fails to compare with the corresponding .EXPECTED file
2013-01-08 lagergren 8005788: Loggers and their corresponding system properties not working correctly
2013-01-08 sundar 8005782: get rid of javadoc errors, warnings in nashorn build
2013-01-07 jlaskey 8005703: Offsets miscalculated for blocks
2013-01-07 lagergren 8005789: Forgot to document -Dnashorn.unstable.relink.threshold
2013-01-04 jlaskey 8005663: Update copyright year to 2013
2013-01-04 jlaskey 8005665: JavaDoc should only display public interfaces
2013-01-04 jlaskey 8005666: Add webrev to .hgignore
2012-12-22 jlaskey 8005440: Improve .hgignore filtering for Nashorn repo
2012-12-21 jlaskey 8005403: Open-source Nashorn
2012-12-20 jcoomes 8005364: initial hg tags for nashorn repo
2007-12-01 duke Initial load
2017-07-05 duke Merge
2013-03-15 lana Merge
2013-03-13 lana Merge
2013-02-25 ewendeli Merge
2013-02-19 ewendeli Merge
2012-11-06 coffeys 7201066: Change modifiers on unused fields
2012-12-17 mbankal 7141694: Improving CORBA internals
2012-10-30 ngmr 8000540: Improve IIOP type reuse management
2012-10-30 coffeys 8000631: Restrict access to class constructor
2013-03-12 lana Merge
2013-03-05 lana Merge
2013-02-20 lana Merge
2013-02-14 dmeetry 7199858: Marshal exception is wrong
2013-03-14 katleman Added tag jdk8-b81 for changeset f2ef1e5c2955
2017-07-05 duke Merge
2013-03-18 omajid 8010030: Allow configure to detect if EC implementation is present
2013-03-15 lana Merge
2013-03-14 lana Merge
2013-03-13 lana Merge
2013-02-27 ewendeli Merge
2013-02-27 ewendeli Merge
2013-02-26 ewendeli Merge
2013-02-26 ewendeli Merge
2013-02-22 vlivanov 8004933: Improve MethodHandle interaction with libraries
2013-02-22 vlivanov 8006125: Update MethodHandles library interactions
2013-02-22 vlivanov 8006179: JSR292 MethodHandles lookup with interface using findVirtual()
2013-02-22 vlivanov 8006439: Improve MethodHandles coverage
2013-02-25 ewendeli Merge
2013-02-19 ewendeli Merge
2013-02-19 ewendeli Merge
2013-02-08 valeriep 8007688: Blacklist known bad certificate
2013-02-08 xuelei 8006777: Improve TLS handling of invalid messages
2013-02-07 mchung 8007611: logging behavior in applet changed
2013-02-06 mchung 8007393: Possible race condition after JDK-6664509
2013-01-25 mchung 8004937: Improve proxy construction
2013-01-30 dfuchs 8006446: Restrict MBeanServer access
2013-01-28 mchung 8006882: Proxy generated classes in sun.proxy package breaks JMockit
2013-02-05 ewendeli Merge
2013-01-28 ewendeli 8006864: Update java.security-linux to include changes in java.security
2013-01-11 mchung 8005615: Java Logger fails to load tomcat logger implementation (JULI)
2012-12-18 mullan 8004302: javax/xml/soap/Test7013971.java fails since jdk6u39b01
2012-12-12 denis 8004341: Two JCK tests fails with 7u11 b06
2012-12-07 dsamersoff 8000537: Contextualize RequiredModelMBean class
2012-12-05 mchung 8004175: Restricted packages added in java.security are missing in java.security-{macosx, solaris, windows}
2013-02-03 ewendeli Merge
2012-11-30 denis 7201064: Better dialogue checking
2012-11-27 mchung 6664509: Add logging context
2012-11-26 denis 7186952: Improve clipboard access
2012-11-20 bae 8002325: Improve management of images
2012-11-19 dmocek 8001242: Improve RMI HTTP conformance
2012-11-19 dmocek 6563318: RMI data sanitization
2012-11-16 bae 8001972: Improve image processing
2012-11-15 bagiras 7192977: Issue in toolkit thread
2012-11-09 ksrini 8002091: tools/launcher/ToolsOpts.java test started to fail since 7u11 b01 on Windows
2012-11-08 smarks 7201070: Serialization to conform to protocol
2012-11-07 chegar 7201071: InetSocketAddress serialization issue
2012-11-06 rupashka 7200491: Tighten up JTable layout code
2012-11-02 mchung 7197546: (proxy) Reflect about creating reflective proxies
2012-10-30 dsamersoff 8000539: JMX implementation allows invocation of methods of a system class
2012-10-26 asaha Merge
2012-10-26 asaha Merge
2012-10-26 mullan 7201068: Better handling of UI elements
2012-09-19 weijun 8000210: Improve JarFile code quality
2012-10-22 khazra 7186954: Improve connection performance
2012-10-22 xuelei 7192392: Better validation of client keys
2012-08-23 dholmes 6776941: Improve thread pool shutdown
2012-10-16 ksrini 7200500: Launcher better input validation
2012-10-16 ksrini 7200499: Better data validation for options
2012-10-16 ksrini 7186946: Refine unpacker resource usage
2012-10-16 ksrini 7186957: Improve Pack200 data validation
2012-10-16 ksrini 7186945: Unpack200 improvement
2012-10-16 rupashka 7186948: Improve Swing data validation
2012-10-15 malenkov 7200493: Improve cache handling
2012-10-15 xuelei 7192393: Better Checking of order of TLS Messages
2012-10-12 anthony 7173145: Improve in-memory representation of splashscreens
2013-03-13 lana Merge
2013-03-12 lana Merge
2013-03-12 wetmore 8009925: Back out AEAD CipherSuites temporarily
2013-03-12 coleenp 7154889: Non-zero padding is still not allowed in the tableswitch/lookupswitch instructions.
2013-03-09 weijun 8000653: SPNEGO tests fail at context.getDelegCred().getRemainingInitLifetime(mechOid)
2013-03-08 mduigou 8001667: Comparator combinators and extension methods
2013-03-08 alanb 8009645: ClassFileTransformer hooks in ClassLoader no longer required
2013-03-08 alanb 8006000: TEST_BUG: java/lang/invoke/lambda/LambdaAccessControlTest.java fails intermittently
2013-03-07 chegar 6370908: Add support for HTTP_CONNECT proxy in Socket class
2013-03-07 weijun 8009604: old make images failed: JarBASE64Encoder class not found
2013-03-07 martin 8008759: Do not let internal JDK zlib symbols leak out of fastdebug libzip.so
2013-03-06 jfranck 8007808: Missing method: Executable.getAnnotatedReturnType()
2013-03-05 sla 8009397: test/com/sun/jdi/PrivateTransportTest.sh: ERROR: transport library missing onLoad entry: private_dt_socket
2013-03-05 lana Merge
2013-03-05 jzavgren 4880778: URL final class has protected methods
2013-03-05 jzavgren 8008804: file descriptor leak in src/windows/native/java/net/DualStackPlainSocketImpl.c
2013-03-05 ewang 8009259: TEST_BUG: sun/misc/Cleaner/exitOnThrow.sh failing intermittently
2013-03-05 naoto 8004240: Return value from getAdapterPrefence() can be modified
2013-03-05 darcy 8009267: Restore isAnnotationPresent methods in public AnnotatedElement implementations
2013-03-04 ksrini 8007297: [pack200] allow opcodes with InterfaceMethodRefs
2013-03-02 chegar 8008378: FJP.commonPool support parallelism 0, add awaitQuiescence
2013-03-01 dxu 8006645: TEST_BUG: java/nio/file/Files/CopyAndMove.java failing intermittently (sol)
2013-03-01 mullan Merge
2013-03-01 mullan 8008908: Access denied when invoking Subject.doAsPrivileged()
2013-03-01 xuelei 7030966: Support AEAD CipherSuites
2013-03-01 juh 8006853: OCSP timeout set to wrong value if com.sun.security.ocsp.timeout < 0
2013-02-28 chegar 8006409: ThreadLocalRandom should dropping padding fields from its serialized form
2013-02-27 mduigou 8008785: IdentityHashMap.values().toArray(V[]) broken by JDK-8008167
2013-02-22 vladidan 8005545: Add System property to identify ARCH specific details such as ARM hard-float binaries
2013-02-27 sundar 8009140: jtreg tests under sun/tools/jrunscript should use nashorn engine
2013-02-27 alanb 8008793: SecurityManager.checkXXX behavior not specified for methods that check AWTPermission and AWT not present
2013-02-27 sundar 8009115: jtreg tests under jdk/test/javax/script should use nashorn as script engine
2013-02-27 darcy 8008279: Remove InvalidContainerAnnotationError.java
2013-02-27 darcy 8009102: Several docs warnings in Project Lambda APIs
2013-02-26 alanb 8009029: SunEC provider classes ending up in rt.jar after Nashorn build changes
2013-02-26 rfield 8008770: SerializedLambda incorrect class loader for lambda deserializing class
2013-02-26 alanb 8008977: profiles build broken by Nashorn build changes
2013-02-26 chegar Merge
2013-02-26 chegar Merge
2013-02-26 kmo 7087570: java.lang.invoke.MemberName information wrong for method handles created with findConstructor
2013-02-25 jjg 8008914: Add nashorn to the tl build
2013-02-25 bchristi 8006039: test/tools/launcher/I18NJarTest.java fails on Mac w/ LANG=C, LC_ALL=C
2013-02-25 alanb 8008808: Allowed dependencies added by JDK-8008481 no longer required
2013-02-23 darcy 6556996: (ann spec) SuppressWarnings strings should be documented
2013-02-22 lancea Merge
2013-02-22 lancea 8008716: address typo in CallableStatement javadocs
2013-02-22 alanb 8008290: (profiles) Startup regression due to additional checking of JAR file manifests
2013-01-22 stefank 7140852: Add test for 7022100
2013-01-22 stefank 8006506: Add test for redefining methods in backtraces to java/lang/instrument tests
2013-02-21 msheppar 8006182: cleanup to use java.util.Base64 in java security component, providers, and regression tests
2013-02-22 lana Merge
2013-02-21 rfield 8008356: Test LambdaSerialization.java failing
2013-02-20 dcubed 8008352: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh fails on MKS
2013-02-20 uta 8007454: (process) SetHandleInformation parameters DWORD (not BOOLEAN)
2013-02-13 ykantser 8008089: Delete OS dependent check in JdkFinder.getExecutable()
2013-02-20 lana Merge
2013-02-20 ksrini 8008262: pack200 should support MethodParameters - part 2
(0) -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 +30000 tip