hotspot/src/os/solaris/vm/osThread_solaris.cpp
changeset 23443 15e8ed68f73a
parent 18025 b7bcf7497f93
child 23865 ba4aeedb2a9f
--- a/hotspot/src/os/solaris/vm/osThread_solaris.cpp	Mon Mar 10 14:50:20 2014 -0400
+++ b/hotspot/src/os/solaris/vm/osThread_solaris.cpp	Fri Mar 14 12:02:54 2014 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -41,7 +41,6 @@
   _thread_id                         = 0;
   sigemptyset(&_caller_sigmask);
 
-  _saved_interrupt_thread_state      = _thread_new;
   _vm_created_thread                 = false;
 }