log

age author description
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
Mon, 06 Jul 2015 06:48:11 -0700 poonam 8129108: nmethod related crash in CMS
Wed, 08 Jul 2015 12:12:03 -0700 asaha Merge
Wed, 08 Jul 2015 11:52:25 -0700 katleman Added tag jdk8u60-b23 for changeset 0e4094950cd3
Wed, 01 Jul 2015 22:01:35 -0700 asaha Merge
Wed, 24 Jun 2015 11:08:52 -0700 asaha Merge
Wed, 17 Jun 2015 21:53:15 -0700 asaha Merge
Wed, 10 Jun 2015 23:13:44 -0700 asaha Merge
Mon, 08 Jun 2015 12:06:37 -0700 asaha Merge
Mon, 08 Jun 2015 11:06:46 -0700 asaha Added tag jdk8u51-b16 for changeset 3639e38bd73f
Thu, 04 Jun 2015 13:28:28 -0700 asaha Merge
Mon, 01 Jun 2015 11:40:55 -0700 asaha Added tag jdk8u51-b15 for changeset 9a70cba6a3c3 jdk8u51-b16
Mon, 01 Jun 2015 11:24:34 -0700 asaha 8081622: Increment the build value to b03 for hs25.51 in 8u51-b15 jdk8u51-b15
Wed, 03 Jun 2015 20:27:36 -0700 asaha Merge
Thu, 28 May 2015 20:52:47 -0700 asaha Merge
Tue, 26 May 2015 13:26:35 -0700 asaha Added tag jdk8u51-b14 for changeset a4eea4bee2d4
Mon, 18 May 2015 12:15:56 -0700 asaha Added tag jdk8u51-b13 for changeset 07e103f3f438 jdk8u51-b14
Mon, 11 May 2015 12:16:43 -0700 asaha Added tag jdk8u51-b12 for changeset 05c80f1060f0 jdk8u51-b13
Tue, 05 May 2015 10:04:03 -0700 asaha Added tag jdk8u51-b11 for changeset 1a122beb9dc6 jdk8u51-b12
Thu, 30 Apr 2015 23:04:21 -0700 asaha Merge jdk8u51-b11
Thu, 30 Apr 2015 00:57:44 -0700 asaha Added tag jdk8u45-b15 for changeset a5ba7c9a0b91
Mon, 27 Apr 2015 14:29:16 -0700 asaha Added tag jdk8u51-b10 for changeset 928e1994ad43
Tue, 14 Apr 2015 19:10:28 +0300 vlivanov 8075838: Method for typing MethodTypes jdk8u51-b10
Wed, 28 Jan 2015 21:43:06 +0000 kevinw 8035938: Memory leak in JvmtiEnv::GetConstantPool
Thu, 23 Apr 2015 09:10:15 -0700 asaha 8078529: Increment the build value to b02 for hs25.51 in 8u51-b10
Mon, 20 Apr 2015 12:51:55 -0700 asaha Added tag jdk8u51-b09 for changeset ce81c4487dd1
Wed, 15 Apr 2015 11:03:25 -0700 asaha Merge jdk8u51-b09
Mon, 13 Apr 2015 13:39:12 -0700 asaha Added tag jdk8u45-b32 for changeset 1428b6aa09c4 jdk8u45-b33
Mon, 13 Apr 2015 11:06:19 -0700 asaha Merge jdk8u45-b32
Mon, 13 Apr 2015 14:11:16 -0700 asaha Added tag jdk8u51-b08 for changeset 631d4029d851
Mon, 06 Apr 2015 11:58:44 -0700 asaha Added tag jdk8u51-b07 for changeset 5c017acbaf01 jdk8u51-b08
Mon, 06 Apr 2015 11:48:05 -0700 asaha Merge jdk8u51-b07
Mon, 06 Apr 2015 11:05:08 -0700 asaha Added tag jdk8u45-b31 for changeset 894b92a02c53
Mon, 30 Mar 2015 11:27:59 -0700 asaha Added tag jdk8u51-b06 for changeset 3816de51b5e7 jdk8u52-b06 jdk8u65-b00
Mon, 09 Mar 2015 09:59:53 +0100 roland 8071731: Better scaling for C1 jdk8u51-b06
Mon, 23 Mar 2015 11:15:48 -0700 asaha Added tag jdk8u51-b05 for changeset 6ce994385353
Wed, 18 Mar 2015 15:51:38 -0700 asaha Added tag jdk8u51-b04 for changeset 0b3f44955388 jdk8u51-b05
Tue, 17 Mar 2015 11:42:30 -0700 asaha Merge jdk8u51-b04
Tue, 17 Mar 2015 11:34:42 -0700 asaha Merge jdk8u45-b31
Tue, 17 Mar 2015 08:34:33 -0700 asaha Merge
Mon, 16 Mar 2015 12:05:49 -0700 asaha Merge
Mon, 16 Mar 2015 11:49:32 -0700 asaha Added tag jdk8u40-b32 for changeset 850a290eb108 jdk8u40-b33
Thu, 12 Mar 2015 22:18:05 -0700 asaha Merge jdk8u40-b32
Wed, 11 Mar 2015 14:10:41 -0700 asaha Added tag jdk8u51-b03 for changeset cf2956592430
Wed, 11 Mar 2015 13:53:50 -0700 asaha Merge jdk8u51-b03
Wed, 11 Mar 2015 13:45:38 -0700 asaha Added tag jdk8u40-b31 for changeset 8220f68a195f
Sat, 07 Mar 2015 16:13:50 -0800 asaha Merge jdk8u40-b31
Mon, 02 Mar 2015 12:06:09 -0800 asaha Merge
Tue, 10 Mar 2015 15:46:16 -0700 asaha Merge
Mon, 09 Mar 2015 15:18:43 -0700 asaha Merge
Wed, 04 Mar 2015 12:29:51 -0800 asaha Added tag jdk8u51-b02 for changeset 8f03c2f5fc17
Mon, 02 Mar 2015 11:46:41 -0800 asaha Merge jdk8u51-b02
Wed, 25 Feb 2015 12:26:25 -0800 asaha Added tag jdk8u51-b01 for changeset c1de2652a48c
Wed, 25 Feb 2015 12:12:41 -0800 asaha Merge jdk8u51-b01
Tue, 10 Feb 2015 14:59:03 -0800 asaha Added tag jdk8u31-b33 for changeset 26b1dc6891c4 jdk8u31-b34
Wed, 25 Feb 2015 11:39:29 -0800 asaha Merge
Tue, 17 Feb 2015 11:03:35 -0800 asaha Merge
Thu, 12 Feb 2015 08:24:18 -0800 asaha Merge
Mon, 09 Feb 2015 13:30:30 -0500 kbarrett 8071931: Return of the phantom menace
Wed, 28 Jan 2015 21:47:04 -0800 asaha Merge
Thu, 22 Jan 2015 10:12:12 -0800 asaha Merge
Thu, 22 Jan 2015 09:48:22 -0800 asaha Merge
Thu, 22 Jan 2015 09:36:34 -0800 asaha Merge
Mon, 12 Jan 2015 14:53:24 -0800 asaha Merge
Thu, 08 Jan 2015 08:46:36 -0800 asaha 8068674: Increment minor version of HSx for 8u51 and initialize the build number
Thu, 08 Jan 2015 08:38:41 -0800 asaha Added tag jdk8u51-b00 for changeset b22b01407a81
Tue, 14 Jul 2015 12:05:41 -0700 amurillo Merge
Thu, 02 Jul 2015 11:14:27 -0700 amurillo 8130291: Update the Hotspot version numbers in Hotspot for JDK 8u66
Thu, 02 Jul 2015 10:21:36 -0700 amurillo Merge
Thu, 02 Jul 2015 07:30:09 -0700 dbuck 8072147: Preloading libjsig.dylib causes deadlock when signal() is called
Wed, 08 Jul 2015 14:05:50 +0100 robm Added tag jdk8u66-b00 for changeset 878cb0df27c2
Wed, 01 Jul 2015 21:52:18 -0700 asaha Added tag jdk8u60-b22 for changeset 878cb0df27c2 jdk8u60-b23
Mon, 29 Jun 2015 16:55:18 -0700 amurillo Merge jdk8u60-b22 jdk8u66-b00
Thu, 25 Jun 2015 23:43:40 -0700 amurillo Added tag hs25.60-b22 for changeset ff8fdeb2fb6d
Thu, 25 Jun 2015 23:43:36 -0700 amurillo Merge hs25.60-b22
Thu, 25 Jun 2015 09:04:28 +0200 tschatzl 8129604: Incorrect GPL header in README causes RE script to create wrong output
Thu, 25 Jun 2015 10:12:25 +0200 tschatzl 8129602: Incorrect GPL header causes RE script to create wrong output
Wed, 24 Jun 2015 17:20:04 +0000 coleenp Merge
Tue, 23 Jun 2015 22:10:33 -0400 coleenp 8129607: Incorrect GPL header
Thu, 11 Jun 2015 14:19:40 +0300 vlivanov 8074551: GWT can be marked non-compilable due to deopt count pollution
Tue, 23 Jun 2015 22:14:58 -0400 aph 8080600: AARCH64: testlibrary does not support AArch64
Thu, 18 Jun 2015 23:42:09 -0700 amurillo 8129314: new hotspot build - hs25.60-b22
Sat, 27 Jun 2015 23:21:31 -0700 lana Merge
Wed, 24 Jun 2015 10:41:20 -0700 katleman Added tag jdk8u60-b21 for changeset e0d75c284bd1
Fri, 26 Jun 2015 16:16:34 +0000 jeff 8079531: Third Party License Readme update for 8u60
Thu, 18 Jun 2015 22:17:37 -0700 amurillo Added tag hs25.60-b21 for changeset 4b6687a4f2fe jdk8u60-b21
Thu, 18 Jun 2015 22:17:33 -0700 amurillo Merge hs25.60-b21
Wed, 17 Jun 2015 13:09:55 +0000 poonam Merge
Wed, 17 Jun 2015 05:56:43 -0700 poonam 8085965: VM hangs in C2Compiler
Wed, 17 Jun 2015 09:38:56 +0200 ehelin 8087200: Code heap does not use large pages
Thu, 11 Jun 2015 22:52:18 -0700 amurillo 8087238: new hotspot build - hs25.60-b21
Wed, 17 Jun 2015 11:42:10 -0700 lana Added tag jdk8u60-b20 for changeset 3b6c97747ccc
Thu, 11 Jun 2015 18:39:53 -0700 amurillo Added tag hs25.60-b20 for changeset e01a710549a9 jdk8u60-b20
Thu, 11 Jun 2015 18:39:51 -0700 amurillo Merge hs25.60-b20
Sun, 02 Nov 2014 18:42:30 +0300 iignatyev 8036913: make DeoptimizeALot dependent on number of threads
Tue, 10 Mar 2015 21:20:10 -0400 sgehwolf 8074312: Enable hotspot builds on 4.x Linux kernels
Wed, 29 Apr 2015 12:23:48 -0700 sgehwolf 8078666: JVM fastdebug build compiled with GCC 5 asserts with "widen increases"
Wed, 10 Jun 2015 20:15:29 -0400 dholmes Merge
Wed, 20 May 2015 09:07:36 -0400 skovalev 8078834: [TESTBUG] Tests fails on ARM64 due to unknown hardware
Wed, 10 Jun 2015 19:50:15 +0200 roland Merge
Thu, 04 Jun 2015 16:19:22 +0200 roland 8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed
Wed, 10 Jun 2015 19:44:59 +0200 jwilhelm Merge
Tue, 09 Jun 2015 20:10:29 +0200 jwilhelm 8086111: BACKOUT - metaspace/shrink_grow/CompressedClassSpaceSize fails with OOM: Compressed class space
Tue, 02 Jun 2015 10:41:18 +0200 aeriksso 8072588: JVM crashes in JNI if toString is declared as an interface method
Thu, 07 May 2015 15:05:46 +0200 aeriksso 8051045: HotSpot fails to wrap Exceptions from invokedynamic in a BootstrapMethodError
Thu, 04 Jun 2015 23:11:44 -0700 amurillo 8085869: new hotspot build - hs25.60-b20
Wed, 10 Jun 2015 18:15:49 -0700 lana Added tag jdk8u60-b19 for changeset bd9221771f6e
Thu, 04 Jun 2015 22:57:47 -0700 amurillo Added tag hs25.60-b19 for changeset b852350a2bc6 jdk8u60-b19
Thu, 04 Jun 2015 22:57:44 -0700 amurillo Merge hs25.60-b19
Tue, 02 Jun 2015 10:09:08 -0400 jprovino 8081693: metaspace/shrink_grow/CompressedClassSpaceSize fails with OOM: Compressed class space
Wed, 03 Jun 2015 14:22:57 +0200 roland 8077504: Unsafe load can loose control dependency and cause crash
Tue, 06 May 2014 09:17:57 +0200 anoll 8036851: volatile double accesses are not explicitly atomic in C2
Tue, 26 May 2015 11:26:50 -0700 cjplummer 8051712: regression Test7107135 crashes
Fri, 29 May 2015 22:29:44 +0900 ysuenaga 8081475: SystemTap does not work when JDK is compiled with GCC 5
Fri, 29 May 2015 11:02:11 +0200 zmajo 8080281: 8068945 changes break building the zero JVM variant
Fri, 29 May 2015 10:58:45 +0200 zmajo 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
Fri, 27 Mar 2015 10:57:42 +0100 zmajo 8075798: Allow ADLC register class to depend on runtime conditions also for cisc-spillable classes
Thu, 28 May 2015 23:01:07 -0700 amurillo 8081436: new hotspot build - hs25.60-b19
Wed, 03 Jun 2015 08:16:57 -0700 katleman Added tag jdk8u60-b18 for changeset 3fa5c654c143
Thu, 28 May 2015 22:50:46 -0700 amurillo Added tag hs25.60-b18 for changeset 624f4cc05e7e jdk8u60-b18
Thu, 28 May 2015 22:50:42 -0700 amurillo Merge hs25.60-b18
Fri, 22 May 2015 13:02:47 +0200 thartmann 8080156: Integer.toString(int value) sometimes throws NPE
Thu, 21 May 2015 16:49:11 +0200 aeriksso 8060036: C2: CmpU nodes can end up with wrong type information
Mon, 25 May 2015 18:48:06 -0400 dholmes 8077620: [TESTBUG] Some of the hotspot tests require at least compact profile 3
Fri, 22 May 2015 13:49:47 +0000 poonam Merge
Fri, 22 May 2015 13:41:35 +0000 poonam Merge
Mon, 14 Jul 2014 10:50:20 +0200 dsimms 8046668: Excessive checked JNI warnings from Java startup
Mon, 20 Jan 2014 10:55:54 +0100 sjohanss 8031686: G1: assert(_hrs.max_length() == _expansion_regions) failed
Thu, 21 May 2015 23:21:34 -0700 amurillo 8080804: new hotspot build - hs25.60-b18
Wed, 27 May 2015 13:20:53 -0700 katleman Added tag jdk8u60-b17 for changeset c26d09f1065c
Thu, 21 May 2015 22:54:28 -0700 amurillo Added tag hs25.60-b17 for changeset 5efc25c36716 jdk8u60-b17
Thu, 21 May 2015 22:54:21 -0700 amurillo Merge hs25.60-b17
Wed, 20 May 2015 02:57:25 -0700 sspitsyn 8079644: memory stomping error with ResourceManagement and TestAgentStress.java
Tue, 19 May 2015 11:06:34 +0200 simonis 8080190: PPC64: Fix wrong rotate instructions in the .ad file
Tue, 19 May 2015 15:49:27 +0200 azakharov 8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with java.lang.RuntimeException: heap decommit failed - after > before
Fri, 01 May 2015 17:38:12 -0400 kbarrett 8075215: SATB buffer processing found reclaimed humongous object
Wed, 22 Apr 2015 14:06:49 -0400 kbarrett 8078023: verify_no_cset_oops found reclaimed humongous object in SATB buffer
Fri, 17 Apr 2015 13:49:04 -0400 kbarrett 8078021: SATB apply_closure_to_completed_buffer should have closure argument
Wed, 15 Apr 2015 16:37:57 -0400 kbarrett 8075466: SATB queue pre-filter verify found reclaimed humongous object
Wed, 15 Apr 2015 12:16:01 -0400 kbarrett 8069367: Eagerly reclaimed humongous objects left on mark stack
Wed, 08 Apr 2015 10:32:16 -0400 kbarrett 8076265: Simplify deal_with_reference
Wed, 07 Jan 2015 15:15:37 +0100 tschatzl 8048179: Early reclaim of large objects that are referenced by a few objects
Fri, 15 May 2015 06:47:56 +0000 amurillo Merge
Thu, 14 May 2015 22:46:09 -0700 amurillo 8080458: new hotspot build - hs25.60-b17
Fri, 15 May 2015 04:52:11 +0000 minqi Merge
Thu, 14 May 2015 20:56:57 -0700 minqi 6536943: Bogus -Xcheck:jni warning for SIG_INT action for SIGINT in JVM started from non-interactive shell
Thu, 21 May 2015 10:00:37 -0700 katleman Added tag jdk8u60-b16 for changeset ab2353694ea7
Tue, 19 May 2015 09:16:26 -0700 amurillo Merge jdk8u60-b16
Thu, 14 May 2015 18:22:36 -0700 amurillo Added tag hs25.60-b16 for changeset f5800068c61d
Thu, 14 May 2015 18:22:32 -0700 amurillo Merge hs25.60-b16
Fri, 08 May 2015 12:19:17 +0200 thartmann 8078497: C2's superword optimization causes unaligned memory accesses
Mon, 11 May 2015 07:44:46 +0200 thartmann 8079343: Crash in PhaseIdealLoop with "assert(!had_error) failed: bad dominance"
Thu, 02 Apr 2015 17:16:39 -0700 kvn 8076523: assert(((ABS(iv_adjustment_in_bytes) % elt_size) == 0)) fails in superword.cpp
Fri, 17 Apr 2015 17:39:19 -0700 kvn 8078113: 8011102 changes may cause incorrect results
Thu, 07 May 2015 19:37:47 -0700 amurillo 8079686: new hotspot build - hs25.60-b16
Thu, 14 May 2015 20:13:34 -0700 lana Merge
Wed, 13 May 2015 12:50:06 -0700 katleman Added tag jdk8u60-b15 for changeset b99f1bf208f3
Tue, 12 May 2015 19:52:19 +0200 jbachorik Merge
Mon, 24 Feb 2014 10:28:22 +0100 jbachorik 4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException
Thu, 07 May 2015 19:17:52 -0700 amurillo Added tag hs25.60-b15 for changeset 4187dc92e90b jdk8u60-b15
Thu, 07 May 2015 19:17:48 -0700 amurillo Merge hs25.60-b15
Mon, 04 May 2015 23:23:37 -0400 dholmes 8077674: BSD build failures due to undefined macros
Mon, 04 May 2015 16:53:05 +0000 coleenp Merge
Tue, 28 Apr 2015 19:04:39 +0900 ysuenaga 8076212: AllocateHeap() and ReallocateHeap() should be inlined.
Sat, 02 May 2015 00:20:54 +0000 coleenp Merge
Tue, 18 Feb 2014 09:54:24 -0500 coleenp 8035132: [TESTBUG] test/runtime/lambda-features/InvokespecialInterface.java test has unrecognized option
Fri, 01 May 2015 12:27:01 -0700 sspitsyn 8076579: Popping a stack frame after exception breakpoint sets last method param to exception
Thu, 30 Apr 2015 15:20:58 -0700 amurillo 8079189: new hotspot build - hs25.60-b15
Wed, 06 May 2015 13:12:02 -0700 katleman Added tag jdk8u60-b14 for changeset c9f8b7319d0a
Thu, 30 Apr 2015 14:58:58 -0700 amurillo Added tag hs25.60-b14 for changeset 1f0d760ccac1 jdk8u60-b14
Thu, 30 Apr 2015 14:58:53 -0700 amurillo Merge hs25.60-b14
Thu, 30 Apr 2015 12:06:39 -0700 bmoloden 8050486: compiler/rtm/ tests fail due to monitor deflation at safepoint synchronization
Thu, 30 Apr 2015 11:47:53 -0700 bmoloden 8068272: Extend WhiteBox API with methods that check monitor state and force safepoint
Thu, 30 Apr 2015 11:45:20 -0700 bmoloden 8058846: c.o.j.t.Platform::isX86 and isX64 may simultaneously return true
Thu, 30 Apr 2015 03:31:58 -0700 sspitsyn 8073705: more performance issues in class redefinition
Wed, 29 Apr 2015 11:22:15 +0200 goetz 8078482: ppc: pass thread to throw_AbstractMethodError
Wed, 29 Apr 2015 19:37:10 -0400 dholmes 8078470: [Linux] Replace syscall use in os::fork_and_exec with glibc fork() and execve()
Tue, 14 Apr 2015 18:11:06 +0300 vlivanov 8062280: C2: inlining failure due to access checks being too strict
Thu, 29 Jan 2015 10:26:02 -0800 vlivanov 8068915: uncommon trap w/ Reason_speculate_class_check causes performance regression due to continuous deoptimizations
Fri, 20 Mar 2015 11:41:34 -0700 vlivanov 8074548: Never-taken branches cause repeated deopts in MHs.GWT case
Thu, 29 Jan 2015 10:25:59 -0800 vlivanov 8063137: Never-taken branches should be pruned when GWT LambdaForms are shared
Tue, 28 Apr 2015 00:37:33 -0700 dbuck 8072863: Replace fatal() with vm_exit_during_initialization() when an incorrect class is found on the bootclasspath
Thu, 23 Apr 2015 13:02:32 +0300 eistepan 8038098: [TESTBUG] remove explicit set build flavor from hotspot/test/compiler/* tests
Fri, 24 Apr 2015 09:47:07 +0200 tschatzl 8078375: [TESTBUG] gc/g1/TestLargePageUseForAuxMemory.java specifies wrong library path
Thu, 23 Apr 2015 15:59:48 +0200 jwilhelm 8062537: [TESTBUG] Conflicting GC combinations in hotspot tests
Wed, 22 Apr 2015 05:05:49 -0700 amurillo 8078270: new hotspot build - hs25.60-b14
Wed, 22 Apr 2015 04:41:18 -0700 amurillo Added tag hs25.60-b13 for changeset 30e04eba9e29
Thu, 09 Apr 2015 15:41:47 +0200 tschatzl 8077255: TracePageSizes output reports wrong page size on Windows with G1 hs25.60-b13
Tue, 07 Apr 2015 10:53:51 +0200 tschatzl 8058354: SPECjvm2008-Derby -2.7% performance regression on Solaris-X64 starting with 9-b29
Fri, 16 Jan 2015 10:29:12 +0100 ehelin 8066875: VirtualSpace does not use large pages
Wed, 26 Nov 2014 10:32:21 -0800 minqi 8053995: Add method to WhiteBox to get vm pagesize.
Tue, 24 Jun 2014 15:50:50 +0200 ehelin 8049864: TestParallelHeapSizeFlags fails with unexpected heap size
Thu, 18 Dec 2014 09:37:02 +0100 tschatzl 8067469: G1 ignores AlwaysPreTouch
Mon, 15 Sep 2014 10:57:22 +0200 ehelin 8049536: os::commit_memory on Solaris uses aligment_hint as page size
Fri, 17 Apr 2015 01:54:23 -0700 amurillo 8078043: new hotspot build - hs25.60-b13
Wed, 29 Apr 2015 12:16:38 -0700 katleman Added tag jdk8u60-b13 for changeset ced08ed4924f
Wed, 22 Apr 2015 11:11:05 -0700 katleman Added tag jdk8u60-b12 for changeset ccca7162738e jdk8u60-b13
Fri, 17 Apr 2015 01:33:16 -0700 amurillo Added tag hs25.60-b12 for changeset 4390345de45c jdk8u60-b12
Fri, 17 Apr 2015 01:33:13 -0700 amurillo Merge hs25.60-b12
Thu, 16 Apr 2015 09:03:33 -0400 lfoltan 8047382: hotspot build failed with gcc version Red Hat 4.4.6-4.
Fri, 16 Jan 2015 09:40:13 +0100 brutisso 8061259: ParNew promotion failed is serialized on a lock
Tue, 14 Apr 2015 19:45:47 +0000 iveresov Merge
Fri, 10 Apr 2015 15:27:05 -0700 iveresov 8076968: PICL based initialization of L2 cache line size on some SPARC systems is incorrect
Fri, 10 Apr 2015 15:24:50 -0700 iveresov 8062591: SPARC PICL causes significantly longer startup times
Fri, 06 Mar 2015 16:47:46 +0100 asiebenborn 8074561: Wrong volatile qualifier for field ClassLoaderDataGraphKlassIteratorAtomic::_next_klass
Thu, 09 Apr 2015 10:16:45 -0700 sangheki 8076325: java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options
Fri, 10 Apr 2015 09:55:46 -0700 amurillo 8077424: new hotspot build - hs25.60-b12
Wed, 15 Apr 2015 14:45:14 -0700 katleman Added tag jdk8u60-b11 for changeset d8f133adf05d
Tue, 14 Apr 2015 13:02:21 -0700 asaha Merge jdk8u60-b11
Fri, 10 Apr 2015 11:38:00 -0700 asaha Merge
Fri, 10 Apr 2015 07:25:10 -0700 asaha Added tag jdk8u45-b14 for changeset 5321d26956b2 jdk8u45-b15
Thu, 09 Apr 2015 22:39:12 -0700 asaha Merge
Wed, 01 Apr 2015 11:31:42 -0700 asaha Merge
Wed, 25 Mar 2015 11:31:54 -0700 asaha Merge
Wed, 18 Mar 2015 18:13:49 -0700 asaha Merge
Tue, 17 Mar 2015 12:00:46 -0700 asaha Merge
Thu, 26 Feb 2015 10:32:23 -0800 asaha Merge
Thu, 26 Feb 2015 10:27:15 -0800 asaha Merge
Wed, 18 Feb 2015 13:34:14 -0800 asaha Merge
Fri, 10 Apr 2015 09:37:58 -0700 amurillo Added tag hs25.60-b11 for changeset 64a32bc18e88
Fri, 10 Apr 2015 09:37:54 -0700 amurillo Merge hs25.60-b11
Fri, 10 Apr 2015 05:25:47 -0700 dsamersoff 8044416: serviceability/sa/jmap-hashcode/Test8028623.java fails with AssertionFailure: can not get class data for java/lang/UNIXProcess$Platform$$Lambda
Fri, 27 Mar 2015 13:47:33 +0100 roland 8075587: Compilation of constant array containing different sub classes crashes the JVM
Thu, 09 Apr 2015 17:04:24 -0700 sspitsyn 8066679: jvmtiRedefineClasses.cpp assert cache ptrs must match
Thu, 09 Apr 2015 16:41:40 +0000 roland Merge
Thu, 12 Mar 2015 14:15:09 +0100 roland 8069263: assert(fm == NULL || fm->method_holder() == _participants[n]) failed: sanity
Tue, 03 Jun 2014 09:44:54 +0200 mlarsson 8044531: Event based tracing locks to rank as leafs where possible
Mon, 02 Mar 2015 14:50:53 +0100 mlarsson 8065331: Add trace events for failed allocations
Thu, 09 Apr 2015 15:59:26 +0200 mlarsson 8066771: Refactor VM GC operations caused by allocation failure
Thu, 09 Apr 2015 15:58:49 +0200 mlarsson 8072621: Clean up around VM_GC_Operations
Thu, 09 Apr 2015 02:41:45 +0000 dholmes Merge
Wed, 08 Apr 2015 22:29:17 -0400 dholmes 8067235: embedded/minvm/checknmt fails on compact1 and compact2 with minimal VM
Wed, 08 Apr 2015 14:20:09 -0700 sspitsyn 8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
Wed, 03 Sep 2014 12:45:14 +0200 stefank 8057037: Verification in ClassLoaderData::is_alive is too slow
Tue, 07 Apr 2015 02:56:25 -0700 dsamersoff 8067991: [Findbugs] SA com.sun.java.swing.ui.CommonUI some methods need final protect
Fri, 03 Apr 2015 10:12:57 -0700 amurillo 8076760: new hotspot build - hs25.60-b11
Thu, 09 Apr 2015 06:38:32 -0700 katleman Added tag jdk8u60-b10 for changeset 8e4518dc2b38
Fri, 03 Apr 2015 09:58:35 -0700 amurillo Added tag hs25.60-b10 for changeset 57a14c3927eb jdk8u60-b10
Fri, 03 Apr 2015 09:58:31 -0700 amurillo Merge hs25.60-b10
Thu, 02 Apr 2015 13:01:27 -0700 dsamersoff 8068007: [Findbugs] SA com.sun.java.swing.action.ActionManager.manager should be package protect
Fri, 15 Aug 2014 15:25:24 -0400 coleenp 8055231: ZERO variant build is broken
Tue, 31 Mar 2015 16:12:22 +0000 tschatzl Merge
Tue, 31 Mar 2015 11:36:37 +0200 tschatzl 8068036: assert(is_available(index)) failed in G1 cset
Fri, 27 Mar 2015 10:51:51 -0700 amurillo 8076191: new hotspot build - hs25.60-b10
Wed, 01 Apr 2015 11:00:08 -0700 katleman Added tag jdk8u60-b09 for changeset f1058b5c6294
Fri, 27 Mar 2015 10:38:22 -0700 amurillo Added tag hs25.60-b09 for changeset d937e6a06748 jdk8u60-b09
Fri, 27 Mar 2015 10:38:19 -0700 amurillo Merge hs25.60-b09
Thu, 26 Mar 2015 23:17:09 -0700 sspitsyn 8013942: JSR 292: assert(type() == T_OBJECT) failed: type check
Fri, 27 Mar 2015 02:17:16 +0000 hseigel Merge
Wed, 25 Mar 2015 08:16:48 -0400 hseigel 7127066: Class verifier accepts an invalid class file
Thu, 26 Mar 2015 14:36:42 -0400 dlong Merge
Mon, 23 Mar 2015 22:46:35 -0400 dlong Merge
Thu, 12 Mar 2015 17:47:28 -0400 dlong Merge
Thu, 12 Mar 2015 17:45:27 -0400 dlong Merge
Thu, 12 Mar 2015 15:16:12 -0400 dlong Merge
Thu, 19 Mar 2015 15:25:54 +0100 brutisso 8027962: Per-phase timing measurements for strong roots processing
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
Mon, 02 Feb 2015 10:38:39 +0100 tschatzl 8069760: When iterating over a card, G1 often iterates over much more references than are contained in the card
Thu, 29 Jan 2015 15:05:25 +0100 redestad 8069273: Decrease Hot Card Cache Lock contention
Thu, 18 Sep 2014 11:27:59 +0200 mlarsson 8053998: Hot card cache flush chunk size too coarse grained
Fri, 19 Dec 2014 09:21:06 +0100 tschatzl 8060025: Object copy time regressions after JDK-8031323 and JDK-8057536
Wed, 25 Mar 2015 15:50:17 +0100 simonis 8075858: AIX: clean-up HotSpot make files
Fri, 19 Dec 2014 18:33:55 +0100 simonis 8067923: AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639
Mon, 25 Aug 2014 09:10:13 +0200 stefank 8055416: Several vm/gc/heap/summary "After GC" events emitted for the same GC ID
Wed, 25 Mar 2015 11:03:16 +0100 mgerdin 8065358: Refactor G1s usage of save_marks and reduce related races
Tue, 24 Mar 2015 10:04:10 +0000 tschatzl Merge
Fri, 14 Nov 2014 15:03:39 +0100 sfriberg 8064473: Improved handling of age during object copy in G1
Fri, 10 Oct 2014 12:15:51 +0200 tschatzl 8058801: G1TraceReclaimDeadHumongousObjectsAtYoungGC only prints humongous object liveness output when there is at least one candidate humongous object
Thu, 19 Mar 2015 08:55:50 -0400 hseigel 8075118: JVM stuck in infinite loop during verification
Fri, 20 Mar 2015 09:20:57 -0700 amurillo 8075615: new hotspot build - hs25.60-b09
Wed, 25 Mar 2015 10:18:02 -0700 katleman Added tag jdk8u60-b08 for changeset bf68e15dc8fe
Fri, 20 Mar 2015 09:06:22 -0700 amurillo Added tag hs25.60-b08 for changeset a72a4192a36d jdk8u60-b08
Fri, 20 Mar 2015 09:06:17 -0700 amurillo Merge hs25.60-b08
Thu, 19 Mar 2015 19:53:34 +0100 zmajo 8074869: C2 code generator can replace -0.0f with +0.0f on Linux
Wed, 18 Mar 2015 18:12:01 -0700 ddehaven 8075400: Cannot build hotspot in jdk8u on OSX 10.10 (Yosemite)
Tue, 17 Mar 2015 17:11:14 -0700 sspitsyn 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
Tue, 17 Mar 2015 01:56:32 -0700 sspitsyn 8042796: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
Tue, 17 Mar 2015 02:15:01 -0400 dholmes Merge
Thu, 12 Mar 2015 22:03:16 -0400 cjplummer 8043770: File leak in MemNotifyThread::start() in hotspot.src.os.linux.vm.os_linux.cpp
Wed, 08 Jan 2014 20:23:16 -0500 bpittore 8027914: Client JVM silently exit with fail exit code when running in compact(1,2) with options -Dcom.sun.management and -XX:+ManagementServer
Fri, 13 Mar 2015 13:05:26 -0700 amurillo 8075144: new hotspot build - hs25.60-b08
Wed, 18 Mar 2015 13:56:56 -0700 katleman Added tag jdk8u60-b07 for changeset 353e580ce687
Fri, 13 Mar 2015 12:39:24 -0700 amurillo Added tag hs25.60-b07 for changeset d51ef6da82b4 jdk8u60-b07
Fri, 13 Mar 2015 12:39:17 -0700 amurillo Merge hs25.60-b07
Wed, 11 Mar 2015 13:36:57 -0700 poonam 8043224: -Xcheck:jni improvements to exception checking and excessive local refs
Mon, 02 Mar 2015 13:40:40 +0100 thartmann 8006960: hotspot, "impossible" assertion failure
Tue, 03 Mar 2015 19:42:09 +0000 kevinw 8073688: Infinite loop reading types during jmap attach.
Fri, 06 Mar 2015 17:33:37 -0800 gthornbr 8071501: perfMemory_solaris.cpp failing to compile with "Error: dd_fd is not a member of DIR."
Fri, 06 Mar 2015 07:09:40 -0800 amurillo 8074550: new hotspot build - hs25.60-b07
Wed, 11 Mar 2015 14:10:57 -0700 katleman Added tag jdk8u60-b06 for changeset 7b70923c8e04
Tue, 10 Mar 2015 13:17:16 -0700 amurillo Merge jdk8u60-b06
Fri, 06 Mar 2015 06:41:16 -0800 amurillo Added tag hs25.60-b06 for changeset b17a8a22a034
Fri, 06 Mar 2015 06:41:13 -0800 amurillo Merge hs25.60-b06
Thu, 05 Mar 2015 04:06:04 -0800 dsamersoff 8049049: Unportable format string argument mismatch in hotspot/agent/src/os/solaris/proc/saproc.cpp
Wed, 04 Mar 2015 19:23:55 +0000 dlong Merge
Wed, 04 Mar 2015 01:31:16 -0500 dlong Merge
Wed, 04 Mar 2015 01:20:40 -0500 dlong 8074010: followup to 8072383
Wed, 04 Mar 2015 12:36:48 +0000 dsamersoff Merge
Wed, 04 Mar 2015 02:46:07 -0800 dsamersoff 8025667: Warning from b62 for hotspot.agent.src.os.solaris.proc: use after free
Fri, 17 May 2013 17:24:20 +0200 aeriksso 7176220: 'Full GC' events miss date stamp information occasionally
Mon, 02 Mar 2015 11:08:09 +0100 sjohanss 8073944: Simplify ArgumentsExt and remove unneeded functionallity
Fri, 27 Feb 2015 09:52:36 -0800 amurillo 8074038: new hotspot build - hs25.60-b06
Thu, 05 Mar 2015 09:25:32 -0800 lana Merge
Wed, 04 Mar 2015 12:26:12 -0800 katleman Added tag jdk8u60-b05 for changeset b13f1890afb8
Tue, 03 Mar 2015 13:06:16 -0800 amurillo Merge
Fri, 27 Feb 2015 09:36:56 -0800 amurillo Added tag hs25.60-b05 for changeset 74931e85352b jdk8u60-b05
Fri, 27 Feb 2015 09:36:52 -0800 amurillo Merge hs25.60-b05
Tue, 24 Feb 2015 21:17:59 -0500 sgehwolf 8067331: Zero: Atomic::xchg and Atomic::xchg_ptr need full memory barrier
Mon, 15 Dec 2014 09:36:46 +0100 roland 8067231: Zero builds fails after JDK-6898462
Tue, 18 Nov 2014 19:17:16 +0100 simonis 8064815: Zero+PPC64: Stack overflow when running Maven
Tue, 24 Feb 2015 15:04:52 -0500 dlong 8072383: resolve conflicts between open and closed ports
Fri, 20 Feb 2015 17:05:39 +0000 amurillo Merge
Fri, 20 Feb 2015 06:24:08 -0800 amurillo 8073514: new hotspot build - hs25.60-b05
Fri, 20 Feb 2015 15:37:20 +0000 amurillo Merge
Fri, 20 Feb 2015 08:44:11 -0500 hseigel 8064335: Null pointer dereference in hotspot/src/share/vm/classfile/verifier.cpp
Fri, 27 Feb 2015 15:44:03 -0800 lana Merge
Wed, 25 Feb 2015 12:59:49 -0800 katleman Added tag jdk8u60-b04 for changeset 586a449cd303
Fri, 20 Feb 2015 06:05:00 -0800 amurillo Added tag hs25.60-b04 for changeset 0fb1ac49ae77 jdk8u60-b04
Fri, 20 Feb 2015 06:04:56 -0800 amurillo Merge hs25.60-b04
Tue, 17 Feb 2015 11:00:18 -0800 iveresov 8072753: Nondeterministic wrong answer on arithmetic
Tue, 17 Feb 2015 19:59:05 -0800 poonam 8046282: SA update
Thu, 11 Dec 2014 09:56:57 +0100 sjohanss 8062672: JVM crashes during GC on various asserts which checks that HeapWord ptr is an oop
Mon, 17 Feb 2014 09:51:37 +0100 sjohanss 8033440: jmap reports unexpected used/free size of concurrent mark-sweep generation
Mon, 02 Feb 2015 23:26:33 -0500 dlong 8069030: support new PTRACE_GETREGSET
Thu, 13 Mar 2014 14:55:34 -0700 iveresov 8037140: C1: Incorrect argument type used for SharedRuntime::OSR_migration_end in LIRGenerator::do_Goto
Fri, 06 Feb 2015 09:15:06 -0800 amurillo 8072697: new hotspot build - hs25.60-b04
Wed, 18 Feb 2015 12:11:04 -0800 katleman Added tag jdk8u60-b03 for changeset 9d6eb2757167
Thu, 26 Feb 2015 10:05:22 +0000 coffeys Merge
Fri, 20 Feb 2015 22:12:53 -0500 drchase 8069412: Locks need better debug-printing support
Wed, 11 Feb 2015 18:56:26 -0800 lana Merge jdk8u60-b03
Wed, 11 Feb 2015 12:18:40 -0800 katleman Added tag jdk8u60-b02 for changeset 38f608052383
Fri, 06 Feb 2015 08:49:51 -0800 amurillo Added tag hs25.60-b03 for changeset 1f6ba0d2923d jdk8u60-b02
Fri, 06 Feb 2015 08:49:46 -0800 amurillo Merge hs25.60-b03
Fri, 16 Jan 2015 09:15:22 +0100 aph 6584008: jvmtiStringPrimitiveCallback should not be invoked when string value is null
Wed, 04 Feb 2015 04:31:38 -0500 dholmes 8071972: Minimal VM is broken for ARM fastdebug
Fri, 30 Jan 2015 10:27:50 -0800 kvn 8071534: assert(!failing()) failed: Must not have pending failure. Reason is: out of memory
Wed, 21 Jan 2015 12:38:11 +0100 goetz 8068013: [TESTBUG] Aix support in hotspot jtreg tests
Fri, 23 Jan 2015 22:39:24 -0500 dlong 8031064: build_vm_def.sh not working correctly for new build cross compile
Fri, 30 Jan 2015 10:40:08 +0100 zmajo 8071818: Incorrect addressing mode used for ldf in SPARC assembler
Wed, 28 Jan 2015 21:43:06 +0000 kevinw 8035938: Memory leak in JvmtiEnv::GetConstantPool
Thu, 22 Jan 2015 11:25:23 -0800 iveresov 8071302: assert(!_reg_node[reg_lo] || edge_from_to(_reg_node[reg_lo], def)) failed: after block local
Fri, 23 Jan 2015 15:18:50 -0800 amurillo 8071500: new hotspot build - hs25.60-b03
Wed, 04 Feb 2015 12:14:23 -0800 katleman Added tag jdk8u60-b01 for changeset 702cc6067686
Fri, 23 Jan 2015 14:52:32 -0800 amurillo Added tag hs25.60-b02 for changeset 5fa73007ceb9 jdk8u60-b01
Fri, 23 Jan 2015 14:52:26 -0800 amurillo Merge hs25.60-b02
Wed, 21 Jan 2015 01:02:00 +0000 iveresov Merge
Tue, 20 Jan 2015 13:56:02 -0800 iveresov 8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
Tue, 20 Jan 2015 23:24:29 +0000 ddehaven Merge
Fri, 13 Jun 2014 18:04:49 -0700 ddehaven 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
Fri, 16 Jan 2015 13:58:22 +0100 asiebenborn 8068909: SIGSEGV in c2 compiled code with OptimizeStringConcat
Mon, 12 Jan 2015 15:24:29 +0100 sjohanss 8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit
Fri, 12 Dec 2014 09:07:54 +0100 thartmann 8066763: fatal error "assert(false) failed: unexpected yanked node" in postaloc.cpp:139
Thu, 08 Jan 2015 12:45:53 -0800 amurillo 8068678: new hotspot build - hs25.60-b02
Tue, 13 Jan 2015 16:09:52 +0100 goetz 8069590: AIX port of "8050807: Better performing performance data handling"
Wed, 21 Jan 2015 17:07:26 +0000 coffeys Merge
Thu, 08 Jan 2015 12:32:37 -0800 amurillo Added tag hs25.60-b01 for changeset ebf89088c08a
Thu, 08 Jan 2015 12:20:41 -0800 amurillo Added tag hs25.60-b00 for changeset d9349fa88223 hs25.60-b01
Thu, 08 Jan 2015 12:18:38 -0800 amurillo Merge
Wed, 24 Sep 2014 12:19:07 -0700 simonis 8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
Mon, 15 Dec 2014 18:11:51 +0400 fzhinkin 8066143: [TESTBUG] New tests in gc/survivorAlignment/ fails
Wed, 26 Nov 2014 14:17:06 +0400 fzhinkin 8037968: Add tests on alignment of objects copied to survivor space
Thu, 18 Dec 2014 21:59:05 -0800 amurillo 8067802: Update the Hotspot version numbers in Hotspot for JDK 8u60
Fri, 19 Dec 2014 01:29:51 +0000 dholmes Merge
Thu, 18 Dec 2014 19:49:28 -0500 dholmes Merge
Tue, 25 Nov 2014 21:00:21 -0500 dholmes 8035663: Suspicious failure of test java/util/concurrent/Phaser/FickleRegister.java
Tue, 25 Nov 2014 15:59:42 +0100 goetz 8065915: Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
Thu, 18 Dec 2014 09:52:55 +0000 kevinw Merge
Thu, 18 Dec 2014 08:54:32 +0000 kevinw Merge
Thu, 04 Dec 2014 12:43:45 +0000 kevinw 8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge
Wed, 03 Dec 2014 20:40:00 +0000 kevinw 8039995: Test serviceability/sa/jmap-hashcode/Test8028623.java fails on some Linux/Mac machines.
Mon, 01 Dec 2014 18:22:45 +0400 vkempik 8058935: CPU detection gives 0 cores per cpu, 2 threads per core in Amazon EC2 environment
Mon, 29 Dec 2014 19:40:48 -0800 lana Merge
Wed, 17 Dec 2014 14:46:33 -0800 katleman Added tag jdk8u60-b00 for changeset d9349fa88223
Wed, 17 Dec 2014 14:38:47 -0800 lana Merge
Tue, 16 Dec 2014 09:19:27 -0800 amurillo Merge
Fri, 22 Jan 2016 12:48:57 -1000 twisti Use a reserved registers array in initAllocatable.
Fri, 22 Jan 2016 12:48:29 -1000 twisti [AArch64]: We need zr and sp as separate registers.
Fri, 22 Jan 2016 14:05:49 -0800 Tom Rodriguez Always check the type of CallingConvention.Type
Thu, 21 Jan 2016 13:53:26 -0800 Christian Wimmer Make CallingConvention.Type extensible; remove unused stackOnly parameter
Wed, 20 Jan 2016 13:56:34 -0800 Tom Rodriguez Add CompilerToVM.interpreterFrameSize to support stack banging for deopt
Wed, 20 Jan 2016 11:13:45 +0100 Roland Schatz Backport isImmutablePIC field from jvmci-9, and add documentation.
Tue, 19 Jan 2016 17:36:21 -0800 Christian Wimmer Move data fields from CompiledCode to HotSpotCompiledCode
Tue, 19 Jan 2016 13:32:31 -0800 Tom Rodriguez JVMCICompiler.compileMethod should always return non-null
Tue, 19 Jan 2016 11:07:20 -0800 Tom Rodriguez Fixed spelling of getFailureMessage
Tue, 19 Jan 2016 11:55:30 +0100 Doug Simon added JVMCI_VERSION constant
Fri, 15 Jan 2016 08:29:11 -0800 Tom Rodriguez Merge
Thu, 14 Jan 2016 17:45:25 -0800 Tom Rodriguez Remove unused vmSymbol
Thu, 14 Jan 2016 17:29:44 -0800 Tom Rodriguez Remove incorrect assert
Fri, 15 Jan 2016 16:50:19 +0100 Roland Schatz Simplify code installation interface: Use CompiledCode class instead of CompilationResult and DataSection.
Fri, 15 Jan 2016 15:51:01 +0100 Roland Schatz Remove unused method.
Fri, 15 Jan 2016 16:17:37 +0100 Doug Simon rename classes to denote jvmci version
Thu, 14 Jan 2016 11:36:05 -0800 Tom Rodriguez JVMCI PrintCompilation support should reuse CompileBroker logic
Thu, 14 Jan 2016 11:32:37 -0800 Tom Rodriguez Remove CompilerToVM.notifyCompilationStatistics
Wed, 13 Jan 2016 16:41:53 +0100 Roland Schatz Fix compiler warning.
Tue, 12 Jan 2016 12:54:31 -0800 Tom Rodriguez Add support for passing back bailout messages
Tue, 12 Jan 2016 15:03:56 +0100 Doug Simon register JVMCIJDKFactory at module load time
Mon, 11 Jan 2016 15:10:32 +0100 Stefan Anzinger Perform a clean in jvmci.make when main clean target is called as well
Fri, 08 Jan 2016 23:45:00 +0100 Doug Simon converted select_task_blocking_aware into select_task_helper (GRAAL-1387)
Fri, 08 Jan 2016 22:24:51 +0100 Doug Simon improved error message and fixed macro usage (GRAAL-1387)
Fri, 08 Jan 2016 17:30:33 +0100 Doug Simon improved JVMCI support for blocking compilation (GRAAL-1387)
Wed, 30 Dec 2015 17:55:07 +0100 Doug Simon removed @ServiceProvider mechanism (GRAAL-1380)
Sat, 26 Dec 2015 15:00:55 +0100 Doug Simon must not fold accesses to @Stable fields if -XX:-FoldStableValues (GRAAL-58)
Thu, 24 Dec 2015 09:50:27 -1000 twisti 8143072: [JVMCI] Port JVMCI to AArch64
Mon, 21 Dec 2015 15:53:56 +0100 Doug Simon removed @Option mechanism from JVMCI (GRAAL-1371)
Sun, 20 Dec 2015 23:15:24 +0100 Doug Simon tightened signature of ConstantReflectionProvider methods for reading fields
Fri, 18 Dec 2015 00:11:35 -0800 Tom Rodriguez Report all recompilations in the LogCompilation tool
Fri, 18 Dec 2015 00:10:30 -0800 Tom Rodriguez Make node searches look through all the graphs for a match
Wed, 16 Dec 2015 20:18:20 -0800 Tom Rodriguez OptionValues should be public or package
Wed, 16 Dec 2015 16:08:05 -0800 Christian Wimmer Make method public
Tue, 15 Dec 2015 10:55:55 -0800 Tom Rodriguez Make JVMCIJavaClasses look a little more like JDK9 version
Tue, 15 Dec 2015 09:46:00 -0800 Tom Rodriguez Add pc to deoptimized LogCompilation message
Tue, 15 Dec 2015 09:44:47 -0800 Tom Rodriguez Handle missing level in LogCompilation output
Tue, 15 Dec 2015 09:03:09 -0800 Tom Rodriguez Group recompilations by method name only in LogCompilation tool
Tue, 15 Dec 2015 09:02:42 -0800 Tom Rodriguez Allow importing multiple files at once in IGV
Mon, 14 Dec 2015 12:38:57 -0800 Tom Rodriguez For previous commit: Add missing printing logic for oop arguments in dependencies
Mon, 14 Dec 2015 12:02:18 -0800 Tom Rodriguez -s
Tue, 08 Dec 2015 17:58:45 +0100 Doug Simon JVMCI compiler initialization can happen on different thread than JVMCI initialization
Tue, 08 Dec 2015 01:03:01 +0100 Doug Simon use bool type for TraceClassLoadingStack option
Fri, 04 Dec 2015 13:47:46 +0100 Doug Simon workaround for Eclipse bug 367599
Thu, 26 Nov 2015 14:49:10 +0100 Doug Simon added JVMCI specific option TraceClassLoadingStack to see why classes are loaded
Thu, 26 Nov 2015 02:28:38 +0100 Doug Simon bug fix for 8143730
Thu, 26 Nov 2015 00:47:01 +0100 Doug Simon 8144083 [JVMCI] CompilationResult should be finalized by JVMCI compiler and made effectively final
Wed, 25 Nov 2015 20:41:26 +0100 Doug Simon 8143730 [JVMCI] infopoint recording is too restrictive
Wed, 25 Nov 2015 16:28:10 +0100 Stefan Anzinger Finalize data section outside of HotSpotCompiledCode
Wed, 25 Nov 2015 11:48:44 +0100 Stefan Anzinger Remove CompilationResult.reset()
Fri, 13 Nov 2015 09:31:04 -0800 Tom Rodriguez Fix assertion failures with G1 barrier logic and guard InstalledCode updates
Fri, 13 Nov 2015 14:09:57 +0100 Doug Simon eager initialization of jvmciJavaClasses must happen while thread_in_VM
Thu, 12 Nov 2015 21:35:35 +0100 Doug Simon 8142511: must eagerly initialize classes with static fields accessed by JVMCI native code
Thu, 12 Nov 2015 20:03:43 +0100 Doug Simon must use JVMCI class loader when trying to throw a JVMCIError from native VM code
Thu, 12 Nov 2015 12:12:38 +0100 Paul Woegerer In 'def run_java()' add missing forwarding of timeout argument
Wed, 11 Nov 2015 18:34:15 +0100 Gilles Duboscq Fix deopt blob for x86_32
Wed, 11 Nov 2015 10:33:08 +0100 Roland Schatz Backport Handle fixes from jvmci-9.
Tue, 10 Nov 2015 23:16:06 +0100 Doug Simon made JVMCI providers available as a normal services to avoid need for recompiling Graal jars to deploy them on JDK9
Mon, 09 Nov 2015 14:34:33 +0100 Roland Schatz Pass Handle per value.
Fri, 06 Nov 2015 12:48:05 +0100 Gilles Duboscq Fix hotspot build task: needsBuild should check ProjectBuildTask.needsBuild
Fri, 06 Nov 2015 12:39:06 +0100 Gilles Duboscq Add deoptimizationUnrollBlockUnpackKindOffset to HotSpotVMConfig
Thu, 05 Nov 2015 15:21:30 -0800 Tom Rodriguez Use proper GC barriers when clearing _jvmci_installed_code
Thu, 05 Nov 2015 15:18:36 -0800 Tom Rodriguez Add logic to verify HeapRegionRemSet when running G1
Thu, 05 Nov 2015 15:17:36 -0800 Tom Rodriguez Sync G1 write_ref_nmethod_post/pre change from JDK9
Thu, 05 Nov 2015 10:59:29 +0100 Roland Schatz Make kindToBasicType trapping.
Tue, 03 Nov 2015 16:55:51 +0100 Roland Schatz 8139589: [JVMCI] Using fthrow when throwing JVMCIError.
Wed, 04 Nov 2015 16:11:58 +0100 Gilles Duboscq Add assert for Unpack_uncommon_trap for ppc and always check for rethrow_exception
Mon, 02 Nov 2015 23:53:10 +0100 Doug Simon fixed logic deciding who frees the CompileTask for a JVMCI blocking compilation
Mon, 02 Nov 2015 11:18:51 -0800 Tom Rodriguez Restore missing InstalledCode.version increment
Mon, 02 Nov 2015 15:33:53 +0100 Gilles Duboscq Fix ppc and x86_32 after fetch_unroll_info_helper changes
Fri, 30 Oct 2015 12:28:17 +0100 Gilles Duboscq Use mx.ensure_dir_exists rather than os.makedirs to avoid races
Mon, 02 Nov 2015 11:24:40 +0100 Stefan Anzinger 8139589: Remove left over call to pd_patch_DataSectionReference
Sun, 01 Nov 2015 21:43:49 +0100 Doug Simon use timeout for JVMCI blocking compilation to avoid deadlock between compiler and app thread that submitted the blocking compilation
Thu, 29 Oct 2015 10:24:08 -0700 Tom Rodriguez Remove setAddressAndEntryPoint
Thu, 29 Oct 2015 16:11:45 +0100 Gilles Duboscq Let fetch_unroll_info override the exec_mode and handle rethrowing scopes
Thu, 29 Oct 2015 15:21:55 +0100 Roland Schatz 8139589: [JVMCI] throw exceptions in faulty code installation operations
Thu, 29 Oct 2015 13:13:46 +0100 Stefan Anzinger Change access to Method::_intrinsic_id back to u1 (JDK8 and JDK9 are different on this)
Wed, 28 Oct 2015 14:02:20 -0700 Tom Rodriguez Fix missing comma and add STATIC_ASSERT to check size of trap name talbe
Tue, 27 Oct 2015 13:33:28 +0100 Doug Simon method intrinsic ids are 16-bit so use Unsafe.getChar(), not Unsafe.getByte() to read them
Sun, 25 Oct 2015 10:49:26 +0100 Doug Simon mx: exclude JVMCI jars from unit test class path
Fri, 23 Oct 2015 10:10:17 -0700 Tom Rodriguez Add trap and recompilation statistics to LogCompilation
Fri, 23 Oct 2015 10:09:48 -0700 Tom Rodriguez Make sure that at least a dummy Method is filled in during LogCompilation parsing
Fri, 23 Oct 2015 13:24:08 +0200 Andreas Woess narrow type of HotSpotResolvedJavaMethodImpl.toJavaCache to Executable
Thu, 22 Oct 2015 11:26:30 -0700 Tom Rodriguez Don't abort if exceptions occur during JVMCI compilation
Thu, 22 Oct 2015 12:43:42 +0200 Doug Simon only install evol_method dependencies if JVMTI needs them
Wed, 21 Oct 2015 20:39:03 -0700 Tom Rodriguez Use is_linked to guard getVtableIndexForInterfaceMethod
Wed, 21 Oct 2015 22:45:57 +0200 Doug Simon removed Graal compiler options from JVMCICompiler
Wed, 21 Oct 2015 09:06:12 -0700 Christian Wimmer Move SpeculationLog implementation to HotSpotSpeculationLog, because it is not useful for other VMs
Wed, 21 Oct 2015 15:05:59 +0200 Stefan Anzinger [SPARC] Fix VMReg number caluclation in CodeInstaller::get_hotspot_reg
Wed, 21 Oct 2015 13:47:47 +0200 Roland Schatz Rename Compiler to JVMCICompiler and expose it from JVMCIRuntime.
Wed, 21 Oct 2015 11:44:15 +0200 Doug Simon made ExitVMOnException false by default
Mon, 19 Oct 2015 18:41:25 -0700 Tom Rodriguez Remove debug output from mx_jvmci.py
Mon, 19 Oct 2015 10:24:05 -0700 Tom Rodriguez Fix deadlock between JVMCI.initialize and HotSpotJVMCIRuntime.runtime
Mon, 19 Oct 2015 18:21:56 +0200 Gilles Duboscq Fix release file patching
Fri, 16 Oct 2015 15:52:45 -0700 Tom Rodriguez fix -Xint -XX:+BootstrapJVMCI crash
Fri, 16 Oct 2015 15:59:20 +0200 Gilles Duboscq Tag jvmci-0.8 to get version numbers in builds
Fri, 16 Oct 2015 14:06:20 +0200 Stefan Anzinger Implement inline metaspace constant patching for SPARC (Compressed/Uncompressed)
Fri, 16 Oct 2015 13:44:47 +0200 Roland Schatz Remove unused class VirtualStackSlot.
Fri, 16 Oct 2015 11:12:34 +0200 Roland Schatz Remove unused reference map index.
Fri, 16 Oct 2015 00:16:51 +0200 Doug Simon made ShowFlags and PrintFlags denote which options had their value explicitily set (like -XX:+PrintFlagsFinal does)
Thu, 15 Oct 2015 11:50:37 -0700 Tom Rodriguez Update javadoc for methodDataProfileDataSize
Thu, 15 Oct 2015 17:32:19 +0200 Doug Simon initialize JVMCI eagerly if either the PrintFlags or ShowFlags JVMCI option is present
Thu, 15 Oct 2015 17:30:42 +0200 Doug Simon removed ununsed code
Thu, 15 Oct 2015 13:57:24 +0200 Stefan Anzinger Provide all HotSpot Feature_Flags in JVMCI
Thu, 15 Oct 2015 11:52:47 +0200 Stefan Anzinger Add SPARC Quad precision registers and remove unneccesary methods from SPARC.java
Tue, 13 Oct 2015 18:22:26 +0200 Stefan Anzinger [SPARC] Move allocatable register selection out of the Architecture description
Tue, 13 Oct 2015 17:59:52 +0200 Stefan Anzinger Disable instruction scheduling in cpCache.o on SPARC/Linux
Tue, 13 Oct 2015 17:07:59 +0200 Stefan Anzinger Make space in frame for native callee to spill outgoing parameters
Tue, 13 Oct 2015 00:12:28 +0200 Doug Simon made HotSpotVMConfig.arrayKlassComponentMirrorOffset package-private to account for the removal of ArrayKlass::_component_mirror in jdk9; removed unused jvmAccMonitorMatch and jvmAccHasMonitorBytecodes
Mon, 12 Oct 2015 08:48:54 -0700 Stefan Anzinger Add fno-tree-loop-distribute-patterns to SPARC/Linux makefile
Mon, 12 Oct 2015 08:47:39 -0700 Stefan Anzinger ConstantPoolCacheEntry::set_field avoid rescheduling store f1/f2 and store of bytecodes by the compiler (Store/Store)
Sun, 11 Oct 2015 14:30:03 +0200 Doug Simon removed "path" and "sourcePath" attributes from distributions and libraries
Sun, 11 Oct 2015 14:18:22 +0200 Doug Simon moved unzipped c1visualizer distribution and downloaded hsdis to mxbuild/ directory
Fri, 09 Oct 2015 14:43:07 +0200 Roland Schatz Remove forObject method from ConstantReflectionProvider.
Thu, 08 Oct 2015 17:28:41 -0700 Tom Rodriguez Rename jdk.internal.jvmci to jdk.vm.ci
Thu, 08 Oct 2015 18:04:25 +0200 Gilles Duboscq Pass ARCH_DATA_MODEL to make clean
Thu, 08 Oct 2015 05:19:44 -0700 Stefan Anzinger Disable GCCs tree-bit-ccp on SPARC/Linux
Wed, 07 Oct 2015 23:05:44 -0700 Tom Rodriguez Fix HotSpotCompilationRequest constructor
Wed, 07 Oct 2015 16:42:51 -0700 Tom Rodriguez Simplify log_object interface
Wed, 07 Oct 2015 12:49:00 -0700 Stefan Anzinger Disable gccs schedule-insns optimization on Linux/SPARC which causes memory problems
Wed, 07 Oct 2015 18:26:27 +0200 Andreas Woess use xcodebuild to get SDKROOT
Wed, 07 Oct 2015 17:48:07 +0200 Andreas Woess import make/bsd/makefiles/saproc.make from graal-jvmci-9
Wed, 07 Oct 2015 14:55:08 +0200 Gilles Duboscq Make default values stable in enum switch maps
Wed, 07 Oct 2015 13:32:56 +0200 Roland Schatz Implement DataSectionReference.toString.
Wed, 07 Oct 2015 12:14:03 +0200 Roland Schatz Extra flag in RegisterCategory to determine whether a register is part of the reference map.
Tue, 06 Oct 2015 10:52:22 -0700 Christian Wimmer Remove static imports to work around Eclipse bug
Tue, 06 Oct 2015 09:40:59 -0700 Stefan Anzinger Disable GCCs loop-distribution-pattern on SPARC/Linux which break the HotSpot interpreter
Tue, 06 Oct 2015 16:52:36 +0200 Roland Schatz Remove unnecessary array clone.
Tue, 06 Oct 2015 16:31:24 +0200 Roland Schatz Remove StartupEventListener interface.
Mon, 05 Oct 2015 13:13:21 +0200 Roland Schatz Fix race condition in lazy compiler initialization.
Fri, 02 Oct 2015 16:49:50 +0200 Roland Schatz Lazily initialize compiler on first compilation request.
Fri, 02 Oct 2015 08:16:04 -0700 Stefan Anzinger Ignore verification jvmci.make on SPARC gate
Thu, 01 Oct 2015 11:28:01 +0200 Stefan Anzinger [SPARC] Add spillslots for first six outgoing parameters
Fri, 02 Oct 2015 06:21:31 -0700 Stefan Anzinger Fix download for hsdis on Linux/SPARC
Thu, 01 Oct 2015 04:55:30 -0700 Stefan Anzinger JDK-8047382
Wed, 30 Sep 2015 12:21:44 +0200 Gilles Duboscq 8137192: [JVMCI] GetNextStackFrameTest SIGSEGV @ ScopeDesc::objects()+0x1
Fri, 02 Oct 2015 10:13:56 +0200 Doug Simon reduced delta against jvmci-9
Fri, 02 Oct 2015 10:12:01 +0200 Doug Simon made initialization of OptionsLoader lazy again
Thu, 01 Oct 2015 17:13:13 -0700 Tom Rodriguez Remove hasBalancedMonitors
Thu, 01 Oct 2015 10:23:26 -0700 Tom Rodriguez Expand javadoc for getResolvedJavaMethod
Thu, 01 Oct 2015 18:48:05 +0200 Gilles Duboscq Use make clean to clean hotspot build
Thu, 01 Oct 2015 16:31:04 +0200 Roland Schatz Add ConstantReflectionProvider.forObject method and make HotSpotObjectConstantImpl package-private.
Wed, 30 Sep 2015 16:55:12 -0700 Tom Rodriguez Update CompilerToVM javadoc
Wed, 30 Sep 2015 15:58:36 -0700 Tom Rodriguez Ensure that not_entrant InstalledCode can still be invalidated
Wed, 30 Sep 2015 15:58:33 -0700 Tom Rodriguez Sanity check arguments to allocateCompileId
Wed, 30 Sep 2015 15:35:53 +0200 Roland Schatz Fix confused heap base and thread register.
Wed, 30 Sep 2015 13:54:56 +0200 Roland Schatz Register and PlatformKind declarations for AVX512.
Wed, 30 Sep 2015 11:29:19 +0200 twisti Add new flags to jdk.internal.jvmci.amd64.AMD64.CPUFeature
Wed, 30 Sep 2015 11:41:40 +0200 Stefan Anzinger [SPARC] use ld/st_ptr for store JavaThread::jvmci_alternate_call_target
Wed, 30 Sep 2015 10:38:00 +0200 Christian Wirth explicit conversion from size_t to int required on windows
Tue, 29 Sep 2015 22:13:22 +0200 Doug Simon made CompilerToVM package-private
Tue, 29 Sep 2015 22:00:39 +0200 Doug Simon added HotSpotStackIntrospection and made CompilerToVM.getNextStackFrame package-private
Tue, 29 Sep 2015 21:37:07 +0200 Doug Simon added HotSpotJVMCIRuntimeProvider.collectCounters and made CompilerToVM.collectCounters package-private
Tue, 29 Sep 2015 21:15:04 +0200 Doug Simon made CompilerToVM.disassembleCodeBlob package-private
Tue, 29 Sep 2015 18:51:26 +0200 Doug Simon added HotSpotCodeCacheProvider.notifyCompilationStatistics and HotSpotCodeCacheProvider.resetCompilationStatistics and made made these methods package-private in CompilerToVM
Tue, 29 Sep 2015 17:47:21 +0200 Doug Simon added CodeCacheProvider.shouldDebugNonSafepoints and made CompilerToVM.shouldDebugNonSafepoints package-private
Tue, 29 Sep 2015 17:30:51 +0200 Doug Simon Merge.
Tue, 29 Sep 2015 17:28:55 +0200 Doug Simon added CodeCacheProvider.invalidateInstalledCode and made CompilerToVM.invalidateInstalledCode package-private
Tue, 29 Sep 2015 16:37:09 +0200 Doug Simon added CodeCacheProvider.getMaxCallTargetOffset and made CompilerToVM.getMaxCallTargetOffset package-private
Tue, 29 Sep 2015 08:13:01 -0700 Stefan Anzinger Add support for SPARC/Linux
Tue, 29 Sep 2015 15:55:37 +0200 Doug Simon added HotSpotJVMCIRuntimeProvider.getLogStream() and made CompilerToVM.writeDebugOutput and CompilerToVm.flushDebugOutput package-private
Tue, 29 Sep 2015 14:43:37 +0200 Doug Simon expanded CodeCacheProvider so that it supports all forms of code installation and made CompilerToVM.installCode package-private
Mon, 28 Sep 2015 21:31:35 +0200 Doug Simon removed unused HotSpotCodeCacheProvider.addExternalMethod
Mon, 28 Sep 2015 21:22:12 +0200 Doug Simon added CompilationRequest to package up a compilation request and be able to add VM specific context
Mon, 28 Sep 2015 17:09:29 +0200 Stefan Anzinger [SPARC] canStoreValue as switch statement; new type V64_SINGLE
Mon, 28 Sep 2015 16:38:43 +0200 Doug Simon added mxbuild/ to .hgignore
Tue, 22 Sep 2015 18:01:15 +0200 Gilles Duboscq JDK-8135277: [JVMCI] assert(fr().is_deoptimized_frame()) failed: frame must be scheduled for deoptimization
Sun, 27 Sep 2015 15:44:36 +0200 Doug Simon changed linked resources in hotspot CDT project to reflect file system structure
Sun, 27 Sep 2015 15:10:30 +0200 Doug Simon adapt to mx change in terms of where generated output is placed
Fri, 25 Sep 2015 09:58:47 -0700 Tom Rodriguez Correct javadoc for CompilerToVM
Fri, 25 Sep 2015 18:45:35 +0200 Christian Humer Remove source deployment.
Fri, 25 Sep 2015 08:58:37 +0200 Doug Simon made JVMCIRuntime::save_options a void function
Thu, 24 Sep 2015 20:51:57 -0700 Tom Rodriguez Minor -G option parsing fixes
Thu, 24 Sep 2015 14:33:14 +0200 Roland Schatz Remove dependency from HotSpotJVMCIRuntime to CompilerFactory.
Thu, 24 Sep 2015 14:21:10 +0200 Roland Schatz JavaKind is not a PlatformKind.
Thu, 24 Sep 2015 13:58:05 +0200 Doug Simon restricted and documented constant pool entry types supported by resolveConstantInPool and resolvePossiblyCachedConstantInPool
Wed, 23 Sep 2015 19:36:50 +0200 Stefan Anzinger SPARCKind: Add 32 bit vector kinds
Wed, 23 Sep 2015 19:31:54 -0700 Tom Rodriguez trivial prefixes shoudl only apply to the compiler itself
Wed, 23 Sep 2015 19:16:55 -0700 Tom Rodriguez Initialize _monitor_safe
Wed, 23 Sep 2015 17:38:26 -0700 Tom Rodriguez Expose hasBalancedMonitors
Wed, 23 Sep 2015 17:38:06 -0700 Tom Rodriguez Fix toString output
Thu, 24 Sep 2015 00:27:14 +0200 Doug Simon fixed javadoc for lookupNameRefInPool and lookupSignatureRefInPool in CompilerToVM and renamed them to lookupNameInPool and lookupSignatureInPool
Wed, 23 Sep 2015 15:43:53 +0200 Stefan Anzinger [SPARC] Remove JavaKind dependency
Tue, 22 Sep 2015 23:14:18 +0200 Doug Simon set default jvmci.compiler property explicitly based on available suites
Tue, 22 Sep 2015 22:35:02 +0200 Doug Simon renamed JVMCIRuntime::parse_properties to JVMCIRuntime::init_system_properties
Tue, 22 Sep 2015 22:29:28 +0200 Doug Simon JVMCI options are now passed as individual -Djvmci.option.<name>=<value> arguments on the command line instead of -Djvmci.options=<multiple options settings separated by spaces>
Tue, 22 Sep 2015 11:57:49 -0700 Christian Wimmer Remove assertion. It does not hold for fields with Word types, and the Word type is not known in JVMCI.
Tue, 22 Sep 2015 08:51:10 -0700 Tom Rodriguez Don't expect internal fields when rematerializing object for C2 methods
Tue, 22 Sep 2015 17:28:53 +0200 Roland Schatz Make implementation classes package private.
Tue, 22 Sep 2015 17:13:02 +0200 Roland Schatz Avoid public native methods in CompilerToVM class.
Tue, 22 Sep 2015 16:11:39 +0200 Roland Schatz Remove unused classes.
Tue, 22 Sep 2015 11:49:26 +0200 Roland Schatz Remove SPARC.spillSlotSize method.
Tue, 22 Sep 2015 11:35:36 +0200 Roland Schatz Remove TargetDescription.getSizeInBytes method.
Tue, 22 Sep 2015 01:48:51 +0200 twisti Make HotSpotCodeCacheProvider.installMethod throw an exception if code installation fails
Tue, 22 Sep 2015 01:48:34 +0200 Doug Simon fixed C warning
Mon, 21 Sep 2015 17:18:57 +0200 Doug Simon avoid creating providers for unnamed JVMCI services
Mon, 21 Sep 2015 15:01:13 +0200 Roland Schatz Remove rawValue from HotSpotMetaspaceConstantImpl, patch raw pointer at code installation time.
Mon, 21 Sep 2015 11:48:40 +0200 Stefan Anzinger Create default for os::default_file_open_flags on Solaris; JVMCIRuntime::parse_lines: use ::open instead of os::open
Fri, 18 Sep 2015 14:31:54 -0700 Tom Rodriguez Fix trivial prefixes code
Fri, 18 Sep 2015 10:01:42 -0700 Tom Rodriguez Use separate throws
Fri, 18 Sep 2015 09:47:14 -0700 Tom Rodriguez Fix race in initialization of trivial prefixes
Fri, 18 Sep 2015 16:23:13 +0200 Stefan Anzinger JVMCIRuntime::parse_lines use os::default_file_open_flags for opening files
Fri, 18 Sep 2015 10:49:43 +0200 Stefan Anzinger CompilerToVM.getVtableIndexForInterfaceMethod check if receiver class is initialized (JDK-8136655)
Fri, 18 Sep 2015 10:10:55 +0200 Stefan Anzinger CompilerToVm.getVtableIndexForInterfaceMethod must not allow non-interface methods (JDK-8136659)
Fri, 18 Sep 2015 15:16:15 +0200 Doug Simon added CompilerToVM.compilerToVM() for static access to the CompilerToVM instance
Fri, 18 Sep 2015 15:05:04 +0200 Doug Simon consistently use HotSpotVMConfig.config() for static access to the HotSpotVMConfig instance
Fri, 18 Sep 2015 12:11:45 +0200 Roland Schatz Add asConstantJavaValue method to ValueUtil.
Fri, 18 Sep 2015 11:52:39 +0200 Roland Schatz Use AMD64Kind instead of JavaKind in AMD64 backend.
Fri, 18 Sep 2015 11:29:40 +0200 Roland Schatz Use illegal PlatformKind instead of JavaKind.Illegal in LIRKind.Illegal.
Fri, 18 Sep 2015 11:26:41 +0200 Roland Schatz Remove unused method.
Thu, 17 Sep 2015 21:28:18 -0700 Tom Rodriguez Remove leftover printing code
Thu, 17 Sep 2015 18:25:08 -0700 Tom Rodriguez Replace JVMCICompileWithC1Only with package based controls
Thu, 17 Sep 2015 12:58:40 -0700 Tom Rodriguez Propagate exceptions up instead of aborting
Thu, 17 Sep 2015 12:11:28 -0700 Tom Rodriguez HotSpotMethodData must handle profile data when TypeProfileLevel is non-zero
Thu, 17 Sep 2015 12:10:17 -0700 Tom Rodriguez HotSpotMethodData shouldn't hardcode constants
Thu, 17 Sep 2015 13:52:48 +0200 Roland Schatz Remove unnecessary toStackKind conversion.
Thu, 17 Sep 2015 10:27:23 +0200 Roland Schatz Use arrayIndexScale instead of element size to calculate memory consumption of arrays.
Wed, 16 Sep 2015 13:40:05 +0200 Doug Simon updated imports to be explicit and added checkstyle rule to forbid * imports
Wed, 16 Sep 2015 13:20:35 +0200 Stefan Anzinger [SPARC] Put d0..d28 into the FPUd register category
Wed, 16 Sep 2015 12:01:26 +0200 Roland Schatz Clean separation between backend and frontend wordKind.
Tue, 15 Sep 2015 21:48:17 -0700 Tom Rodriguez CHA with default methods is broken
Tue, 15 Sep 2015 18:13:11 -0700 Christian Wimmer Merge
Tue, 15 Sep 2015 18:12:33 -0700 Christian Wimmer Allow merging of DataSection, provide basic thread safety for adding Data to DataSection
Wed, 16 Sep 2015 01:04:47 +0200 Doug Simon added static accessor for HotSpotVMConfig object in singleton HotSpotJVMCIRuntime instance
Tue, 15 Sep 2015 23:56:10 +0200 Doug Simon removed HotSpotVMEventListener.completeInitialization; moved implementation of -Djvmci.printconfig=true to JVMCI; moved javadoc to method from static initializer
Tue, 15 Sep 2015 18:01:46 +0200 Gilles Duboscq Add mx_jvmci API to prepend ClasspathDependencies to the bootclasspath of the jvmci JDK
Mon, 14 Sep 2015 09:43:01 -0700 Tom Rodriguez Remove unused flags JVMCIUseFastNewTypeArray, JVMCIUseFastNewObjectArray and JVMCIPrintSimpleStubs.
Sun, 13 Sep 2015 21:27:58 -1000 twisti Missed removing get_pc declaration in 6be3f4b4132c
Fri, 11 Sep 2015 18:52:57 -1000 twisti Fixed bug in assert in lookupType plus some exception throwing improvements.
Mon, 14 Sep 2015 18:11:45 +0200 Stefan Anzinger [SPARC] Fix problems introduced on refactoring Kind.Object and Value.getKind()
Mon, 14 Sep 2015 17:05:34 +0200 Roland Schatz HotSpotMetaspaceConstantImpl is not a PrimitiveConstant.
Mon, 14 Sep 2015 16:25:07 +0200 Doug Simon made HotSpotJVMCIRuntimeProvider.getArrayBaseOffset and HotSpotJVMCIRuntimeProvider.getArrayIndexScale static
Mon, 14 Sep 2015 08:47:57 +0200 Doug Simon removed unused DebugJVMCI flag
Mon, 14 Sep 2015 14:40:16 +0200 Stefan Anzinger JVMCIRuntime::parse_properties use ::read instead of os::read
Fri, 11 Sep 2015 14:11:11 -0700 Tom Rodriguez Remove TODO and author comment
Fri, 11 Sep 2015 16:41:50 +0200 Doug Simon removed author tags in comments
Thu, 10 Sep 2015 16:25:43 -0700 Tom Rodriguez Move CompileTheWorldMain out of JVMCI
Thu, 10 Sep 2015 16:25:32 -0700 Tom Rodriguez cleanup GrowableArray sorted find and insert
Wed, 09 Sep 2015 17:56:30 -0700 Tom Rodriguez Rename jvmciJavaAccess.* to jvmciJavaClasses.*
Wed, 09 Sep 2015 22:12:31 +0200 Doug Simon made CompilertoVM a final concrete class and removed CompilerToVMImpl (GRAAL-1255)
Wed, 09 Sep 2015 21:11:57 +0200 Doug Simon made HotSpotJVMCIRuntime.compilerToVm final (GRAAL-1255)
Wed, 09 Sep 2015 20:30:21 +0200 Doug Simon added use of TRACE_CALL macro to JVMCI runtime calls (GRAAL-1255)
Wed, 09 Sep 2015 20:29:40 +0200 Doug Simon renamed TraceJVMCI option to JVMCITraceLevel and ensured all tracing controlled by this option uses the TRACE_jvmci_* macros
Wed, 09 Sep 2015 11:17:58 -0700 Tom Rodriguez Fix assertion failure in JVMCIRuntime::metadata_do
Wed, 09 Sep 2015 15:27:45 +0200 Doug Simon renamed constant field to UNSAFE
Wed, 09 Sep 2015 12:22:15 +0200 Doug Simon restricted Unsafe capability access to package or class scope
Tue, 08 Sep 2015 18:08:38 -0700 Tom Rodriguez Renames to be more consistent with jvmci-9
Tue, 08 Sep 2015 17:17:53 -0700 Tom Rodriguez Reenable _gc_waste assert
Tue, 08 Sep 2015 16:41:04 -0700 Tom Rodriguez Remove BufferBlob from JavaThread and allocate as needed during compilation
Tue, 08 Sep 2015 11:13:51 -0700 Tom Rodriguez Fix typo
Tue, 08 Sep 2015 19:07:16 +0200 Roland Schatz Refactoring: Rename Kind to JavaKind.
Tue, 08 Sep 2015 17:43:41 +0200 Roland Schatz Use wordKind instead of Kind.Object in backend.
Tue, 08 Sep 2015 17:10:38 +0200 Doug Simon added support for embedding spaces in JVMCI options using % as the escape character (note: do not use with -G:, only with -Djvmci.option=...)
Tue, 08 Sep 2015 14:13:38 +0200 Roland Schatz Remove Value.getKind().
Tue, 08 Sep 2015 11:55:51 +0200 Doug Simon added org.eclipse.jdt.core.prefs
Tue, 08 Sep 2015 10:49:52 +0200 Doug Simon removed no longer necessary applications of @SuppressWarnings("javadoc")
Mon, 07 Sep 2015 22:23:35 +0200 Doug Simon make processing of <jre>/lib/jvmci/*.properties file like other Java *.properties files in that the last definition of any propery "wins"
Mon, 07 Sep 2015 18:08:46 +0200 Doug Simon moved cstring utilities into UnsafeUtil and made them require the caller to have the Unsafe capability
Mon, 07 Sep 2015 11:42:32 +0200 Doug Simon Backed out d113a94d4fdd except for removing use of os::read
Fri, 04 Sep 2015 17:02:03 -0700 Tom Rodriguez Remove JVMCIHProfEnabled.
Wed, 02 Sep 2015 13:57:44 -1000 twisti Revert removed assert.
Wed, 02 Sep 2015 12:51:21 -1000 twisti Move assert in SharedRuntime::register_finalizer.
Fri, 04 Sep 2015 19:22:19 +0200 Stefan Anzinger [SPARC] Use st_ptr to store JavaThread::jvmci_implicit_exception_pc
Fri, 04 Sep 2015 17:17:02 +0200 Stefan Anzinger [SPARC] Don't check if enough space is available at the end of the heap for tlab
Fri, 04 Sep 2015 15:29:41 +0200 Stefan Anzinger [SPARC] Adjust size for deopt_blob to a reasonable value
Fri, 04 Sep 2015 16:38:26 +0200 Doug Simon use public https urls
Fri, 04 Sep 2015 16:12:42 +0200 Doug Simon use public https urls
Fri, 04 Sep 2015 13:54:28 +0200 Josef Eisl Update to mxversion 5.5.1.
Fri, 04 Sep 2015 00:06:43 -0700 Tom Rodriguez Add jtreg annotations to some tests
Fri, 04 Sep 2015 00:06:28 -0700 Tom Rodriguez Adopt some jvmci-9 source changes
Fri, 04 Sep 2015 00:06:13 -0700 Tom Rodriguez Adopt some jvmci-9 formatting changes
Thu, 03 Sep 2015 13:50:06 -0700 Tom Rodriguez JVMCIRuntime::metadata_do shouldn't run until HotSpotJVMCIRuntime is initialized
Thu, 03 Sep 2015 13:34:52 -0700 Tom Rodriguez jvmciJavaAccess fields can't be used until their type is linked
Thu, 03 Sep 2015 13:30:54 -0700 Tom Rodriguez jvmciJavaAccess classes are always instanceKlasses
Thu, 03 Sep 2015 17:03:51 +0200 Doug Simon removed use of intermediate jvmci.options/ directory to create OptionDescriptors service files
Thu, 03 Sep 2015 14:47:36 +0200 Doug Simon revived support for specifying JVMCI options in <jre>/lib/jvmci/options
Thu, 03 Sep 2015 12:03:25 +0200 Roland Schatz Fix rawtypes warnings.
Thu, 03 Sep 2015 00:53:54 +0200 Doug Simon suppressed -Xlint:try warnings
Wed, 02 Sep 2015 10:14:53 -0700 Tom Rodriguez Add missing virtual keyword
Wed, 02 Sep 2015 10:13:06 -0700 Tom Rodriguez Add spaces around format macros
Wed, 02 Sep 2015 14:11:48 +0200 Josef Eisl Add ValueUtil#asRegisterValue.
Wed, 02 Sep 2015 14:01:26 +0200 Doug Simon fixed all existing -Xlint warnings
Wed, 02 Sep 2015 12:02:17 +0200 Roland Schatz Collapse Value and AbstractValue into a single abstract base class.
Tue, 01 Sep 2015 18:58:12 +0200 Stefan Anzinger Merge
Tue, 01 Sep 2015 16:58:53 +0200 Stefan Anzinger Remove debug output from solaris_sparc signal handler
Mon, 31 Aug 2015 18:17:07 +0200 Stefan Anzinger Call JVMCIRuntime::parse_properties in Threads::create_vm
Mon, 31 Aug 2015 17:37:55 +0200 Stefan Anzinger Remove additional pad in deopt_blob when building with JVMCI; fix comment blocks in implicit_exception_uncommon_trap
Tue, 01 Sep 2015 17:28:48 +0200 Stefan Anzinger Enable commented out assertion
Tue, 01 Sep 2015 17:11:50 +0200 Stefan Anzinger Remove code in comment
Tue, 01 Sep 2015 15:42:57 +0200 Doug Simon updated required mxversion to 5.5.0
Tue, 01 Sep 2015 13:43:22 +0200 Roland Schatz Pass TargetDescription argument to CompilerToVM.installCode.
Mon, 31 Aug 2015 11:13:32 -0700 Tom Rodriguez rename jvmciGlobals to be consistent with c1_globals and c2_globals
Mon, 31 Aug 2015 11:03:06 -0700 Tom Rodriguez Split vmSymbols and systemDictionary JVMCI definitions off into their own file
Mon, 31 Aug 2015 17:26:06 +0200 Doug Simon added JVMCI JDK factory; clarified distinction between VM aliases and real VMs; removed left-over "graal" references; rename 'vm' function to 'run_vm'
Sun, 30 Aug 2015 12:29:24 +0200 Doug Simon renamed get_jvmci_jdk to get_jvmci_jdk_dir and where relevant, variables named jdk to jdkDir
Sun, 30 Aug 2015 12:28:37 +0200 Doug Simon renamed 'installJars' parameter of get_jvmci_jdk to 'deployDists'
Mon, 31 Aug 2015 15:09:33 +0200 Stefan Anzinger Remove unused mkdir $(DEST_SUBDIR) for MacOS
Mon, 31 Aug 2015 13:36:07 +0200 Roland Schatz Remove JavaConstant from Value hierarchy.
Sun, 30 Aug 2015 20:15:02 -0700 Tom Rodriguez Correct formatting
Fri, 28 Aug 2015 12:42:06 -1000 twisti Remove Java implementation of HotSpotConstantPool Cache and ResolvedReferences and HotSpotSymbol.
Fri, 28 Aug 2015 17:18:18 -0700 Tom Rodriguez Move PrintStreamOption out of JVMCI
Fri, 28 Aug 2015 14:39:05 -0700 twisti Cosmetic change.
Fri, 28 Aug 2015 14:39:02 -0700 twisti Remove WizardMode output.
Fri, 28 Aug 2015 14:36:52 -0700 Tom Rodriguez Don't increase ReservedCodeCacheSize for JVMCI
Fri, 28 Aug 2015 14:22:52 -0700 Tom Rodriguez Adjust meaning of TraceJVMCI levels
Fri, 28 Aug 2015 11:25:42 -0700 Christian Wimmer Merge
Fri, 28 Aug 2015 11:23:51 -0700 Christian Wimmer Invert logic for recording the assumptions of an AssumptionResult to Assumptions; this allows using assumption-free AssumptionResults when compiling without speculative optimizations
Fri, 28 Aug 2015 15:07:43 +0200 Josef Eisl mx jmh: quote forked vmArgs with spaces.
Fri, 28 Aug 2015 13:18:24 +0200 Roland Schatz Explicitly store slot kinds in DebugInfo.
Thu, 27 Aug 2015 13:35:19 -0700 Tom Rodriguez Remove unneeded os::get_pc function
Thu, 27 Aug 2015 18:28:49 +0200 Doug Simon removed microbench command (use jmh command instead)
Thu, 27 Aug 2015 17:08:25 +0200 Doug Simon removed duplicate line
Thu, 27 Aug 2015 17:08:03 +0200 Doug Simon removed unused BitSet symbol
Thu, 27 Aug 2015 17:07:24 +0200 Doug Simon added missing space
Thu, 27 Aug 2015 17:07:08 +0200 Doug Simon removed leftover Sumatra related code
Thu, 27 Aug 2015 12:19:43 +0200 Stefan Anzinger [SPARC] SharedRuntime::generate_deopt_blob use 32 bit store instead of 64bit for storing pending_deoptimization value
Wed, 26 Aug 2015 15:06:50 -0700 Christian Wimmer Merge
Tue, 25 Aug 2015 15:27:13 -0700 Christian Wimmer Ensure only one OptionDescriptor is created per option; allow custom lists of options passed to OptionParser
Tue, 25 Aug 2015 22:58:03 +0200 Doug Simon made JavaThread::_jvmci a union
Tue, 25 Aug 2015 09:50:46 -0700 Tom Rodriguez Disable CTW during JVMCI bootstrap
Tue, 25 Aug 2015 15:01:40 +0200 Doug Simon documented other JVMCI-specific fields in JavaThread
Tue, 25 Aug 2015 14:34:50 +0200 Doug Simon documented JVMCI-specific _implicit_exception_pc and _alternate_call_target fields in JavaThread and prepared for them to be in a union
Tue, 25 Aug 2015 13:56:32 +0200 Doug Simon make JVMCIRuntime::metadata_do return immediately if HotSpotJVMCIMetaAccessContext has not yet been loaded
Mon, 24 Aug 2015 19:17:08 -0700 Tom Rodriguez Move Java based CTW out of hotspot
Mon, 24 Aug 2015 19:16:03 -0700 Tom Rodriguez Ensure that calling HotSpotJVMCIRuntime.runtime() initializes JVMCI correctly
Mon, 24 Aug 2015 19:14:50 -0700 Tom Rodriguez Rename callInitializer to callStatic
Mon, 24 Aug 2015 22:35:47 +0200 Doug Simon moved JVMCI fields from ThreadShadow to Thread
Mon, 24 Aug 2015 10:38:13 -0700 Tom Rodriguez Remove last pieces of old Graal static stub changes
Mon, 24 Aug 2015 10:21:51 -0700 Tom Rodriguez Remove unused frame_extension_argument from i2c adapters
Mon, 24 Aug 2015 16:50:57 +0200 Doug Simon made BootstrapJVMCI false by default
Mon, 24 Aug 2015 13:05:10 +0200 Doug Simon use JVMCI_ONLY for single line changes
Mon, 24 Aug 2015 11:06:40 +0200 Doug Simon renames related to using metaspace wrappers instead of raw metaspace values
Fri, 21 Aug 2015 11:57:29 -0700 Tom Rodriguez Make jvmci redefinition safe
Fri, 21 Aug 2015 16:35:29 +0200 Doug Simon need to hold onto JFR Producer object to prevent it being garbage collected
Fri, 21 Aug 2015 13:18:40 +0200 Christian Humer Add ability to define a source target folder for distribution deployments.
Fri, 21 Aug 2015 12:13:43 +0200 Doug Simon guard against COMPILERJVMCI and COMPILER2 both being defined since they are mutually exclusive
Fri, 21 Aug 2015 11:39:38 +0200 Doug Simon moved SystemDictionary::jvmci_loader and SystemDictionary::init_jvmci_loader definitions to the header file
Fri, 21 Aug 2015 11:33:48 +0200 Doug Simon run JVMCI bootstrap iff BootstrapJVMCI is true
Fri, 21 Aug 2015 11:29:46 +0200 Doug Simon moved (newly) public method into public section
Fri, 21 Aug 2015 11:14:48 +0200 Doug Simon replace JVMCIDeferredInitBarriers with ReduceInitialCardMarks
Fri, 21 Aug 2015 11:05:48 +0200 Doug Simon use COMPILERJVMCI instead of INCLUDE_JVMCI when setting compiler name property
Thu, 20 Aug 2015 18:38:48 -0700 Tom Rodriguez Removed unused reference to BitSet
Thu, 20 Aug 2015 18:06:39 -0700 Tom Rodriguez Remove leftover code from when G1 wasn't supported
Thu, 20 Aug 2015 23:01:30 +0200 Doug Simon clarified error message when encountering an unexpected intrinsic id
Thu, 20 Aug 2015 22:57:39 +0200 Doug Simon added comment explaining why SharedRuntime::register_finalizer performs a dynamic check that an object has a finalizer
Thu, 20 Aug 2015 21:56:50 +0200 Doug Simon virtual object reallocation during deoptimization must always been done if INCLUDE_JVMCI is defined
Thu, 20 Aug 2015 21:55:07 +0200 Doug Simon JVMCI -> INCLUDE_JVMCI renames
Thu, 20 Aug 2015 21:54:35 +0200 Doug Simon updated symbols defined for hotspot CDT project
Thu, 20 Aug 2015 15:15:05 +0200 Roland Schatz Add comment to jvmci.properties file.
Thu, 20 Aug 2015 14:59:10 +0200 Roland Schatz Improved JavaDoc on HotSpotJVMCICompilerConfig.selectCompiler
Thu, 20 Aug 2015 14:56:20 +0200 Roland Schatz Don't create empty jvmci/src/{s,r,c} directories in mx.
Wed, 19 Aug 2015 16:37:42 -0700 Christian Wimmer Add unitests
Wed, 19 Aug 2015 16:27:06 -0700 Christian Wimmer Update makefile
Wed, 19 Aug 2015 16:16:49 -0700 Christian Wimmer amd64 and sparc code is not HotSpot-specific, therefore should be in JVMCI_API distribution
Wed, 19 Aug 2015 16:15:21 -0700 Christian Wimmer Add getAnnotations() method to ResolvedJavaType and ResolvedJavaField
Wed, 19 Aug 2015 13:37:41 +0200 Roland Schatz Remove unused class CalleeSaveLayout.
Wed, 19 Aug 2015 10:58:13 +0200 Doug Simon removed unnecessary @CallerSensitive usages
Mon, 17 Aug 2015 18:32:44 +0200 Roland Schatz Select default compiler from jvmci.compiler system property.
Tue, 11 Aug 2015 15:17:53 +0200 Roland Schatz Assertion checking alignment requirements in data section.
Mon, 17 Aug 2015 12:10:55 +0200 Stefan Anzinger Generate jvmci.make with all defined dependencies/bootclasspath regardless availability in the current enviornment
Mon, 17 Aug 2015 11:21:37 +0200 Stefan Anzinger Ignore projects in jvmci.make, when optional JRE/JDK library dependencies are not present
Fri, 14 Aug 2015 09:56:23 +0200 Stefan Anzinger [SPARC] Add LOAD_LOAD memory barrier as implicit barrier
Fri, 14 Aug 2015 09:27:42 +0200 Stefan Anzinger [SPARC] Add vmflags for BlockZeroing
Fri, 14 Aug 2015 15:35:08 +0200 Doug Simon some fixes and improvements based on JEP 243 review
Thu, 13 Aug 2015 11:53:13 -0700 Tom Rodriguez Add simple interface to control caching policy for ResolvedJavaTypes
Thu, 13 Aug 2015 11:10:21 -0700 Tom Rodriguez Remove MethodIdMap
Wed, 12 Aug 2015 17:46:38 +0200 Doug Simon cleaned up and added more javadoc to CompilerToVM (JDK-8133194)
Wed, 12 Aug 2015 12:11:33 +0200 Doug Simon added RedefineClassTest in disabled mode until JVMCI is class redefinition safe
Wed, 12 Aug 2015 10:51:44 +0200 Doug Simon removed implication that -G options are going away
Wed, 12 Aug 2015 10:50:46 +0200 Doug Simon fixed javadoc for HotSpotVMEventListener.compileMetaspaceMethod
Tue, 11 Aug 2015 01:55:00 +0200 Andreas Woess ensure JVMCI class loader is initialized before attempting to load service provider
Mon, 10 Aug 2015 23:23:36 +0200 Doug Simon added javadoc to more methods in CompilerToVM (JDK-8133194)
Mon, 10 Aug 2015 22:54:59 +0200 Doug Simon renamed exceptionTable* methods in CompilerToVM to getExceptionTable* and added javadoc (JDK-8133194)
Mon, 10 Aug 2015 14:59:44 +0200 Doug Simon newestInput parameter to HotSpotBuildTask.needsBuild() is a TimeStampFile as of mx 5.3.3
Mon, 10 Aug 2015 12:00:08 +0200 Doug Simon disable building native projects from Eclipse until we know how to do it properly with CDT
Mon, 10 Aug 2015 13:36:47 +0200 Roland Schatz Support putting multiple constants next to each other in DataSection.
Fri, 07 Aug 2015 14:46:04 +0200 Gilles Duboscq Make sure lafo-snapshots repo is compatible with truffle definition
Fri, 07 Aug 2015 10:02:52 +0200 Stefan Anzinger Make assertion in ThreadLocalAllocBuffer::clear_before_allocation less strict when BlockZeroing is used
Fri, 07 Aug 2015 09:46:57 +0200 Stefan Anzinger [SPARC] Backout change 44ee46c753b1
Thu, 06 Aug 2015 15:50:18 +0200 Stefan Anzinger All SPARC float registers can be addressed in 4 byte portions; hence don't add 4 bytes to pointer pointing to a Narrow Oop
Thu, 06 Aug 2015 15:12:38 +0200 Stefan Anzinger [SPARC] Determine FPU Register type via its category
Mon, 03 Aug 2015 15:11:10 +0200 Stefan Anzinger [SPARC] Add SPARC specific symbol configuration to the hotspot eclipse project (Helps to index SPARC specific C++ code in Eclipse CDT)
Thu, 06 Aug 2015 18:05:24 -0700 Tom Rodriguez Add license information
Thu, 06 Aug 2015 09:36:17 -0700 Tom Rodriguez Suppress line length checks in generated options code
Wed, 05 Aug 2015 11:24:09 +0200 Roland Schatz Remove unused interface KindProvider.
Wed, 05 Aug 2015 00:22:17 +0200 Doug Simon added -XX:JVMCIServicesDir for specifying an alternative to <jre>/lib/jvmci/services
Tue, 04 Aug 2015 23:46:37 +0200 Doug Simon moved JVMCI option parsing back into Java (missing bits)
Tue, 04 Aug 2015 10:30:47 +0200 Doug Simon revived support for PrintFlags option
Tue, 04 Aug 2015 00:47:34 +0200 Doug Simon moved JVMCI option parsing back into Java
Mon, 03 Aug 2015 15:19:14 +0200 Doug Simon added missing ResourceMark and JVMCI initialization check
Mon, 03 Aug 2015 10:55:38 +0200 Doug Simon fixed Eclipse/pydev project references
Thu, 30 Jul 2015 17:09:15 +0200 Gilles Duboscq Set COMPILER_WARNINGS_FATAL=false during HotSpot build on MacOS
Wed, 29 Jul 2015 10:36:54 +0200 Roland Schatz Merge.
Tue, 28 Jul 2015 13:19:14 -0700 Tom Rodriguez Merge
Tue, 28 Jul 2015 13:00:32 -0700 Tom Rodriguez Remove Snippet.removeAllFrameStates
Tue, 28 Jul 2015 10:52:41 -0700 Tom Rodriguez Simplify code slightly
Tue, 28 Jul 2015 10:49:20 -0700 Tom Rodriguez Fix name of JavaMethodContext
Tue, 28 Jul 2015 19:58:40 +0200 Josef Eisl TraceRA: add description to TraceRAsimpleLifetimeAnalysis option.
Tue, 28 Jul 2015 19:59:47 +0200 Josef Eisl Add TraceTrivialAllocator.
Tue, 28 Jul 2015 19:38:25 +0200 Josef Eisl Add TraceUtil.
Tue, 28 Jul 2015 18:42:34 +0200 Roland Schatz Move assertion from canonicalization to constructor.
Tue, 28 Jul 2015 17:48:03 +0200 Josef Eisl TraceRA: add TraceSimpleLifetimeAnalysisPhase.
Tue, 28 Jul 2015 17:18:16 +0200 Josef Eisl LinearScan: adopt visibility.
Tue, 28 Jul 2015 15:16:58 +0200 Josef Eisl LinearScan: rename LSRAOptimizeSpillPosition to LIROptLSRAOptimizeSpillPosition.
Tue, 28 Jul 2015 15:16:19 +0200 Josef Eisl LinearScan: make LSRAOptimizeSpillPosition a NestedBooleanOptionValue.
Tue, 28 Jul 2015 14:37:09 +0200 Josef Eisl Backed out changeset: a30c3bf521a5 (Disable -G:+TraceRA gate temproarily on sparc)
Tue, 28 Jul 2015 14:18:26 +0200 Josef Eisl SPARCByteSwapOp: mark temporary slot as uninitialized.
Tue, 28 Jul 2015 13:22:43 +0200 Josef Eisl LinearScanWalker: relax assertion.
Tue, 28 Jul 2015 12:20:51 +0200 Josef Eisl LinearScanWalker: improve assertion message.
Tue, 28 Jul 2015 12:23:05 +0200 Stefan Anzinger Disable -G:+TraceRA gate temproarily on sparc
Tue, 28 Jul 2015 12:22:39 +0200 Stefan Anzinger [SPARC] Include excludeSrc.make on sparc build
Tue, 28 Jul 2015 11:32:12 +0200 Josef Eisl TraceRA: Make global move resolution a phase.
Mon, 27 Jul 2015 16:12:28 +0200 Josef Eisl TraceRA: make accessRecursive iterative.
Mon, 27 Jul 2015 17:05:38 -0700 Tom Rodriguez Fix jvmci.make
Mon, 27 Jul 2015 16:57:30 -0700 Tom Rodriguez Merge