2017-07-05 duke Merge
2014-06-12 katleman Added tag jdk9-b17 for changeset abd9a49d0b9c
2017-07-05 duke Merge
2014-06-12 katleman Added tag jdk9-b17 for changeset f67a670502cb
2017-07-05 duke Merge
2014-06-12 katleman Added tag jdk9-b17 for changeset a190ad71abdc
2017-07-05 duke Merge
2014-06-12 katleman Added tag jdk9-b17 for changeset 681b70d49d8d
2017-07-05 duke Merge
2014-06-12 katleman Added tag jdk9-b17 for changeset 51596e763410
2017-07-05 duke Merge
2014-06-12 katleman Added tag jdk9-b17 for changeset e2e5f24869d5
2017-07-05 duke Merge
2014-06-12 tbell Merge
2014-06-12 tbell 8046474: Source changes needed to build JDK 9 with new platforms and compilers on Solaris and Linux
2014-06-12 katleman Added tag jdk9-b17 for changeset b14260e7f98f
2014-06-12 tbell Merge
2014-06-12 tbell 8046474: Source changes needed to build JDK 9 with new platforms and compilers on Solaris and Linux
2014-06-12 katleman Added tag jdk9-b17 for changeset 4f048ac42b56
2017-07-05 duke Added tag jdk9-b17 for changeset 410bccbded9e
2017-07-05 duke Merge jdk9-b17
2017-07-05 duke Merge
2014-06-06 lana Merge
2014-06-05 jjg 8046067: test/tools/javac/api/6410643/T6410643.java is broken
2014-06-05 sogoel 8044072: Group 2: create .out files for OverrideChecks tests in tools/javac dir
2014-06-05 sogoel 8044064: Group 1: create .out files for cast and capture negative tests in tools/javac dir
2014-06-05 mcimadamore 8043893: Inference doesn't report error on incompatible upper bounds
2014-06-04 vromero 8041713: Type inference of non-existent method references crashes the compiler
2014-06-02 vromero 8044487: Fix for 8042785 causes regression tests to fail with java.lang.VerifyError
2014-05-30 vromero 8042785: javac, bridge methods are not getting the flags from the original method
2014-06-05 katleman Added tag jdk9-b16 for changeset f75464f610f6
2017-07-05 duke Merge
2014-06-05 katleman Added tag jdk9-b16 for changeset 1fe6db2229a0
2017-07-05 duke Merge
2014-06-05 katleman Added tag jdk9-b16 for changeset 799f78314361
2017-07-05 duke Merge
2014-06-06 lana Merge
2014-06-05 attila 8044816: On-demand compiled top-level program doesn't need :createProgramFunction
2014-06-05 attila 8046014: MultiGlobalCompiledScript should cache :createProgramFunction handle
2014-06-04 attila 8038413: NPE in unboxInteger
2014-06-04 attila 8044803: Unnecessary restOf check
2014-06-04 sundar 8044695: __stack__ becomes visible in Error properties
2014-06-04 attila 8044502: Get rid of global optimistic flag
2014-06-04 attila 8044638: Tidy up Nashorn codebase for code standards
2014-06-04 sundar 8044750: megamorphic getter for scope objects does not call __noSuchProperty__ hook
2014-06-03 attila 8044518: Ensure exceptions related to optimistic recompilation are not serializable
2014-06-03 attila 8044534: Constant folding for unary + should produce int for boolean literals
2014-06-03 attila 8044533: Deoptimizing negation produces wrong result for zero
2014-06-03 attila 8044171: Make optimistic exception handlers smaller
2014-06-03 sundar 8044520: Nashorn cannot execute node.js's express module
2014-06-03 sundar 8044612: StringIndexOutOfBoundException in NativeRegExp.appendReplacement
2014-06-02 attila Merge
2014-05-28 attila Merge
2014-05-28 lagergren 8044102: Ensure bechmark exclude list for Octane benchmarks is in only one place, project.properties, and fix benchmark harness
2014-05-27 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)
2014-05-21 lagergren 8043632: Parallelize class installation and various script fixes.
2014-05-21 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
2014-05-21 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.
2014-05-21 attila 8043605: Enable history for empty property maps
2014-05-21 attila 8043608: Make equality tests inline better
2014-05-20 lagergren 8043504: Octane test harness was missing argument to print_always at one callsite, causing erroneous logging
2014-05-19 attila 8043431: Fix yet another corner case of JDK-8041995
2014-05-19 lagergren 8034206: Make parts of code pipeline reusable in order to facilitate faster warmup and faster lazy compilation.
2014-05-15 attila 8043235: Type-based optimizations interfere with continuation methods
2014-05-14 attila 8043133: Fix corner cases of JDK-8041995
2014-05-14 mnunez 8044154: Nashorn : all tests failed with java.security.AccessControlException
2014-05-14 attila 8043137: Collapse long sequences of NOP in Nashorn bytecode output
2014-05-14 attila 8043004: Reduce variability at JavaAdapter call sites
2014-05-14 attila 8043003: Use strongly referenced generic invokers
2014-05-13 attila 8043002: Improve performance of Nashorn equality operators
2014-05-13 attila 8042118: Separate types from symbols
2014-05-05 mnunez 8037572: Add more test cases to check static types
2014-05-02 lagergren 8041625: AccessorProperty currentType must only by Object.class when non-primitive, and scoping followup problem for lazily generated with bodies
2014-04-29 mnunez 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework
2014-04-28 lagergren 8041995: Problems when loading tree expressions with several optimistic program points when optimistically initializing ObjectNodes
2014-04-25 lagergren 8041905: Fix apply2call bug that prevented avatar.js unit tests from running correctly
2014-04-23 lagergren 8041434: Add synchronization to the common global constants structure
2014-04-23 lagergren 8038426: Move all loggers from process wide scope into Global scope
2014-04-22 lagergren 8033105: Make sure Nashorn test harness can run zlib benchmark
2014-04-18 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 lagergren 8040102: Remove all references to Unsafe and definition of anonymous clases from the code
2014-04-17 lagergren 8040089: Apply to call transform was incomplete. Now passes all tests and performance is back
2014-04-11 lagergren Merge
2014-04-11 lagergren 8039746: Transform applies to calls wherever possible, for ScriptFunctions and JSObjects.
2014-04-11 attila 8040024: BranchOptimizer produces bad code for NaN FP comparison
2014-04-02 lagergren 8039044: Expand undefined intrinsics for all commutative combinators of scrict undefined checks
2014-04-01 lagergren 8038945: Simplify strict undefined checks
2014-04-01 lagergren 8038799: Guard and unbox boxed primitives types on setting them in Properties to avoid megamorphisism
2014-03-31 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-27 attila 8038416: Access to undefined scoped variables deoptimized too much
2014-03-27 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.
2014-03-26 attila 8038396: fix for the compiler expression evaluator to be more inquisitive about types
2014-03-24 attila 8037534: Use scope types to determine optimistic types
2014-03-24 attila 8038223: Symbol trace debug output takes time
2014-03-21 attila Merge
2014-03-20 lagergren 8037967: Broke the build, by commiting without saving the last review comment
2014-03-20 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-17 mnunez 8037086: Check that deoptimizing recompilations are correct
2014-03-14 lagergren 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-12 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-05 lagergren 8036127: Prototype filter needs to be applied to getter guard as well, not just getter
2014-03-03 lagergren 8035836: Array performance improvements
2014-02-26 attila 8035820: Optimistic recompilation
2014-06-05 katleman Added tag jdk9-b16 for changeset e3b9d834796d
2017-07-05 duke Merge
2014-06-05 katleman Added tag jdk9-b16 for changeset 87bc69dea937
2017-07-05 duke Merge
2014-06-06 lana Merge
2014-06-05 michaelm 8044766: New jdk.net classes have @since 1.9 tags in 8u20
2014-06-05 weijun 8044755: Add a test for algorithm constraints check in jarsigner
2014-06-04 sherman 8044727: Problem reading the contents of some zip files
2014-06-04 sherman 8044725: Bug in zlib 1.2.5 prevents inflation of some gzipped files
2014-06-04 jfranck 8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
2014-06-04 chegar 8044590: Broken links in jre.api.net.socketoptions
2014-06-04 mtobiass 8036006: [TESTBUG] sun/tools/native2ascii/NativeErrors.java fails: Process exit code was 0, but error was expected.
2014-06-04 aefimov 8032901: WaitForMultipleObjects() return value not handled appropriately
2014-06-02 miauno 8044495: Remove test demo/jvmti/mtrace/TraceJFrame.java
2014-06-04 xuelei 8044771: PKIXValidator indent cleanup
2014-06-03 sundar 8044647: sun/tools/jrunscript/jrunscriptTest.sh start failing: Output of jrunscript -l nashorn differ from expected output
2014-06-03 kizune 8044206: LambdaMetafactory.altMetafactory javadoc refers to wrong method
2014-06-03 yan 8040081: Tidy warnings cleanup for java.applet
2014-06-03 erikj 8044480: JDK image target overwrites lib/server/libjsig.dylib symlink with a copy of lib/libjsig.dylib
2014-06-03 erikj 8043160: JDK 9 Build failure in accessbridge
2014-06-03 mullan Merge
2014-06-03 mullan 8036841: Reuse no-perms AccessControlContext object when performing isAuthorized check
2014-06-03 thartmann 8005873: JRuby test_respond_to.rb asserts with: MT-unsafe modification of inline cache
2014-06-03 yan 8032527: fix a couple doclint errors in java/awt/geom/Path2D
2014-06-03 ascarpino 8037742: Re-enabling PKCS11 HMAC mechanisms in Solaris
2014-06-03 ascarpino 8041142: Re-enabling CBC_PAD PKCS11 mechanisms for Solaris
2014-06-02 igerasim 8037866: Replace the Fun class in tests with lambdas
2014-06-02 alanb 8043753: Drop javax.transaction from compact2 and compact3
2014-06-01 omajid 8044235: src.zip should include all sources
2014-05-30 darcy 8039865: Add fallthrough lint warning to build of jdk repository
2014-05-30 darcy 8044477: Fix fallthrough lint warning in ASM
2014-05-30 ksrini 8044046: [asm] refresh internal ASM version to v5.0.3
2014-05-30 mikael 8044363: Remove special build options for unpack200 executable
2014-05-30 rriggs 8044461: Cleanup new Boolean and single character strings
2014-06-05 katleman Added tag jdk9-b16 for changeset 68a979478ffb
2017-07-05 duke Merge
2014-06-06 lana Merge
2014-05-30 amurillo Merge
2014-05-30 twisti Merge
2014-05-30 twisti Merge
2014-05-29 vlivanov 8034935: JSR 292 support for PopFrame has a fragile coupling with DirectMethodHandle
2014-05-28 iveresov 8044090: C1: Old value instead of new one is passed to post-barrier in UnsafeGetAndSetObject
2014-05-28 iignatyev 8043899: compiler/5091921/Test7005594.java fails if specified -Xmx is less than 1600m
2014-05-27 mikael 8043206: Fix signed vs. unsigned comparison warning in copy_sparc.hpp
2014-05-26 iignatyev 8038924: Test bit-instructions fails with unexpected exit value on sparc
2014-05-26 roland 8043638: Multiple compilation attempts break LogCompulation, lead to confusing PrintInlining output
2014-05-26 roland 8042557: compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: GC triggered before VM initialization completed
2014-05-23 iignatyev 8032970: Add stack size check methods to WhiteBox API
2014-05-23 twisti Merge
2014-05-21 neliasso 8031475: Missing oopmap in patching stubs
2014-05-29 jmasa Merge
2014-05-26 iignatyev 8040250: The test test/gc/parallelScavenge/TestDynShrinkHeap.java fails with OOME
2014-05-26 tschatzl 8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx
2014-05-27 minqi 8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize
2014-05-23 coleenp Merge
2014-05-23 coleenp 8043925: Fix typo in verifier.cpp
2014-05-23 coleenp Merge
2014-05-22 dsamersoff 8042155: [TESTBUG] Tests for stack guard pages have to be cleaned up
2014-05-22 lfoltan 8043301: Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013
2014-05-22 allwin 8027230: Overflow in java.lang.instrument.Instrumentation.getObjectSize() method
2014-05-21 coleenp 8042727: nsk/jdb/unwatch/unwatch001 crash in InstanceKlass::methods_do(void (*)(Method*))
2014-06-05 katleman Added tag jdk9-b16 for changeset f1f02d5f465a
2014-06-06 lana Merge
2014-06-04 mduigou 8044733: common/autoconf/configure script doesn't properly detect missing tools
2014-06-05 katleman Added tag jdk9-b16 for changeset 46c176c94864
2017-07-05 duke Added tag jdk9-b16 for changeset 4a09f5d30be8
2017-07-05 duke Merge jdk9-b16
2017-07-05 duke Merge
2014-05-30 lana Merge
2014-05-30 jlahoda 8031967: For some sources compiler compiles for ever
2014-05-29 vromero 8037937: javac: AssertionError during LVT generation, wrong variable ranges
2014-05-28 pgovereau 8037934: Javac generates invalid signatures for local types
2014-05-30 katleman Added tag jdk9-b15 for changeset dbec02c24c7a
2017-07-05 duke Merge
2014-05-30 katleman Added tag jdk9-b15 for changeset 039c0ea8c5c6
2017-07-05 duke Merge
2014-05-30 katleman Added tag jdk9-b15 for changeset e96eee24c138
2017-07-05 duke Merge
2014-05-30 lana Merge
2014-05-30 sundar 8044415: ant makefile should have a target to generate javadoc only for jdk.nashorn.api and sub-packages
2014-05-30 katleman Added tag jdk9-b15 for changeset 67e22e0e8473
2017-07-05 duke Merge
2014-05-30 katleman Added tag jdk9-b15 for changeset 20d187781c7f
2017-07-05 duke Merge
2014-05-30 sla 8044418: Add com/sun/jdi/JdbReadTwiceTest.sh to ProblemList.txt
2014-05-30 lana Merge
2014-05-30 alanb 8044027: Remove unused XML Signature schema and dtd files from source
2014-05-30 weijun 8036779: sun.security.krb5.KdcComm interprets kdc_timeout as msec instead of sec
2014-05-29 igerasim 8044342: build failure on Windows noticed with recent smartcardio fix
2014-05-29 vinnie 8044038: Security tests fail on 32 bit linux platform
2014-05-29 vlivanov 8035186: j2se_jdk/jdk/test/java/lang/invoke/lambda/LogGeneratedClassesTest.java - assertion error
2014-05-29 igerasim 8043720: (smartcardio) Native memory should be handled more accurately
2014-05-29 darcy 8043916: Fix fallthrough lint warnings in java/lang/UNIXProcess.java
2014-05-29 weijun 8036709: Java 7 jarsigner displays warning about cert policy tree
2014-05-28 igerasim 7047033: (smartcardio) Card.disconnect(boolean reset) does not reset when reset is true
2014-05-27 prappo 8024832: ServerSocketChannel.socket().accept() throws IllegalBlockingModeException if not bound
2014-05-28 igerasim 8039319: (smartcardio) Card.transmitControlCommand() does not work on Mac OS X
2014-05-28 joehw 8043592: The basic XML parser based on UKit fails to read XML files encoded in UTF-16BE or LE
2014-05-30 katleman Added tag jdk9-b15 for changeset 0e30add0f485
2017-07-05 duke Merge
2014-05-30 katleman Added tag jdk9-b15 for changeset 8e732d204328
2014-05-30 katleman Added tag jdk9-b15 for changeset e4801f790a3c
2017-07-05 duke Added tag jdk9-b15 for changeset 74eb0778e4f2
2017-07-05 duke Merge jdk9-b15
2017-07-05 duke Merge
2014-05-27 dlsmith 8044050: Move misplaced inference tests to test/tools/javac/generics/inference
2014-05-27 dlsmith 8042338: Refactor Types.upperBound to treat wildcards and variables separately
2014-05-27 pgovereau 7177211: SharedNameTable.create and .dispose are not used
2014-05-27 pgovereau 8042741: Java 8 compiler throws NullPointerException depending location in source file
2014-05-27 pgovereau 8041704: wrong error message when mixing lambda expression and inner class
2014-05-22 sogoel 8043336: Missing bug id in test/tools/javac/lambda/TargetType23.java
2014-05-22 lana Merge
2014-05-20 ntoda 8042406: javac.jvm.ClassReader.readClassFile() is using Target to verify valid major versions
2014-05-16 pgovereau 8015927: Class reference duplicates in constant pool
2014-05-19 jjg 8041422: Split javac ClassReader into ClassReader+ClassFinder
2014-05-16 jlahoda 8043186: javac test langtools/tools/javac/util/StringUtilsTest.java fails
2014-05-12 anazarov 8042771: Missing bug id in test/tools/javac/classfiles/attributes/SourceFile/NoSourceFileAttribute.java
2014-05-22 katleman Added tag jdk9-b14 for changeset 076ae2d12410
2017-07-05 duke Merge
2014-05-26 mkos 8043762: Remove unused files from jaxws repository
2014-05-23 mkos 8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
2014-05-23 mkos 8039210: Fix type error in DefaultResourceInjector
2014-05-22 katleman Added tag jdk9-b14 for changeset 334fc8abb249
2017-07-05 duke Merge
2014-05-23 joehw 8043666: Remove unused files from jaxp repository
2014-05-22 katleman Added tag jdk9-b14 for changeset d122674e5ed7
2017-07-05 duke Merge
2014-05-27 sundar 8044000: Access to undefined property yields "null" instead of "undefined"
2014-05-26 sundar 8043930: TypeError when attemping to create an instance of non-public class could be better
2014-05-22 lana Merge
2014-05-22 hannesw 8030202: Nashorn: Multiple RegExp#ignoreCase issues
2014-05-22 mnunez 8028615: jdk.nashorn.x3::some.serious.failure needs more memory to run
2014-05-20 sundar 8043443: Test framework changes to run script tests without security manager
2014-05-22 katleman Added tag jdk9-b14 for changeset 2187cb29a50c
2017-07-05 duke Merge
2014-05-22 katleman Added tag jdk9-b14 for changeset 4009a00151e2
2017-07-05 duke Merge
(0) -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 +30000 tip