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