log src/share/vm/runtime/thread.cpp @ 23295:c3ebefa1c743

age author description
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, 07 Jan 2016 17:28:46 +0100 Gilles Duboscq Merge with jdk8u66-b17
Wed, 08 Jul 2015 10:36:43 -0400 bpittore 8080776: ARM 32 bit binaries do not run on 64 bit ARM v8 hardware
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, 11 Mar 2015 13:36:57 -0700 poonam 8043224: -Xcheck:jni improvements to exception checking and excessive local refs
Mon, 21 Dec 2015 15:53:56 +0100 Doug Simon removed @Option mechanism from JVMCI (GRAAL-1371)
Thu, 15 Oct 2015 17:32:19 +0200 Doug Simon initialize JVMCI eagerly if either the PrintFlags or ShowFlags JVMCI option is present
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, 08 Sep 2015 16:41:04 -0700 Tom Rodriguez Remove BufferBlob from JavaThread and allocate as needed during compilation
Mon, 07 Sep 2015 11:42:32 +0200 Doug Simon Backed out d113a94d4fdd except for removing use of os::read
Mon, 31 Aug 2015 18:17:07 +0200 Stefan Anzinger Call JVMCIRuntime::parse_properties in Threads::create_vm
Tue, 25 Aug 2015 22:58:03 +0200 Doug Simon made JavaThread::_jvmci a union
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
Mon, 24 Aug 2015 22:35:47 +0200 Doug Simon moved JVMCI fields from ThreadShadow to Thread