log

age author description
Tue, 24 May 2016 13:51:28 +0200 Roland Schatz Remove jvmci VM configuration, and backport UseJVMCICompiler flag.
Fri, 20 May 2016 15:49:00 +0200 David Leopoldseder Merge
Fri, 20 May 2016 13:53:00 +0200 David Leopoldseder Check minimum number of JVMCI compiler threads during vm creation
Fri, 20 May 2016 12:07:06 +0200 Roland Schatz Remove unused method MemoryAccessProvider.readUnsafeConstant (JDK-8157428).
Wed, 18 May 2016 21:31:59 +0200 Doug Simon revert incorrect assertion and correct javadoc around MemoryAccessProvider.readObjectConstant
Wed, 18 May 2016 11:04:37 -0700 Tom Rodriguez Remove unintentional IGV changes brought over with JDK9 sync
Tue, 17 May 2016 21:10:34 +0200 Doug Simon minimize diff to jvmci-9
Fri, 13 May 2016 16:38:50 +0200 Roland Schatz Javadoc fix.
Fri, 13 May 2016 14:33:19 +0200 Roland Schatz Replace LIRKind with abstract base class (JDK-8156942).
Fri, 13 May 2016 11:49:57 +0200 Doug Simon clean up and minimize JVMCI (JDK-8156835) - part 3
Fri, 13 May 2016 10:44:29 +0200 Doug Simon clean up and minimize JVMCI (JDK-8156835) - part 2
Thu, 12 May 2016 20:57:31 +0200 Doug Simon clean up and minimize JVMCI (JDK-8156835)
Thu, 12 May 2016 11:06:49 +0200 Doug Simon Backed out changeset: a920338dd4d4
Thu, 12 May 2016 14:24:15 +0200 Roland Schatz Remove implicit stable field handling (JDK-8156552).
Wed, 11 May 2016 16:41:28 +0200 Roland Schatz Remove support for patching Symbol pointers (JDK-8156768).
Wed, 11 May 2016 21:20:50 +0200 Doug Simon make Stable package-private
Tue, 10 May 2016 17:00:50 +0200 Roland Schatz Remove LocationIdentity (JDK-8156741).
Wed, 11 May 2016 15:54:36 +0200 Doug Simon remove JVMCIError and UnsafeUtil classes (JDK-8156759)
Wed, 11 May 2016 09:53:28 +0200 Josef Eisl 8156034: update 02
Wed, 11 May 2016 09:50:37 +0200 Josef Eisl 8156034: update 01
Tue, 10 May 2016 14:55:40 +0200 Roland Schatz Remove stable constant handling from ConstantReflectionProvider (JDK-8156552).
Mon, 02 May 2016 14:57:11 +0200 Josef Eisl Notify the compiler on completion of a bootstrap (JDK-8156034)
Tue, 10 May 2016 11:17:23 +0200 Roland Schatz Make all get[Declared]Annotation methods look the same.
Mon, 09 May 2016 09:37:36 -0700 Tom Rodriguez rename magicBytes to MAGIC_BYTES
Mon, 09 May 2016 16:34:20 +0200 Doug Simon added JVMCIPermission (JDK-8155023)
Mon, 09 May 2016 16:08:16 +0200 Doug Simon allow JVMCI compiler to change the compilation policy for a method (JDK-8152311)
Mon, 09 May 2016 11:31:54 +0200 Roland Schatz Return empty array instead of null in getDeclaredAnnotations.
Fri, 06 May 2016 11:01:40 -0700 Tom Rodriguez Add explicit version number to binary IGV format and add some backwards compatibility logic
Fri, 06 May 2016 13:21:20 +0200 Roland Schatz Make ResolvedJava* types extend AnnotatedElement.
Wed, 04 May 2016 12:06:51 +0200 Roland Schatz Make HotSpotResolvedObjectTypeImpl.createField internal.
Fri, 29 Apr 2016 14:47:29 -0700 Tom Rodriguez Remove ResolvedJavaType.getClassFilePath
Tue, 03 May 2016 08:45:04 -0700 Tom Rodriguez Rename isAllocationCloneable to isCloneableWithAllocation
Tue, 03 May 2016 12:07:58 +0200 Roland Schatz Use CHECK instead of HAS_PENDING_EXCEPTION (JDK-8155735).
Mon, 02 May 2016 15:19:08 +0200 Roland Schatz Fix Symbol* leak (JDK-8155735).
Mon, 02 May 2016 08:05:08 +0200 Stefan Anzinger Backed out changeset 30544794ea23
Sun, 01 May 2016 23:58:05 +0200 Doug Simon jdk.vm.ci needs to securely export services (JDK-8155023)
Sun, 01 May 2016 11:24:36 +0200 Stefan Anzinger [IGV] Fix String object reading from BinaryGraphs
Fri, 29 Apr 2016 14:49:30 +0200 Roland Schatz Use strings instead of Symbol* for exception names (JDK-8155735).
Fri, 29 Apr 2016 11:10:18 +0200 Roland Schatz Merge.
Fri, 29 Apr 2016 10:54:19 +0200 Roland Schatz Remove TrustedInterface (JDK-8155719).
Fri, 29 Apr 2016 00:36:35 +0200 Doug Simon checkstyle fixes
Thu, 28 Apr 2016 15:16:47 +0200 Doug Simon jdk.vm.ci needs to securely export services (JDK-8155023)
Thu, 28 Apr 2016 14:55:09 +0200 Doug Simon added more entries to ignore
Thu, 28 Apr 2016 13:32:46 +0200 Doug Simon HotSpotMemoryAccessProviderImpl.readObjectConstant should support reading fields in objects (JDK-8155626)
Thu, 28 Apr 2016 13:29:40 +0200 Doug Simon MemoryAccessProvider.readUnsafeConstant javadoc should be updated for null JavaKind case (JDK-8155244)
Thu, 28 Apr 2016 13:06:12 +0200 Doug Simon align the permission checked by Services with jvmci-9
Thu, 28 Apr 2016 13:04:41 +0200 Doug Simon make JVMCICompilerFactory an abstract class with security checks (JDK-8155622)
Thu, 28 Apr 2016 13:07:46 -0700 Tom Rodriguez Add ResolvedJavaType.isAllocationClonable
Thu, 28 Apr 2016 09:29:35 -0700 Tom Rodriguez Import pure whitespace changes from JDK9 IGV
Thu, 28 Apr 2016 09:29:22 -0700 Tom Rodriguez Import actual changes from JDK9 IGV which is mostly copyright related
Thu, 21 Apr 2016 14:14:01 +0200 David Leopoldseder re-enable commented-out assertion
Thu, 21 Apr 2016 14:13:43 +0200 David Leopoldseder remove outdated, commented-out code
Tue, 19 Apr 2016 23:28:22 -0700 Tom Rodriguez Update hsdis binaries
Tue, 19 Apr 2016 21:36:49 -0700 Tom Rodriguez Throw exception in IGV if ensureAvailable is called with too large a size
Mon, 18 Apr 2016 10:18:48 -0700 Tom Rodriguez Handle Strings larger than buffer size properly in IGV
Thu, 14 Apr 2016 15:56:53 -0700 Tom Rodriguez Fix typo
Wed, 13 Apr 2016 23:28:03 -0700 Tom Rodriguez Fix HTML quoting in tooltips and remove useless entries from search box
Wed, 06 Apr 2016 20:02:32 -0700 Tom Rodriguez 8152903: [JVMCI] CompilerToVM::resolveMethod should correctly handle private methods in interfaces
Thu, 07 Apr 2016 11:09:49 -0700 Tom Rodriguez Sync speculation log changes with JDK9 version
Thu, 07 Apr 2016 13:56:58 +0200 Doug Simon update to Eclipse 4.5.2 format style
Mon, 04 Apr 2016 22:59:08 +0200 Doug Simon do not install an empty SpeculationLog in an nmethod (JDK-8153439)
Mon, 04 Apr 2016 22:42:53 +0200 Doug Simon register DEFAULT_VM as env var to be captured in IDE configs
Wed, 30 Mar 2016 16:25:12 +0200 Doug Simon fixed javadoc for methods in MethodHandleAccessProvider to describe exceptions thrown (JDK-8152021, JDK-8152022, JDK-8152023)
Wed, 30 Mar 2016 16:06:48 +0200 Doug Simon fixed javadoc and implementation of MemoryAccessProvider methods to only throw IllegalArgumentException (JDK-8152024)
Fri, 01 Apr 2016 10:32:24 -0700 Tom Rodriguez Don't generate LeafType assumptions for isLeaf == true types
Thu, 31 Mar 2016 10:21:27 -0700 Tom Rodriguez Add folder and graph property support to binary graphs in IGV
Fri, 25 Mar 2016 14:08:23 -0700 Tom Rodriguez findLeafConcreteSubtype should handle arrays of leaf concrete subtype
Fri, 25 Mar 2016 13:30:32 +0100 Roland Schatz Remove `desc` argument from JVMCIRuntime::throw_class_cast_exception.
Fri, 25 Mar 2016 12:40:19 +0100 Roland Schatz Backout removal of HotSpotVMSymbols class.
Wed, 23 Mar 2016 23:21:34 -0700 Tom Rodriguez evol_method dependencies failures should return dependencies_failed
Tue, 22 Mar 2016 15:55:59 +0100 Roland Schatz Create exception throwing routines for exceptions with complex messages.
Wed, 23 Mar 2016 10:42:47 +0100 Doug Simon fix for new clang warnings
Tue, 22 Mar 2016 19:21:59 +0100 Josef Eisl mx: remove makejmhdeps buildjmh and jmh.
Tue, 22 Mar 2016 20:40:16 -0700 Tom Rodriguez updates to jvm.cfg should respect DEFAULT_VM
Mon, 21 Mar 2016 18:55:07 +0100 Roland Schatz Fix wrong pointer cast.
Mon, 21 Mar 2016 13:52:18 +0100 Roland Schatz Use VM routines to print stack traces from C++ code.
Fri, 18 Mar 2016 12:47:49 -0700 Tom Rodriguez Ignore AccessControlExceptions when trying to use ASM from the JDK
Fri, 18 Mar 2016 10:51:08 +0100 Doug Simon re-add support for parsing jre/jvmci/*.properties files
Fri, 18 Mar 2016 10:50:29 +0100 Doug Simon revert to explicit exception handling due in scope of an EXCEPTION_MARK
Tue, 15 Mar 2016 13:00:43 +0300 Roland Schatz 8150850: [JVMCI] NPE when executing HotSpotConstantReflectionProvider.readStableFieldValue
Wed, 16 Mar 2016 19:57:25 -0700 Tom Rodriguez Fix linux build error when trying to build the precompiled header files too early
Mon, 14 Mar 2016 14:44:21 +0100 Roland Schatz Remove hardcoded exception throwing routines.
Mon, 14 Mar 2016 11:58:48 +0100 Roland Schatz Expose SharedRuntime::throw_and_post_jvmti_exception to JVMCI compilers.
Mon, 14 Mar 2016 14:19:51 +0100 Doug Simon make paths in IGV error message absolute
Fri, 11 Mar 2016 16:53:36 +0100 Doug Simon add support for MX_ALT_OUTPUT_ROOT
Fri, 11 Mar 2016 16:00:25 +0100 Roland Schatz 8151470: [JVMCI] remove up-call to HotSpotJVMCICompilerConfig.selectCompiler
Tue, 08 Mar 2016 10:01:31 -0800 Tom Rodriguez Remove ResolvedJavaType.asExactType
Tue, 08 Mar 2016 10:01:28 -0800 Tom Rodriguez JVMCI should check is_not_compilable only for CompLevel_full_optimization
Tue, 08 Mar 2016 09:41:10 +0100 Doug Simon get VM internal flags when creating HotSpotResolvedJavaFieldImpl from Field reflection object (JDK-8151266)
Tue, 08 Mar 2016 09:17:23 +0100 Doug Simon Backed out changeset 2d1ca131b8be
Mon, 07 Mar 2016 10:54:56 +0100 Doug Simon get VM internal flags when creating HotSpotResolvedJavaFieldImpl from Field reflection object (JDK-8151266)
Fri, 26 Feb 2016 13:21:28 +0100 Benoit Daloze Add LoadLoad to the implicit memory barriers on AMD64
Tue, 23 Feb 2016 13:09:08 -0800 Tom Rodriguez Add dummy implementation of HotSpotResolvedJavaMethod.hasReservedAccess for compatibility with JDK9
Mon, 22 Feb 2016 14:14:37 +0100 Doug Simon added get_jvmci_hotspot_version and get_jdk_hotspot_version to respectively query the HotSpot version JVMCI is based on and the version in the bootstrap JDK
Thu, 11 Feb 2016 12:29:40 -1000 twisti 8149689: [JVMCI] CodeInstaller::pd_patch_DataSectionReference should be able to throw exceptions
Mon, 15 Feb 2016 11:45:37 -0800 Tom Rodriguez Add Inline flag
Tue, 09 Feb 2016 18:22:34 +0100 Roland Schatz Fix bug in deploy_binary.
Tue, 09 Feb 2016 17:47:27 +0100 Roland Schatz Deploy all JVM_{product,fastdebug}_{jvmci,server} variants.
Mon, 08 Feb 2016 10:05:21 +0100 Doug Simon JVMCI options should not use System.getProperty() directly (JDK-8146820)
Fri, 05 Feb 2016 11:33:27 +0100 Roland Schatz Typo in jvmciCodeInstaller.cpp
Thu, 04 Feb 2016 12:11:30 -0800 Tom Rodriguez Add missing ResourceMark
Thu, 04 Feb 2016 19:18:52 +0100 Doug Simon thread waiting for blocking JVMCI compilation should not wait on compiler queue forever (JDK-8148507) [part 2]
Thu, 04 Feb 2016 15:21:43 +0100 Doug Simon thread waiting for blocking JVMCI compilation should not wait on compiler queue forever (JDK-8148507)
Thu, 04 Feb 2016 14:59:52 +0100 Stefan Anzinger Disable GCCs ipa-cp-clone predictive-commoning on SPARC/Linux
Thu, 04 Feb 2016 10:38:15 +0100 Roland Schatz HotSpotForeignCallTarget is an InvokeTarget.
Thu, 04 Feb 2016 10:38:07 +0100 Roland Schatz Use explicit StackSlot instead of int offset for the deopt rescue slot.
Wed, 03 Feb 2016 19:03:02 +0100 Stefan Anzinger Disable gcc tree-ccp on SPARC/Linux wich makes problems with G1GC
Tue, 02 Feb 2016 16:19:37 +0100 Manuel Rigger remove redundant modifiers
Sun, 31 Jan 2016 22:39:09 +0100 Doug Simon reduced delta against jvmci-9
Fri, 29 Jan 2016 22:55:42 +0100 Doug Simon Backed out changeset 5d04cfbd1945
Fri, 29 Jan 2016 21:52:36 +0100 Doug Simon reduced delta against jvmci-9
Thu, 28 Jan 2016 20:18:25 -0800 Tom Rodriguez Fix interface_vs_oop assertion logic for array types
Mon, 25 Jan 2016 14:57:27 -0800 Christian Wimmer Merge
Mon, 25 Jan 2016 14:56:57 -0800 Christian Wimmer Fix formatting error that the gate complained about
Mon, 25 Jan 2016 14:41:52 -0800 Christian Wimmer Move lookup of Java class and hub from ResolvedJavaType to ConstantReflectionProvider
Mon, 25 Jan 2016 10:40:22 -0800 Tom Rodriguez Set SDKROOT in saproc.make if it hasn't been set
Mon, 25 Jan 2016 09:21:40 -0800 Tom Rodriguez Restore previous order of pushing and popping JNI handle blocks
Fri, 08 Jan 2016 15:46:55 +0100 Gilles Duboscq Restore G1 changes from e13c65f874e5 after merge
Thu, 07 Jan 2016 17:28:46 +0100 Gilles Duboscq Merge with jdk8u66-b17
Tue, 06 Oct 2015 11:58:13 -0700 asaha Merge jdk8u66-b17
Tue, 06 Oct 2015 11:34:14 -0700 asaha Added tag jdk8u65-b17 for changeset 8e9c73f18f7e
Tue, 06 Oct 2015 12:18:17 +0200 erikj 8136980: build for 8u65 and 8u66 for solaris platforms is failing jdk8u65-b17
Mon, 28 Sep 2015 15:05:17 -0700 asaha Added tag jdk8u66-b16 for changeset 4bbf0e9196f2
Mon, 28 Sep 2015 15:01:41 -0700 asaha Merge jdk8u66-b16
Mon, 28 Sep 2015 14:53:13 -0700 asaha Added tag jdk8u65-b16 for changeset b4137dc9b1a8
Mon, 21 Sep 2015 21:48:47 -0700 asaha Added tag jdk8u66-b15 for changeset 5b67af3317bc
Mon, 21 Sep 2015 21:30:51 -0700 asaha Merge jdk8u66-b15
Mon, 21 Sep 2015 21:22:35 -0700 asaha Added tag jdk8u65-b15 for changeset 03ca585abe68 jdk8u65-b16
Mon, 21 Sep 2015 21:41:11 +0200 erikj 8136691: 8u65/8u66 b14 Solaris builds failed on Linking libverify.so jdk8u65-b15
Mon, 14 Sep 2015 13:51:19 -0700 asaha Added tag jdk8u66-b14 for changeset 9f7f29ff487a
Mon, 14 Sep 2015 12:27:15 -0700 asaha Merge jdk8u66-b14
Mon, 14 Sep 2015 11:47:42 -0700 asaha Added tag jdk8u65-b14 for changeset ccc03258fbcf
Tue, 08 Sep 2015 15:13:28 -0700 asaha Added tag jdk8u66-b13 for changeset 4d699853544c
Tue, 08 Sep 2015 14:05:56 -0700 asaha Merge jdk8u66-b13
Tue, 08 Sep 2015 13:50:12 -0700 asaha Added tag jdk8u65-b13 for changeset 529bea83b674 jdk8u65-b14
Mon, 31 Aug 2015 13:58:29 -0700 asaha Added tag jdk8u66-b12 for changeset ab64d7ea4f48
Mon, 31 Aug 2015 13:42:04 -0700 asaha Merge jdk8u66-b12
Mon, 31 Aug 2015 13:34:15 -0700 asaha Added tag jdk8u65-b12 for changeset a5fbc6967cf5 jdk8u65-b13
Mon, 24 Aug 2015 12:17:36 -0700 asaha Added tag jdk8u66-b11 for changeset 8a23b6392c59
Mon, 24 Aug 2015 12:04:50 -0700 asaha Merge jdk8u66-b11
Mon, 24 Aug 2015 11:52:14 -0700 asaha Added tag jdk8u65-b11 for changeset a106723ba507 jdk8u65-b12
Mon, 20 Jul 2015 18:57:07 +0300 vkempik 8048353: jstack -l crashes VM when a Java mirror for a primitive type is locked
Mon, 17 Aug 2015 13:31:44 -0700 asaha Added tag jdk8u66-b10 for changeset 5280a8174aea
Mon, 17 Aug 2015 13:20:06 -0700 asaha Merge jdk8u66-b10
Mon, 17 Aug 2015 12:38:17 -0700 asaha Added tag jdk8u65-b10 for changeset 0274b03fdf4a jdk8u65-b11
Mon, 10 Aug 2015 12:35:28 -0700 asaha Added tag jdk8u66-b09 for changeset 83621deea0fc
Mon, 10 Aug 2015 12:26:09 -0700 asaha Merge jdk8u66-b09
Mon, 10 Aug 2015 12:14:17 -0700 asaha Added tag jdk8u65-b09 for changeset c6d1a21e213d jdk8u65-b10
Wed, 05 Aug 2015 16:07:31 -0700 asaha Merge jdk8u65-b09
Wed, 05 Aug 2015 16:02:25 -0700 asaha Merge
Wed, 05 Aug 2015 13:05:50 -0700 katleman Added tag jdk8u60-b27 for changeset 10ad4b9d79f9
Tue, 04 Aug 2015 12:32:01 -0700 asaha Added tag jdk8u66-b08 for changeset aedefb75358f
Mon, 03 Aug 2015 12:22:02 -0700 asaha Merge jdk8u66-b08
Mon, 03 Aug 2015 11:44:21 -0700 asaha Added tag jdk8u65-b08 for changeset d8519b30e607
Thu, 30 Jul 2015 08:50:57 -0700 asaha Merge
Wed, 29 Jul 2015 14:46:22 -0700 asaha Merge jdk8u65-b08
Wed, 29 Jul 2015 14:19:53 -0700 asaha Merge
Wed, 29 Jul 2015 13:11:05 -0700 katleman Added tag jdk8u60-b26 for changeset 6a6759372807 jdk8u60-b27
Wed, 29 Jul 2015 11:43:06 -0700 asaha Added tag jdk8u66-b07 for changeset 6594411c4eb4
Tue, 28 Jul 2015 23:17:54 -0700 asaha Merge jdk8u66-b07
Mon, 27 Jul 2015 10:24:51 -0700 asaha Added tag jdk8u65-b07 for changeset 008b42595f2b
Tue, 28 Jul 2015 23:01:47 -0700 asaha Merge
Thu, 23 Jul 2015 10:56:10 -0700 asaha Merge
Wed, 22 Jul 2015 16:47:05 -0700 asaha Merge jdk8u65-b07
Wed, 22 Jul 2015 16:23:26 -0700 asaha Merge
Wed, 22 Jul 2015 14:36:02 -0700 katleman Added tag jdk8u60-b25 for changeset 6b4ea38c01bd jdk8u60-b26
Mon, 20 Jul 2015 11:39:27 -0700 asaha Added tag jdk8u65-b06 for changeset 3070e116da4c
Thu, 16 Jul 2015 16:49:21 -0700 asaha Merge
Thu, 16 Jul 2015 12:54:07 -0700 asaha Merge jdk8u65-b06
Wed, 15 Jul 2015 14:16:46 -0700 asaha Merge
Mon, 13 Jul 2015 12:25:53 -0700 asaha Added tag jdk8u65-b05 for changeset aa915217a00c jdk8u71-b00
Thu, 09 Jul 2015 22:45:22 -0700 asaha Merge jdk8u65-b05
Wed, 08 Jul 2015 15:25:40 -0700 asaha Merge
Mon, 06 Jul 2015 08:27:51 -0700 asaha Added tag jdk8u51-b31 for changeset 20bad8c6c7b4
Mon, 06 Jul 2015 12:24:28 -0700 asaha Added tag jdk8u65-b04 for changeset 2a03fd592fe6
Mon, 29 Jun 2015 12:07:04 -0700 asaha Added tag jdk8u65-b03 for changeset ea47136e6ea4 jdk8u65-b04
Wed, 24 Jun 2015 21:53:53 -0700 asaha Merge jdk8u65-b03
Fri, 19 Jun 2015 08:06:17 -0700 asaha Merge jdk8u51-b31
Fri, 19 Jun 2015 07:37:36 -0700 asaha Added tag jdk8u45-b37 for changeset 3c2ea5da6afd
Wed, 17 Jun 2015 05:56:43 -0700 poonam 8085965: VM hangs in C2Compiler jdk8u45-b37
Mon, 01 Dec 2014 15:24:56 +0100 mgerdin 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
Thu, 26 Mar 2015 13:19:32 +0100 brutisso 8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
Thu, 23 Oct 2014 11:43:29 +0200 ehelin 8061630: G1 iterates over JNIHandles two times
Thu, 07 Aug 2014 09:35:08 +0200 brutisso 8051837: Remove temporary G1UseParallelRSetUpdating and G1UseParallelRSetScanning flags
Mon, 08 Dec 2014 18:57:33 +0100 mgerdin 8067655: Clean up G1 remembered set oop iteration
Thu, 18 Jun 2015 20:18:58 +0300 alitvinov 8129221: Increment the build value to b03 for hs25.45 in 8u45-b37
Wed, 24 Jun 2015 21:36:19 -0700 asaha Merge
Wed, 24 Jun 2015 15:36:40 -0700 asaha Merge
Mon, 22 Jun 2015 11:34:42 -0700 asaha Added tag jdk8u65-b02 for changeset 488661b9cbda
Wed, 17 Jun 2015 23:23:12 -0700 asaha Merge jdk8u65-b02
Mon, 15 Jun 2015 11:38:38 -0700 asaha Added tag jdk8u65-b01 for changeset b6815d853c35
Thu, 11 Jun 2015 09:17:21 -0700 asaha Merge jdk8u65-b01
Mon, 08 Jun 2015 15:45:01 -0700 asaha Merge
Mon, 08 Jun 2015 14:12:27 -0700 asaha Merge
Thu, 04 Jun 2015 12:02:19 -0700 asaha Added tag jdk8u45-b36 for changeset 48b09bb74117
Wed, 03 Jun 2015 08:52:40 -0700 asaha Added tag jdk8u45-b35 for changeset 3cb364e46590 jdk8u45-b36
Mon, 08 Jun 2015 14:02:39 -0700 asaha Merge
Thu, 04 Jun 2015 15:15:08 -0700 asaha Merge
Thu, 07 May 2015 18:13:43 -0700 asaha Merge
Wed, 06 May 2015 10:59:06 -0700 asaha Merge
Wed, 06 May 2015 08:22:29 -0700 asaha Added tag jdk8u45-b34 for changeset dc3c47fc6218 jdk8u45-b35
Thu, 30 Apr 2015 22:42:05 -0700 asaha Merge jdk8u45-b34
Mon, 20 Apr 2015 15:15:34 -0700 asaha Added tag jdk8u45-b33 for changeset 9b2bf0d8a9a0
Tue, 05 May 2015 13:16:02 -0700 asaha Merge
Mon, 27 Apr 2015 14:58:54 -0700 asaha Merge
Mon, 20 Apr 2015 13:35:17 -0700 asaha Merge
Tue, 14 Apr 2015 19:10:28 +0300 vlivanov 8075838: Method for typing MethodTypes
Mon, 06 Apr 2015 12:35:26 -0700 asaha Merge
Mon, 06 Apr 2015 12:26:32 -0700 asaha Added tag jdk8u52-b07 for changeset 9b6f44853eed
Mon, 06 Apr 2015 12:15:37 -0700 asaha Merge jdk8u52-b07
Mon, 30 Mar 2015 14:12:34 -0700 asaha Added tag jdk8u52-b06 for changeset 0219ab69f007
Wed, 01 Apr 2015 12:55:07 -0700 asaha 8076505: Increment minor version of HSx for 8u65 and initialize the build number
Tue, 31 Mar 2015 15:09:59 -0700 asaha Added tag jdk8u65-b00 for changeset 0219ab69f007
Tue, 28 Jul 2015 22:46:42 -0700 asaha Added tag jdk8u66-b02 for changeset ae5624088d86 jdk8u72-b00
Wed, 22 Jul 2015 10:12:56 -0700 amurillo Added tag hs25.66-b03 for changeset 47110b037994 jdk8u66-b02
Tue, 21 Jul 2015 15:35:12 -0700 amurillo 8079410: Hotspot version to share the same update and build version from JDK hs25.66-b03
Fri, 17 Jul 2015 01:04:08 -0700 amurillo 8131628: new hotspot build - hs25.66-b03
Fri, 17 Jul 2015 00:35:34 -0700 amurillo Added tag hs25.66-b02 for changeset 0366ad2644f5
Fri, 17 Jul 2015 00:35:23 -0700 amurillo Merge hs25.66-b02
Wed, 15 Jul 2015 15:32:33 +0200 aeriksso 8131333: [TESTBUG] RedefineRunningMethodsWithResolutionErrors.java Improperly specified VM option 'TraceRedefineClasses=0x600'
Wed, 15 Jul 2015 14:50:58 -0700 amurillo 8131588: new hotspot build - hs25.66-b02
Mon, 02 Jun 2014 19:08:18 +0200 ctornqvi 8044364: runtime/RedefineFinalizer test fails on windows
Wed, 28 May 2014 07:36:32 -0700 dsamersoff 6904403: assert(f == k->has_finalizer(),"inconsistent has_finalizer") with debug VM
Thu, 09 Jul 2015 11:10:19 -0700 amurillo Added tag hs25.66-b01 for changeset ad04e0ef0f85
Thu, 09 Jul 2015 11:10:15 -0700 amurillo Merge hs25.66-b01
Wed, 08 Jul 2015 10:36:43 -0400 bpittore 8080776: ARM 32 bit binaries do not run on 64 bit ARM v8 hardware
Mon, 06 Jul 2015 10:33:54 -0700 poonam 8080012: JVM times out with vdbench on SPARC M7-16
Mon, 06 Jul 2015 06:48:11 -0700 poonam 8129108: nmethod related crash in CMS
Sat, 04 Jul 2015 15:32:44 +0100 kevinw Merge
Tue, 16 Jun 2015 15:59:57 +0200 aeriksso 8076110: VM crash when class is redefined with Instrumentation.redefineClasses
Thu, 16 Jul 2015 14:23:10 -0700 katleman Added tag jdk8u66-b01 for changeset 777a354cada5
Wed, 15 Jul 2015 12:03:54 -0700 asaha Merge jdk8u66-b01
Wed, 15 Jul 2015 11:48:08 -0700 asaha Added tag jdk8u60-b24 for changeset fb157d537278 jdk8u60-b25
Wed, 15 Jul 2015 11:50:53 -0700 asaha Merge
Tue, 14 Jul 2015 09:11:07 -0700 asaha Merge
Mon, 13 Jul 2015 10:49:37 -0700 asaha Merge jdk8u60-b24
Thu, 09 Jul 2015 09:31:23 -0700 amurillo Added tag hs25.60-b23 for changeset d89ceecf1bad
Thu, 09 Jul 2015 09:31:18 -0700 amurillo Merge hs25.60-b23
Tue, 07 Jul 2015 14:56:08 -0700 amurillo 8129939: new hotspot build - hs25.60-b23
Mon, 06 Jul 2015 10:33:54 -0700 poonam 8080012: JVM times out with vdbench on SPARC M7-16