diff src/share/vm/graal/graalRuntime.cpp @ 18711:88c280297bd2

put GeneratedSourcesSha1 into com.oracle.graal.hotspot.sourcegen package
author Doug Simon <doug.simon@oracle.com>
date Thu, 18 Dec 2014 13:10:23 +1000
parents 74f612049e4e
children 3d6e630a72f1
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.cpp	Thu Dec 18 12:12:04 2014 +1000
+++ b/src/share/vm/graal/graalRuntime.cpp	Thu Dec 18 13:10:23 2014 +1000
@@ -713,7 +713,7 @@
 JVM_END
 
 void GraalRuntime::check_generated_sources_sha1(TRAPS) {
-  TempNewSymbol name = SymbolTable::new_symbol("GeneratedSourcesSha1", CHECK_ABORT);
+  TempNewSymbol name = SymbolTable::new_symbol("com/oracle/graal/hotspot/sourcegen/GeneratedSourcesSha1", CHECK_ABORT);
   KlassHandle klass = load_required_class(name);
   fieldDescriptor fd;
   if (!InstanceKlass::cast(klass())->find_field(vmSymbols::value_name(), vmSymbols::string_signature(), true, &fd)) {