Skip to content

Commit

Permalink
Remove fmod Windows x64 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
swesonga committed Nov 18, 2024
1 parent 4b802f4 commit 559d700
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 160 deletions.
159 changes: 0 additions & 159 deletions src/hotspot/os/windows/sharedRuntimeRem.cpp

This file was deleted.

1 change: 0 additions & 1 deletion src/hotspot/share/runtime/sharedRuntime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ const julong double_infinity = CONST64(0x7FF0000000000000);
#if !defined(X86)
JRT_LEAF(jfloat, SharedRuntime::frem(jfloat x, jfloat y))
return ((jfloat)fmod((double)x,(double)y));

JRT_END

JRT_LEAF(jdouble, SharedRuntime::drem(jdouble x, jdouble y))
Expand Down

0 comments on commit 559d700

Please sign in to comment.