jdk/hotspot/src/share/vm/oops
Alejandro Murillo 15fafcc1fc Merge
2016-07-22 04:05:04 +00:00
..
annotations.cpp 8037816: Fix for 8036122 breaks build with Xcode5/clang 2014-05-09 16:50:54 -04:00
annotations.hpp
arrayKlass.cpp 8132524: Missing includes to resourceArea.hpp 2016-04-04 12:57:48 -04:00
arrayKlass.hpp 8142968: Module System implementation 2016-03-17 19:04:01 +00:00
arrayOop.cpp 8147012: Fix includes in internalVMTests.cpp 2016-01-19 11:00:29 +01:00
arrayOop.hpp 8147012: Fix includes in internalVMTests.cpp 2016-01-19 11:00:29 +01:00
compiledICHolder.cpp 8072911: Remove includes of oop.inline.hpp from .hpp files 2015-02-13 14:37:35 +01:00
compiledICHolder.hpp 8044775: Improve usage of umbrella header atomic.inline.hpp 2014-06-04 11:56:44 +02:00
constantPool.cpp 8159470: Error message for ICCE for MethodHandle constant pool not helpful 2016-06-20 12:28:14 -04:00
constantPool.hpp 8145148: InterfaceMethod CP entry pointing to a class should cause ICCE 2016-05-27 10:52:39 -04:00
constMethod.cpp 8132524: Missing includes to resourceArea.hpp 2016-04-04 12:57:48 -04:00
constMethod.hpp 8145221: Use trampolines for i2i and i2c entries in Methods that are stored in CDS archive 2016-04-07 22:03:04 -07:00
cpCache.cpp 8153535: Convert TraceRedefineClasses to Unified Logging 2016-05-09 22:22:15 +02:00
cpCache.hpp 8157758: JDK9 does not compile on Linux with GCC 6.1 because left-shifting a negative number has undefined behavior 2016-06-23 16:46:41 -04:00
fieldInfo.hpp 8140274: methodHandles and constantPoolHandles should be passed as const references 2015-10-23 16:48:38 -04:00
fieldStreams.hpp 8140274: methodHandles and constantPoolHandles should be passed as const references 2015-10-23 16:48:38 -04:00
generateOopMap.cpp 8141501: Problems with BitMap buffer management 2016-05-03 22:45:27 +02:00
generateOopMap.hpp 8141501: Problems with BitMap buffer management 2016-05-03 22:45:27 +02:00
instanceClassLoaderKlass.hpp 8146987: Improve Parallel GC Full GC by caching results of live_words_in_range() 2016-01-28 13:30:12 +01:00
instanceClassLoaderKlass.inline.hpp 8129417: Oop iteration clean-up to remove oop_ms_follow_contents 2015-09-02 09:14:04 +02:00
instanceKlass.cpp 8159666: Better CDS support for Event-based tracing 2016-06-20 22:02:20 -07:00
instanceKlass.hpp 8161539: 8159666 breaks minimal VM 2016-07-21 19:29:33 -07:00
instanceKlass.inline.hpp 8151593: Cleanup definition/usage of INLINE/NOINLINE macros and add xlC support 2016-03-11 16:39:38 +01:00
instanceMirrorKlass.cpp 8158946: btree009 fails with assert(s > 0) failed: Bad size calculated 2016-07-05 15:34:06 -04:00
instanceMirrorKlass.hpp 8146987: Improve Parallel GC Full GC by caching results of live_words_in_range() 2016-01-28 13:30:12 +01:00
instanceMirrorKlass.inline.hpp 8139203: Consistent naming for klass type predicates 2015-10-28 09:47:23 -04:00
instanceOop.cpp
instanceOop.hpp
instanceRefKlass.cpp 8151601: Cleanup locking of the Reference pending list 2016-03-17 08:07:53 +01:00
instanceRefKlass.hpp 8151601: Cleanup locking of the Reference pending list 2016-03-17 08:07:53 +01:00
instanceRefKlass.inline.hpp 8146401: Clean up oop.hpp: add inline directives and fix header files 2016-01-04 15:41:05 +01:00
klass.cpp 8159666: Better CDS support for Event-based tracing 2016-06-20 22:02:20 -07:00
klass.hpp 8152856: Xcode 7.3 -Wshift-negative-value compile failure on Mac OS X 2016-05-24 12:42:43 -05:00
klass.inline.hpp 8139203: Consistent naming for klass type predicates 2015-10-28 09:47:23 -04:00
klassVtable.cpp 8153535: Convert TraceRedefineClasses to Unified Logging 2016-05-09 22:22:15 +02:00
klassVtable.hpp 8153312: Constrain AppCDS behavior 2016-04-20 16:39:37 -04:00
markOop.cpp 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files 2015-10-09 09:42:33 +02:00
markOop.hpp
markOop.inline.hpp 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files 2016-01-18 10:25:41 +01:00
metadata.cpp
metadata.hpp 8148470: Metadata print routines should not print to tty 2016-01-28 15:13:15 -08:00
method.cpp 8157181: Compilers accept modification of final fields outside initializer methods 2016-06-15 14:27:58 +02:00
method.hpp Merge 2016-06-24 15:09:00 -07:00
methodCounters.cpp 8059606: Enable per-method usage of CompileThresholdScaling (per-method compilation thresholds) 2015-01-21 10:51:35 +01:00
methodCounters.hpp 8148195: Some InstanceKlass and MethodCounters fields can be excluded when JVMTI is not supported 2016-04-21 20:49:11 -07:00
methodData.cpp 8149405: OOM Error running java/lang/invoke/MethodHandlesTest.java on windows-x86 2016-04-12 14:46:02 -04:00
methodData.hpp 8145628: hotspot metadata classes shouldn't use HeapWordSize or heap related macros like align_object_size 2016-01-30 11:02:29 -05:00
objArrayKlass.cpp 8152844: JVM InstanceKlass Methods For Obtaining Package/Module Should Be Moved to Klass 2016-04-26 09:08:12 -04:00
objArrayKlass.hpp 8152844: JVM InstanceKlass Methods For Obtaining Package/Module Should Be Moved to Klass 2016-04-26 09:08:12 -04:00
objArrayKlass.inline.hpp 8129417: Oop iteration clean-up to remove oop_ms_follow_contents 2015-09-02 09:14:04 +02:00
objArrayOop.cpp 8129417: Oop iteration clean-up to remove oop_ms_follow_contents 2015-09-02 09:14:04 +02:00
objArrayOop.hpp 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files 2016-01-18 10:25:41 +01:00
objArrayOop.inline.hpp 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files 2016-01-18 10:25:41 +01:00
oop.cpp 8132524: Missing includes to resourceArea.hpp 2016-04-04 12:57:48 -04:00
oop.hpp 8153967: Remove top.hpp 2016-04-12 09:53:43 +02:00
oop.inline.hpp 8158946: btree009 fails with assert(s > 0) failed: Bad size calculated 2016-07-05 15:34:06 -04:00
oopsHierarchy.cpp 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables 2015-12-04 04:06:37 -05:00
oopsHierarchy.hpp 8048128: Fix for Solaris Studio C++ 5.13, CHECK_UNHANDLED_OOPS breaks PPC build 2014-07-08 13:52:29 -04:00
symbol.cpp 8149557: Resource mark breaks printing to string stream 2016-03-06 15:50:13 -05:00
symbol.hpp 8153967: Remove top.hpp 2016-04-12 09:53:43 +02:00
typeArrayKlass.cpp 8152844: JVM InstanceKlass Methods For Obtaining Package/Module Should Be Moved to Klass 2016-04-26 09:08:12 -04:00
typeArrayKlass.hpp 8152844: JVM InstanceKlass Methods For Obtaining Package/Module Should Be Moved to Klass 2016-04-26 09:08:12 -04:00
typeArrayKlass.inline.hpp 8129417: Oop iteration clean-up to remove oop_ms_follow_contents 2015-09-02 09:14:04 +02:00
typeArrayOop.hpp 8150426: Wrong cast in metadata_at_put 2016-02-23 18:58:36 -05:00
typeArrayOop.inline.hpp 8146401: Clean up oop.hpp: add inline directives and fix header files 2016-01-04 15:41:05 +01:00
verifyOopClosure.hpp 8073387: Move VerifyOopClosures out from genOopClosures.hpp 2015-02-18 08:57:29 +01:00