2010-03-18 tonyp 6935821: G1: threads created during marking do not active their SATB queues
2010-03-22 apetrusenko Merge
2010-03-18 jcoomes 6935839: excessive marking stack growth during full gcs
2010-03-18 apetrusenko 6921710: G1: assert(new_finger >= _finger && new_finger < _region_limit,"invariant")
2010-03-11 johnc 6755988: G1: assert(new_obj != 0 || ... "should be forwarded")
2010-03-15 apetrusenko Merge
2010-03-03 jcoomes 4396719: Mark Sweep stack overflow on deeply nested Object arrays
2010-03-25 mikejwre Added tag jdk7-b87 for changeset e147a1eaf2fc
2010-03-25 mikejwre Added tag jdk7-b87 for changeset 8367da959bab
2017-07-05 duke Added tag jdk7-b87 for changeset b7456c473862
2017-07-05 duke Merge jdk7-b87
2017-07-05 duke Merge
2010-03-18 mikejwre Added tag jdk7-b86 for changeset cd99680e9c56
2017-07-05 duke Merge
2010-03-18 mikejwre Added tag jdk7-b86 for changeset 998d177fa12c
2017-07-05 duke Merge
2010-03-18 mikejwre Added tag jdk7-b86 for changeset 221fb7990478
2017-07-05 duke Merge
2010-03-18 mikejwre Added tag jdk7-b86 for changeset 28050e60c70d
2017-07-05 duke Merge
2010-03-18 mikejwre Added tag jdk7-b86 for changeset ebd0e0190faf
2017-07-05 duke Merge
2010-03-24 trims Merge
2010-03-24 trims Added tag hs18-b01 for changeset 39a1b68b0062
2010-03-19 trims 6936366: Fork HS17 to HS18 - renumber Major and build numbers of JVM
2010-03-18 trims Merge
2010-03-18 twisti Merge
2010-03-18 twisti 6932091: JSR 292 x86 code cleanup
2010-03-17 never 6930043: C2: SIGSEGV in javasoft.sqe.tests.lang.arr017.arr01702.arr01702.loop_forw(II)I
2010-03-17 kvn 6935535: String.indexOf() returns incorrect result on x86 with SSE4.2
2010-03-17 twisti 6934966: JSR 292 add C1 logic for saved SP over MethodHandle calls
2010-03-16 kvn 6935466: new CodeCache flushing code is not guarded by the flag
2010-03-16 twisti 6934494: JSR 292 MethodHandles adapters should be generated into their own CodeBlob
2010-03-11 twisti 6934089: Zero 32-bit/64kb page fix
2010-03-05 roland 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
2010-03-10 twisti Merge
2010-03-09 twisti 6919934: JSR 292 needs to support x86 C1
2010-03-09 never 6932270: Allow Java's ELF symtab reader to use separate debuginfo files
2010-03-08 twisti 6932536: JSR 292 modified JDK MethodHandlesTest fails on x86_64
2010-03-11 acorn Merge
2010-03-11 xlu 6933402: RFE: Improve PrintSafepointStatistics output to track cleanup time
2010-03-02 coleenp 6914050: jvm assertion "guard pages must be in use" in -Xcomp mode
2010-03-03 jmasa 6910182: CMS: assert(_cursor[j] == _survivor_plab_array[j].end(),"Ctl pt invariant")
2010-03-02 johnc Merge
2010-02-26 phh 6923123: Hotspot refuses to start when -Xmx4m or -Xms4m is specified
2010-03-02 johnc Merge
2010-02-24 tonyp 6928065: G1: use existing command line parameters to set the young generation size
2010-02-24 jmasa 6928081: G1: rename parameters common with CMS
2010-02-24 tonyp 6928073: G1: use existing command line parameters for marking cycle initiation
2010-02-24 tonyp 6928059: G1: command line parameter renaming
2010-03-01 never 6930398: fix for return address locals in OSR entries uses wrong test
2010-02-26 kvn 6930116: loop predication code does not handle If nodes with only one projection
2010-02-25 kvn 6930035: C2 type system incorrectly handles case j.l.Object->meet(constant AryPtr)
2010-02-25 never 6915557: assert(_gvn.type(l)->higher_equal(type),"must constrain OSR typestate") with debug build
2010-02-23 twisti 6928839: JSR 292 typo in x86 _adapter_check_cast
2010-02-23 kvn 6928717: HS17 fails to build with SS11 C++
2010-02-19 never 6927049: assert(is_Loop(),"invalid node class")
2010-02-19 kvn 6910664: C2: java/util/Arrays/Sorting.java fails with DeoptimizeALot flag
2010-02-18 never 6663854: assert(n != __null,"Bad immediate dominator info.") in C2 with -Xcomp
2010-03-18 mikejwre Added tag jdk7-b86 for changeset 16a26e16c83f
2010-03-18 mikejwre Added tag jdk7-b86 for changeset 41627c4e030e
2017-07-05 duke Added tag jdk7-b86 for changeset c94d9cc81f49
2017-07-05 duke Merge jdk7-b86
2017-07-05 duke Merge
2010-03-09 lana Merge
2010-03-06 jjg Merge
2010-03-06 jjg 6930108: IllegalArgumentException in AbstractDiagnosticFormatter for tools/javac/api/TestJavacTaskScanner.jav
2010-03-04 lana Merge
2010-03-04 jjg 6931126: jtreg tests not Windows friendly
2010-03-04 jjg 6931927: position issues with synthesized anonymous class
2010-03-04 darcy 6449781: TypeElement.getQualifiedName for anonymous classes returns null instead of an empty name
2010-03-03 jjg 6931127: strange test class files
2010-03-03 jjg 6931482: minor findbugs fixes
2010-03-02 darcy 6931130: Remove unused AnnotationCollector code from JavacProcessingEnvironment
2010-02-26 jjg 6930032: fix findbugs errors in com.sun.tools.javac.comp
2010-02-26 jjg 6930076: "null" can incorrectly appear in error message compiler.err.error.reading.file
2010-02-26 jjg 6881645: Unchecked method call on a method declared inside anonymous inner causes javac to crash
2010-02-25 jjg 6893943: exit code from javah with no args is 0
2010-02-25 jjg 6929544: langtools source code uses statics qualified by instance variables
2010-02-25 darcy 6929645: Address various findbugs warnings in langtools
2010-02-25 jjg 4880220: Add a warning when accessing a static method via an reference
2010-02-24 jjg 6511613: javac unexpectedly doesn't fail in some cases if an annotation processor specified
2010-03-04 mikejwre Added tag jdk7-b85 for changeset 6830a7ec21d0
2017-07-05 duke Merge
2010-03-04 mikejwre Added tag jdk7-b85 for changeset 58d57db8348f
2017-07-05 duke Merge
2010-03-04 mikejwre Added tag jdk7-b85 for changeset cdc37d7f9bba
2017-07-05 duke Merge
2010-03-04 mikejwre Added tag jdk7-b85 for changeset 3e4b803f1d22
2017-07-05 duke Merge
2010-03-09 lana Merge
2010-03-06 ohair 6915983: testing problems, adjusting list of tests, needs some investigation
2010-03-04 lana Merge
2010-03-04 weijun 6880321: sun.security.provider.JavaKeyStore abuse of OOM Exception handling
2010-03-04 weijun 6923681: Jarsigner crashes during timestamping
2010-03-04 weijun 6844909: support allow_weak_crypto in krb5.conf
2010-03-03 ohair 6931763: sanity checks broken with latest cygwin, newer egrep -i option problems
2010-03-03 alanb 6931216: TEST_BUG: test/java/nio/file/WatchService/LotsOfEvents.java failed with NPE
2010-03-01 vinnie Merge
2010-03-01 vinnie 6921001: api/java_security/IdentityScope/IdentityScopeTests.html#getSystemScope fails starting from b78 JDK7
2010-02-27 alanb 6921374: java.lang.String::hashCode() should check for count == 0 to avoid repeated stores hash = 0
2010-02-27 alanb 6815768: File.getxxxSpace() methods fail for very large file systems under 32bit Java
2010-02-27 alanb 6929259: Remove double spaces from Dual-pivot quicksort
2010-02-27 alanb 6929532: (file) WatchService should avoid queuing new modify events when lots of files are changing
2010-02-25 xuelei 6916202: More cases of invalid ldap filters accepted and processed
2010-02-24 darcy 6929382: Various core classes in util and elsewhere are missing @param <T> tags
2010-02-23 alanb 6926800: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with newer versions of find(1)
2010-02-23 alanb 6928960: make modules fails to build class analyzer
2010-02-23 alanb 6925932: (file) Path.endsWith can throw ArrayIndexOutOfBoundsException (unx)
2010-02-23 alanb 6925977: (file) test/java/nio/file/Path/CheckPermissions.java fails if test.src on read-only file system
2010-03-09 lana Merge
2010-03-04 lana Merge
(0) -3000 -1000 -112 +112 +1000 +3000 +10000 +30000 tip