Skip to content

Commit

Permalink
Don't run InetAddress class initializer, RVM-700
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Rogers committed Jun 1, 2009
1 parent 2707d84 commit ea8b0be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/primordials/Classpath-0.98.txt
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ Ljava/net/URLClassLoader$1;
Ljava/net/URLClassLoader$2;
Ljava/net/URL;
Ljava/net/URL$1;
Ljava/net/InetAddress;

## These protocol handlers are necessary for Classpath 0.13 and later,
## since we are now initializing URLClassLoader before dynamic class
Expand Down
1 change: 0 additions & 1 deletion rvm/src/org/jikesrvm/VM.java
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ private static void finishBooting() {
runClassInitializer("gnu.java.nio.charset.EncodingHelper");
runClassInitializer("java.lang.reflect.Proxy");
runClassInitializer("java.lang.reflect.Proxy$ProxySignature");
runClassInitializer("java.net.InetAddress");
}
runClassInitializer("java.util.logging.Logger");
if (VM.BuildForHarmony) {
Expand Down

0 comments on commit ea8b0be

Please sign in to comment.