hotspot/src/share/vm/runtime/thread.cpp
Thu, 06 Jul 2017 01:50:26 +0200 jwilhelm 8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8
Wed, 05 Jul 2017 11:33:17 +0200 stefank 8183552: Move align functions to align.hpp
Tue, 04 Jul 2017 15:58:10 +0200 stefank 8178499: Remove _ptr_ and _size_ infixes from align functions
Wed, 12 Apr 2017 17:53:18 +0200 stefank 8178489: Make align functions more type safe and consistent
Mon, 26 Jun 2017 15:25:25 +0200 mgerdin 8183198: Factor out thread state serialization into a proper helper function
Wed, 28 Jun 2017 19:12:58 -0400 coleenp 8182848: Some functions misplaced in debug.hpp
Thu, 22 Jun 2017 20:47:22 -0400 kbarrett 8181449: Fix debug.hpp / globalDefinitions.hpp dependency inversion
Sat, 27 May 2017 09:21:01 -0400 coleenp 8174749: Use hash table/oops for MemberName table
Thu, 25 May 2017 09:38:33 +0200 rehn 8152953: ForceSafepoint operations should be more specific
Fri, 19 May 2017 12:14:38 +0200 rkennke 8180599: Possibly miss to iterate monitors on thread exit
Wed, 17 May 2017 23:36:19 +0200 rkennke 8180175: ObjectSynchronizer only needs to iterate in-use monitors
Fri, 12 May 2017 13:14:25 -0700 kvn Merge
Tue, 18 Apr 2017 22:25:33 +0200 jwilhelm Merge
Thu, 06 Apr 2017 22:58:55 +0200 jwilhelm Merge
Wed, 15 Mar 2017 10:25:37 -0400 coleenp 8155672: Remove instanceKlassHandles and KlassHandles
Thu, 23 Feb 2017 15:59:14 -0500 stuefe 8166944: Hanging Error Reporting steps may lead to torn error logs.
Fri, 17 Feb 2017 02:31:12 +0000 vkempik 8165753: Custom security manager, crashing wth 'java/security/AccessControlException'
Thu, 04 May 2017 07:26:28 +0000 alanb 8178380: Module system implementation refresh (5/2017)
Fri, 07 Apr 2017 08:04:46 +0000 alanb 8177530: Module system implementation refresh (4/2017)
Wed, 22 Mar 2017 16:26:09 +0000 alanb 8174823: Module system implementation refresh (3/2017)
Mon, 19 Dec 2016 12:39:01 -0500 bobv 8168503: JEP 297: Unified arm32/arm64 Port
Wed, 05 Oct 2016 13:56:26 -0700 dnsimon 8167194: [JVMCI] no reliable mechanism for querying JVMCI system properties
Tue, 30 Aug 2016 23:48:16 -0400 kbarrett 8156500: Move Reference pending list into VM to prevent deadlocks
Sun, 21 Aug 2016 20:56:37 -0400 dholmes 8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
Fri, 12 Aug 2016 00:19:44 -0400 dholmes 8159461: bigapps/Kitchensink/stressExitCode hits assert: Must be VMThread or JavaThread
Tue, 19 Jul 2016 18:59:11 +0000 dnsimon 8161274: [JVMCI] compiler/jvmci/events/JvmciNotifyInstallEventTest.java fails with NoClassDefFound
Tue, 28 Jun 2016 17:22:56 +0000 never 8160121: [JVMCI] JvmciNotifyBootstrapFinishedEventTest.java failed NoClassDefFoundError: jdk/vm/ci/runtime/JVMCI
Sun, 19 Jun 2016 20:14:37 -0400 coleenp Merge
Mon, 13 Jun 2016 09:28:25 +0200 goetz 8159335: Fix problems with stack overflow handling.
Fri, 17 Jun 2016 10:46:55 -0400 rprotacio 8153394: Add Unified Logging to make it easy to trace time taken in initPhase2
Fri, 20 May 2016 18:05:09 +0300 vlivanov Merge
Tue, 10 May 2016 12:10:21 -0500 gziemski 8073500: Prevent certain commercial flags from being changed at runtime
Tue, 10 May 2016 11:48:06 +0200 dnsimon 8152311: [JVMCI] allow JVMCI compiler to change the compilation policy for a method
Fri, 29 Apr 2016 02:13:40 +0300 vlivanov Merge
Tue, 26 Apr 2016 10:28:51 +0200 rbackman 8151956: Support non-continuous CodeBlobs in HotSpot
Mon, 25 Apr 2016 09:51:00 -0400 coleenp 8154580: Save mirror in interpreter frame to enable cleanups of CLDClosure
Thu, 14 Apr 2016 17:42:29 -0700 dcubed Merge
Mon, 11 Apr 2016 14:21:25 -0700 amurillo Merge
Sat, 09 Apr 2016 23:03:25 +0100 chegar 8153498: Update the PostVMInitHook mechanism to use an internal package in the base module
Wed, 13 Apr 2016 17:00:54 -0400 drwhite 8152905: hs_err file is missing gc threads
Fri, 08 Apr 2016 12:36:27 -0400 bharadwaj Merge
Mon, 04 Apr 2016 12:57:48 -0400 jprovino 8132524: Missing includes to resourceArea.hpp
Mon, 04 Apr 2016 09:15:15 +0200 stefank 8152632: Rename LogHandle(...) to Log(...)
Fri, 01 Apr 2016 13:51:29 +0530 csahu 8151442: jstack doesn't close quotation marks properly with threads' name greater than 1996 characters
Wed, 23 Mar 2016 23:36:29 +0100 jwilhelm Merge
Tue, 15 Mar 2016 14:41:07 +0100 rehn 8150015: Integrate TraceTime with Unified Logging more seamlessly
Thu, 17 Mar 2016 08:07:53 +0100 pliden 8151601: Cleanup locking of the Reference pending list
Tue, 05 Apr 2016 07:19:44 +0200 thartmann 8074553: Crash with assert(!is_unloaded()) failed: should not call follow on unloaded nmethod
Tue, 22 Mar 2016 17:04:25 +0000 chegar Merge
Thu, 17 Mar 2016 19:04:01 +0000 alanb 8142968: Module System implementation
Thu, 10 Mar 2016 13:04:43 -0800 twisti 8151470: [JVMCI] remove up-call to HotSpotJVMCICompilerConfig.selectCompiler
Sat, 05 Mar 2016 20:46:42 -0800 amurillo Merge
Thu, 03 Mar 2016 12:59:21 +0000 chegar 8150162: Move sun.misc.Version to a truly internal package
Wed, 02 Mar 2016 15:10:38 -0500 rprotacio 8145098: JNI GetVersion should return JNI_VERSION_9
Tue, 01 Mar 2016 23:46:09 +0100 mgronlun 8143226: Minor updates to Event Based tracing
Mon, 29 Feb 2016 08:50:57 +0100 stuefe 8150619: Improve thread based logging introduced with 8149036
Wed, 24 Feb 2016 18:06:34 +0100 stuefe 8149036: Add tracing for thread related events at os level
Mon, 22 Feb 2016 19:46:37 +0100 jwilhelm Merge
Mon, 15 Feb 2016 20:26:02 +0300 vlivanov 8138922: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list
Thu, 18 Feb 2016 17:10:48 -0500 rprotacio 8149383: Convert TraceBiasedLocking to Unified Logging
less more (0) -300 -100 -60 tip