hotspot/src/share/vm/prims/unsafe.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
Thu, 13 Apr 2017 09:57:51 +0200 stefank 8178500: Replace usages of round_to and round_down with align_up and align_down
Thu, 22 Jun 2017 15:53:07 +0200 redestad 8182487: Add Unsafe.objectFieldOffset(Class, String)
Fri, 12 May 2017 13:14:25 -0700 kvn Merge
Wed, 15 Mar 2017 10:25:37 -0400 coleenp 8155672: Remove instanceKlassHandles and KlassHandles
Mon, 05 Jun 2017 15:52:09 -0700 psandoz 8181292: Backport Rename internal Unsafe.compare methods from 10 to 9
Tue, 06 Sep 2016 13:01:27 +0200 mdoerr 8165489: Missing G1 barrier in Unsafe_GetObjectVolatile
Thu, 08 Sep 2016 23:43:45 -0400 dlong Merge
Wed, 07 Sep 2016 07:19:48 -0400 hseigel 8058575: IllegalAccessError trying to access package-private class from VM anonymous class
Mon, 05 Sep 2016 20:40:08 -0400 mdoerr 8165018: Missing memory barrier for PPC64 in Unsafe_GetObjectVolatile
Tue, 30 Aug 2016 09:30:16 +0200 zmajo 8161720: Better byte behavior for off-heap data
Tue, 23 Aug 2016 19:21:48 +0200 egahlin 8164523: Clean up metadata for event based tracing
Sun, 21 Aug 2016 20:56:37 -0400 dholmes 8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
Tue, 16 Aug 2016 09:56:18 -0400 hseigel 8030221: Checking for anonymous class should check for NULL as well as potential nesting
Mon, 06 Jun 2016 16:31:03 -0700 dnsimon 8156587: [JVMCI] remove Unsafe.getJavaMirror and Unsafe.getKlassPointer
Fri, 06 May 2016 15:59:26 -0700 mikael 8150921: Update Unsafe getters/setters to use double-register variants
Fri, 22 Apr 2016 01:04:00 -0700 amurillo Merge
Thu, 21 Apr 2016 09:23:04 -0400 lfoltan 8152949: Jigsaw crash when Klass in _fixup_module_field_list is unloaded
Tue, 13 Oct 2015 18:13:34 -0400 coleenp 8132051: Better byte behavior
Thu, 07 Apr 2016 09:47:48 -0700 dcubed Merge
Fri, 25 Mar 2016 15:34:30 +0300 shade 8152698: Remove obsolete Unsafe.putOrdered{X} methods, usages, runtime and compiler support
Mon, 04 Apr 2016 12:57:48 -0400 jprovino 8132524: Missing includes to resourceArea.hpp
Thu, 24 Mar 2016 08:13:28 -0400 hseigel 8140665: SIGSEGV when a primitive type's class is used as the host class in a call to DefineAnonymousClass call
Thu, 03 Mar 2016 09:33:30 -0800 mikael 8149159: Clean up Unsafe
Tue, 23 Feb 2016 22:09:41 +0300 shade 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles
Wed, 10 Feb 2016 15:20:38 -0800 mikael 8141491: Unaligned memory access in Bits.c
Fri, 18 Dec 2015 12:39:02 -0800 twisti Merge
Wed, 09 Dec 2015 14:54:40 +0100 psandoz 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables
Tue, 08 Dec 2015 20:04:03 +0100 mgronlun 8140485: Class load and creation cleanup
Wed, 28 Oct 2015 15:03:40 +0100 coleenp Merge
Wed, 28 Oct 2015 09:47:23 -0400 coleenp 8139203: Consistent naming for klass type predicates
Tue, 27 Oct 2015 14:18:56 +0000 chegar 8139891: Prepare Unsafe for true encapsulation
Thu, 22 Oct 2015 13:07:10 -0400 goetz 8139040: Fix initializations before ShouldNotReachHere() etc. and enable -Wuninitialized on linux.
Fri, 09 Oct 2015 09:42:33 +0200 david 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
Tue, 29 Sep 2015 11:02:08 +0200 david 8080775: Better argument formatting for assert() and friends
Wed, 24 Jun 2015 12:12:25 -0400 bpittore 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
Wed, 13 May 2015 15:16:06 +0200 pliden 8079792: GC directory structure cleanup
Mon, 27 Apr 2015 09:02:41 -0700 twisti 8022853: add ability to load uncompressed object and Klass references in a compressed environment to Unsafe
Tue, 31 Mar 2015 12:31:18 -0700 aph 8026049: (bf) Intrinsify ByteBuffer.put{Int, Double, Float, ...} methods
Mon, 16 Feb 2015 21:24:39 +0100 jwilhelm Merge
Tue, 10 Feb 2015 14:10:43 +0100 psandoz 8068975: Remove deprecated methods on sun.misc.Unsafe and clean up native implementation
Fri, 13 Feb 2015 14:37:35 +0100 stefank 8072911: Remove includes of oop.inline.hpp from .hpp files
Thu, 15 Jan 2015 11:18:20 +0100 psandoz 8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter
Wed, 03 Dec 2014 20:32:33 -0800 minqi Merge
Mon, 17 Nov 2014 21:32:32 +0100 jwilhelm Merge
Wed, 12 Nov 2014 12:41:59 +0100 stefank 8064581: Move INCLUDE_ALL_GCS include section to the end of the include list
Mon, 01 Dec 2014 12:16:15 -0500 coleenp 8060074: os::free() takes MemoryTrackingLevel but doesn't need it
Tue, 25 Nov 2014 21:00:21 -0500 dholmes 8035663: Suspicious failure of test java/util/concurrent/Phaser/FickleRegister.java
Wed, 29 Oct 2014 10:13:24 +0100 goetz 8062370: Various minor code improvements
Fri, 04 Jul 2014 11:46:01 +0200 goetz 8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
Wed, 25 Jun 2014 20:41:16 -0700 jmasa Merge
Wed, 04 Jun 2014 11:56:44 +0200 goetz 8044775: Improve usage of umbrella header atomic.inline.hpp.
Thu, 19 Jun 2014 14:49:33 -0400 coleenp 6642881: Improve performance of Class.getClassLoader()
Wed, 11 Jun 2014 09:58:23 -0400 hseigel 8031819: Remove legacy jdk checks and code
Thu, 08 May 2014 15:37:17 +0200 goetz 8042737: Introduce umbrella header prefetch.inline.hpp
Fri, 09 May 2014 16:50:54 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Tue, 29 Apr 2014 15:17:27 +0200 goetz 8042195: Introduce umbrella header orderAccess.inline.hpp.
Tue, 29 Apr 2014 08:08:44 +0200 anoll 8036956: remove EnableInvokeDynamic flag
Thu, 20 Feb 2014 12:20:56 -0800 kvn Merge
less more (0) -60 tip